From 6aa383008de0d10dca48963064d2bcbceccf02f3 Mon Sep 17 00:00:00 2001 From: danharrin Date: Thu, 14 Dec 2023 19:50:14 +0000 Subject: [PATCH] chore: fix enforcement of copyright on all files --- .../src/Rules/EducatableIdExistsRule.php | 34 +++++++++++++++++++ .../src/Rules/UniqueCareTeamRule.php | 34 +++++++++++++++++++ .../src/Rules/SubscribableIdExistsRule.php | 34 +++++++++++++++++++ .../src/Rules/UniqueSubscriptionRule.php | 34 +++++++++++++++++++ 4 files changed, 136 insertions(+) diff --git a/app-modules/care-team/src/Rules/EducatableIdExistsRule.php b/app-modules/care-team/src/Rules/EducatableIdExistsRule.php index 6697703491..83306751b0 100644 --- a/app-modules/care-team/src/Rules/EducatableIdExistsRule.php +++ b/app-modules/care-team/src/Rules/EducatableIdExistsRule.php @@ -1,5 +1,39 @@ + + Copyright © 2022-2023, Canyon GBS LLC. All rights reserved. + + Advising App™ is licensed under the Elastic License 2.0. For more details, + see https://github.com/canyongbs/advisingapp/blob/main/LICENSE. + + Notice: + + - You may not provide the software to third parties as a hosted or managed + service, where the service provides users with access to any substantial set of + the features or functionality of the software. + - You may not move, change, disable, or circumvent the license key functionality + in the software, and you may not remove or obscure any functionality in the + software that is protected by the license key. + - You may not alter, remove, or obscure any licensing, copyright, or other notices + of the licensor in the software. Any use of the licensor’s trademarks is subject + to applicable law. + - Canyon GBS LLC respects the intellectual property rights of others and expects the + same in return. Canyon GBS™ and Advising App™ are registered trademarks of + Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks + vigorously. + - The software solution, including services, infrastructure, and code, is offered as a + Software as a Service (SaaS) by Canyon GBS LLC. + - Use of this software implies agreement to the license terms and conditions as stated + in the Elastic License 2.0. + + For more information or inquiries please visit our website at + https://www.canyongbs.com or contact us via email at legal@canyongbs.com. + + +*/ + namespace AdvisingApp\CareTeam\Rules; use Closure; diff --git a/app-modules/care-team/src/Rules/UniqueCareTeamRule.php b/app-modules/care-team/src/Rules/UniqueCareTeamRule.php index 7d410cc995..8c2e53d0b7 100644 --- a/app-modules/care-team/src/Rules/UniqueCareTeamRule.php +++ b/app-modules/care-team/src/Rules/UniqueCareTeamRule.php @@ -1,5 +1,39 @@ + + Copyright © 2022-2023, Canyon GBS LLC. All rights reserved. + + Advising App™ is licensed under the Elastic License 2.0. For more details, + see https://github.com/canyongbs/advisingapp/blob/main/LICENSE. + + Notice: + + - You may not provide the software to third parties as a hosted or managed + service, where the service provides users with access to any substantial set of + the features or functionality of the software. + - You may not move, change, disable, or circumvent the license key functionality + in the software, and you may not remove or obscure any functionality in the + software that is protected by the license key. + - You may not alter, remove, or obscure any licensing, copyright, or other notices + of the licensor in the software. Any use of the licensor’s trademarks is subject + to applicable law. + - Canyon GBS LLC respects the intellectual property rights of others and expects the + same in return. Canyon GBS™ and Advising App™ are registered trademarks of + Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks + vigorously. + - The software solution, including services, infrastructure, and code, is offered as a + Software as a Service (SaaS) by Canyon GBS LLC. + - Use of this software implies agreement to the license terms and conditions as stated + in the Elastic License 2.0. + + For more information or inquiries please visit our website at + https://www.canyongbs.com or contact us via email at legal@canyongbs.com. + + +*/ + namespace AdvisingApp\CareTeam\Rules; use Closure; diff --git a/app-modules/notifications/src/Rules/SubscribableIdExistsRule.php b/app-modules/notifications/src/Rules/SubscribableIdExistsRule.php index 06794fe6a4..926ad2c0c2 100644 --- a/app-modules/notifications/src/Rules/SubscribableIdExistsRule.php +++ b/app-modules/notifications/src/Rules/SubscribableIdExistsRule.php @@ -1,5 +1,39 @@ + + Copyright © 2022-2023, Canyon GBS LLC. All rights reserved. + + Advising App™ is licensed under the Elastic License 2.0. For more details, + see https://github.com/canyongbs/advisingapp/blob/main/LICENSE. + + Notice: + + - You may not provide the software to third parties as a hosted or managed + service, where the service provides users with access to any substantial set of + the features or functionality of the software. + - You may not move, change, disable, or circumvent the license key functionality + in the software, and you may not remove or obscure any functionality in the + software that is protected by the license key. + - You may not alter, remove, or obscure any licensing, copyright, or other notices + of the licensor in the software. Any use of the licensor’s trademarks is subject + to applicable law. + - Canyon GBS LLC respects the intellectual property rights of others and expects the + same in return. Canyon GBS™ and Advising App™ are registered trademarks of + Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks + vigorously. + - The software solution, including services, infrastructure, and code, is offered as a + Software as a Service (SaaS) by Canyon GBS LLC. + - Use of this software implies agreement to the license terms and conditions as stated + in the Elastic License 2.0. + + For more information or inquiries please visit our website at + https://www.canyongbs.com or contact us via email at legal@canyongbs.com. + + +*/ + namespace AdvisingApp\Notifications\Rules; use Closure; diff --git a/app-modules/notifications/src/Rules/UniqueSubscriptionRule.php b/app-modules/notifications/src/Rules/UniqueSubscriptionRule.php index e12db43f1e..8ae0feec55 100644 --- a/app-modules/notifications/src/Rules/UniqueSubscriptionRule.php +++ b/app-modules/notifications/src/Rules/UniqueSubscriptionRule.php @@ -1,5 +1,39 @@ + + Copyright © 2022-2023, Canyon GBS LLC. All rights reserved. + + Advising App™ is licensed under the Elastic License 2.0. For more details, + see https://github.com/canyongbs/advisingapp/blob/main/LICENSE. + + Notice: + + - You may not provide the software to third parties as a hosted or managed + service, where the service provides users with access to any substantial set of + the features or functionality of the software. + - You may not move, change, disable, or circumvent the license key functionality + in the software, and you may not remove or obscure any functionality in the + software that is protected by the license key. + - You may not alter, remove, or obscure any licensing, copyright, or other notices + of the licensor in the software. Any use of the licensor’s trademarks is subject + to applicable law. + - Canyon GBS LLC respects the intellectual property rights of others and expects the + same in return. Canyon GBS™ and Advising App™ are registered trademarks of + Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks + vigorously. + - The software solution, including services, infrastructure, and code, is offered as a + Software as a Service (SaaS) by Canyon GBS LLC. + - Use of this software implies agreement to the license terms and conditions as stated + in the Elastic License 2.0. + + For more information or inquiries please visit our website at + https://www.canyongbs.com or contact us via email at legal@canyongbs.com. + + +*/ + namespace AdvisingApp\Notifications\Rules; use Closure;