diff --git a/app-modules/prospect/database/migrations/2024_10_08_174318_seed_permissions_for_prospect_conversion.php b/app-modules/prospect/database/migrations/2024_10_08_174318_seed_permissions_for_prospect_conversion.php
index c1559caa7..e11115d17 100644
--- a/app-modules/prospect/database/migrations/2024_10_08_174318_seed_permissions_for_prospect_conversion.php
+++ b/app-modules/prospect/database/migrations/2024_10_08_174318_seed_permissions_for_prospect_conversion.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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.
+
+
+*/
+
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\DB;
use Illuminate\Database\Migrations\Migration;
diff --git a/app-modules/prospect/database/migrations/2024_10_15_082847_prospect_conversion_settings.php b/app-modules/prospect/database/migrations/2024_10_15_082847_prospect_conversion_settings.php
index 8a94ae1c0..6ed1384af 100644
--- a/app-modules/prospect/database/migrations/2024_10_15_082847_prospect_conversion_settings.php
+++ b/app-modules/prospect/database/migrations/2024_10_15_082847_prospect_conversion_settings.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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.
+
+
+*/
+
use Spatie\LaravelSettings\Migrations\SettingsMigration;
return new class () extends SettingsMigration {
diff --git a/app-modules/prospect/src/Filament/Pages/ManageProspectConversionSettings.php b/app-modules/prospect/src/Filament/Pages/ManageProspectConversionSettings.php
index dc497b8f8..e41d79784 100644
--- a/app-modules/prospect/src/Filament/Pages/ManageProspectConversionSettings.php
+++ b/app-modules/prospect/src/Filament/Pages/ManageProspectConversionSettings.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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\Prospect\Filament\Pages;
use Cknow\Money\Money;
diff --git a/app-modules/prospect/tests/Unit/ProspectConversionTest.php b/app-modules/prospect/tests/Unit/ProspectConversionTest.php
index 3f3d6494d..ba581f602 100644
--- a/app-modules/prospect/tests/Unit/ProspectConversionTest.php
+++ b/app-modules/prospect/tests/Unit/ProspectConversionTest.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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.
+
+
+*/
+
use Cknow\Money\Money;
use App\Settings\ProspectConversionSettings;
diff --git a/app/DataTransferObjects/Casts/MoneySettingCast.php b/app/DataTransferObjects/Casts/MoneySettingCast.php
index 14c511a03..ada925870 100644
--- a/app/DataTransferObjects/Casts/MoneySettingCast.php
+++ b/app/DataTransferObjects/Casts/MoneySettingCast.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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 App\DataTransferObjects\Casts;
use Cknow\Money\Money;
diff --git a/app/Features/ProspectConversion.php b/app/Features/ProspectConversion.php
index 9f70fb9c5..3a59cf998 100644
--- a/app/Features/ProspectConversion.php
+++ b/app/Features/ProspectConversion.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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 App\Features;
use App\Support\AbstractFeatureFlag;
diff --git a/app/Filament/Forms/Components/Heading.php b/app/Filament/Forms/Components/Heading.php
index a0d34ae10..743f2acc3 100644
--- a/app/Filament/Forms/Components/Heading.php
+++ b/app/Filament/Forms/Components/Heading.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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 App\Filament\Forms\Components;
use Closure;
diff --git a/app/Filament/Forms/Components/Paragraph.php b/app/Filament/Forms/Components/Paragraph.php
index 56cc1480d..11287d2e3 100644
--- a/app/Filament/Forms/Components/Paragraph.php
+++ b/app/Filament/Forms/Components/Paragraph.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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 App\Filament\Forms\Components;
use Closure;
diff --git a/app/Settings/ProspectConversionSettings.php b/app/Settings/ProspectConversionSettings.php
index 598951c7d..c575fbf55 100644
--- a/app/Settings/ProspectConversionSettings.php
+++ b/app/Settings/ProspectConversionSettings.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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 App\Settings;
use Cknow\Money\Money;
diff --git a/config/money.php b/config/money.php
index 7095e3792..1d2732062 100644
--- a/config/money.php
+++ b/config/money.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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.
+
+
+*/
+
return [
/*
|--------------------------------------------------------------------------
diff --git a/database/migrations/2024_10_16_082036_data_activate_feature_flag_prospect_conversion.php b/database/migrations/2024_10_16_082036_data_activate_feature_flag_prospect_conversion.php
index f50acf72a..96e49d9b6 100644
--- a/database/migrations/2024_10_16_082036_data_activate_feature_flag_prospect_conversion.php
+++ b/database/migrations/2024_10_16_082036_data_activate_feature_flag_prospect_conversion.php
@@ -1,5 +1,39 @@
+
+ Copyright © 2016-2024, 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.
+
+
+*/
+
use App\Features\ProspectConversion;
use Illuminate\Database\Migrations\Migration;
diff --git a/resources/views/filament/forms/components/heading-one.blade.php b/resources/views/filament/forms/components/heading-one.blade.php
index bce33ca95..d070dd4aa 100644
--- a/resources/views/filament/forms/components/heading-one.blade.php
+++ b/resources/views/filament/forms/components/heading-one.blade.php
@@ -1,3 +1,36 @@
+{{--
+
+
+ Copyright © 2016-2024, 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.
+
+
+--}}
+
+ Copyright © 2016-2024, 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.
+
+
+--}}
+
+ Copyright © 2016-2024, 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.
+
+
+--}}
+
+ Copyright © 2016-2024, 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.
+
+
+--}}