diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-02-12 17:42:43 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-02-12 17:59:34 +0300 |
commit | c228780eed7c4bd088adfe0cff2926a0a2a85bd1 (patch) | |
tree | fa4e37661d0df9866ef36ad7f3e4e97c6f1fa8f0 | |
parent | d9d2e3122cc237885d24563de584dce2504d0385 (diff) | |
download | ydb-c228780eed7c4bd088adfe0cff2926a0a2a85bd1.tar.gz |
Introduce custom license tag for proofread version of ClArtistic
_Clarified Artistic Licenses_ is not that clarified, as the authors were expecting (see ST ticket for the details).
Thus we introduce a fake `Custom-clarified-artistic-proofread` license which can be used to mark certain piece of code as safe-to-use.
commit_hash:510f2ded8c124ecce5b388d082453ed8215024bb
-rw-r--r-- | build/conf/licenses.json | 3 | ||||
-rw-r--r-- | contrib/libs/breakpad/src/third_party/libdisasm/.yandex_meta/licenses.list.txt | 4 | ||||
-rw-r--r-- | contrib/libs/breakpad/src/third_party/libdisasm/ya.make | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/build/conf/licenses.json b/build/conf/licenses.json index 3e14982537..42627fda61 100644 --- a/build/conf/licenses.json +++ b/build/conf/licenses.json @@ -38,7 +38,6 @@ "CC-BY-SA-4.0", "CDDL", "CECILL-B", - "ClArtistic", "DSO-1.1", "Elastic-License-2.0", "FSFUL", @@ -158,6 +157,7 @@ "AGPL-3.0-or-later", "Artistic-1.0", "Artistic-1.0-Perl", + "ClArtistic", "confluent-community-1.0", "Moderne-Source-Available-License" ] @@ -213,6 +213,7 @@ "Cmu-Computing-Services", "CUP-Parser", "curl", + "Custom-clarified-artistic-proofread", "Custom-eigen", "Custom-fft2d", "Custom-fft4g", diff --git a/contrib/libs/breakpad/src/third_party/libdisasm/.yandex_meta/licenses.list.txt b/contrib/libs/breakpad/src/third_party/libdisasm/.yandex_meta/licenses.list.txt index a608afd8eb..14c0b346b2 100644 --- a/contrib/libs/breakpad/src/third_party/libdisasm/.yandex_meta/licenses.list.txt +++ b/contrib/libs/breakpad/src/third_party/libdisasm/.yandex_meta/licenses.list.txt @@ -137,7 +137,7 @@ All rights reserved. Copyright 2001-2004 Unicode, Inc. -====================ClArtistic==================== +====================Custom-clarified-artistic-proofread==================== The "Clarified Artistic License" Preamble @@ -272,7 +272,7 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End -====================ClArtistic==================== +====================Custom-clarified-artistic-proofread==================== License: Clarified-Artistic License File: LICENSE diff --git a/contrib/libs/breakpad/src/third_party/libdisasm/ya.make b/contrib/libs/breakpad/src/third_party/libdisasm/ya.make index a6fe00d161..18c330803f 100644 --- a/contrib/libs/breakpad/src/third_party/libdisasm/ya.make +++ b/contrib/libs/breakpad/src/third_party/libdisasm/ya.make @@ -6,7 +6,7 @@ LICENSE( APSL-2.0 AND BSD-3-Clause AND BSD-4-Clause-UC AND - ClArtistic AND + Custom-clarified-artistic-proofread AND FSFAP AND MIT AND Unicode-Mappings |