|
2 | 2 |
|
3 | 3 | declare(strict_types=1); |
4 | 4 |
|
5 | | -/* |
6 | | -<COPYRIGHT> |
7 | | -
|
8 | | - Copyright © 2016-2025, Canyon GBS LLC. All rights reserved. |
9 | | -
|
10 | | - Advising App™ is licensed under the Elastic License 2.0. For more details, |
11 | | - see https://github.com/canyongbs/advisingapp/blob/main/LICENSE. |
12 | | -
|
13 | | - Notice: |
14 | | -
|
15 | | - - You may not provide the software to third parties as a hosted or managed |
16 | | - service, where the service provides users with access to any substantial set of |
17 | | - the features or functionality of the software. |
18 | | - - You may not move, change, disable, or circumvent the license key functionality |
19 | | - in the software, and you may not remove or obscure any functionality in the |
20 | | - software that is protected by the license key. |
21 | | - - You may not alter, remove, or obscure any licensing, copyright, or other notices |
22 | | - of the licensor in the software. Any use of the licensor's trademarks is subject |
23 | | - to applicable law. |
24 | | - - Canyon GBS LLC respects the intellectual property rights of others and expects the |
25 | | - same in return. Canyon GBS™ and Advising App™ are registered trademarks of |
26 | | - Canyon GBS LLC, and we are committed to enforcing and protecting our trademarks |
27 | | - vigorously. |
28 | | - - The software solution, including services, infrastructure, and code, is offered as a |
29 | | - Software as a Service (SaaS) by Canyon GBS LLC. |
30 | | - - Use of this software implies agreement to the license terms and conditions as stated |
31 | | - in the Elastic License 2.0. |
32 | | -
|
33 | | - For more information or inquiries please visit our website at |
34 | | - https://www.canyongbs.com or contact us via email at legal@canyongbs.com. |
35 | | -
|
36 | | -</COPYRIGHT> |
37 | | -*/ |
38 | | - |
39 | 5 | namespace Laravelcm\StubComposerName; |
40 | 6 |
|
41 | 7 | use Filament\Contracts\Plugin; |
|
0 commit comments