diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-11-17 12:55:16 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-11-17 13:29:16 +0300 |
commit | 07291c65d9bc0348c1d7143d303b632dc559215f (patch) | |
tree | ff92bf29f60594e49e216bf84c9f15d8fde418b5 /build/conf | |
parent | c69b72330818bdd7616f4361574d68a82cc937ab (diff) | |
download | ydb-07291c65d9bc0348c1d7143d303b632dc559215f.tar.gz |
Consider GCC-exception-2.0 aka Linking exception as REQUIRE_CITATION
The exception reads as follows:
```
LINKING EXCEPTION
In addition to the permissions in the GNU General Public License,
the authors give you unlimited permission to link the compiled
version of this library into combinations with other programs,
and to distribute those combinations without any restriction
coming from the use of this file. (The General Public License
restrictions do apply in other respects; for example, they cover
modification of the file, and distribution when not linked into
a combined executable.)
```
If one does not copy these source code randomly, we can classify this license as REQUIRE_CITATION.
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/license.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/license.conf b/build/conf/license.conf index a8d418ae38..97d8ce36f1 100644 --- a/build/conf/license.conf +++ b/build/conf/license.conf @@ -207,7 +207,6 @@ LICENSES_REQUIRE_DISCLOSURE= \ GPL-1.1 \ GPL-2.0 \ GPL-2.0-only \ - GPL-2.0-only WITH GCC-exception-2.0 \ GPL-2.0-only WITH OpenJDK-assembly-exception-1.0 \ GPL-2.0-only WITH Linux-syscall-note \ GPL-2.0-or-later \ @@ -291,6 +290,7 @@ LICENSES_REQUIRE_CITATION= \ FSFAP \ FTL \ GPL-2.0-only WITH Classpath-exception-2.0 \ + GPL-2.0-only WITH GCC-exception-2.0 \ GPL-3.0-only WITH Bison-exception-2.2 \ GPL-3.0-or-later WITH Bison-exception-2.2 \ H2 \ |