|
1 | 1 | /*!
|
2 | 2 | * @imqueue/type-graphql-dependency - Declarative GraphQL dependency loading
|
3 | 3 | *
|
4 |
| - * Copyright (c) 2019, imqueue.com <support@imqueue.com> |
| 4 | + * I'm Queue Software Project |
| 5 | + * Copyright (C) 2025 imqueue.com <support@imqueue.com> |
5 | 6 | *
|
6 |
| - * Permission to use, copy, modify, and/or distribute this software for any |
7 |
| - * purpose with or without fee is hereby granted, provided that the above |
8 |
| - * copyright notice and this permission notice appear in all copies. |
| 7 | + * This program is free software: you can redistribute it and/or modify |
| 8 | + * it under the terms of the GNU General Public License as published by |
| 9 | + * the Free Software Foundation, either version 3 of the License, or |
| 10 | + * (at your option) any later version. |
9 | 11 | *
|
10 |
| - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
11 |
| - * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
12 |
| - * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
13 |
| - * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
14 |
| - * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
15 |
| - * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
16 |
| - * PERFORMANCE OF THIS SOFTWARE. |
| 12 | + * This program is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
| 16 | + * |
| 17 | + * You should have received a copy of the GNU General Public License |
| 18 | + * along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 19 | + * |
| 20 | + * If you want to use this code in a closed source (commercial) project, you can |
| 21 | + * purchase a proprietary commercial license. Please contact us at |
| 22 | + * <support@imqueue.com> to get commercial licensing options. |
17 | 23 | */
|
18 | 24 | export * from './src';
|
0 commit comments