Skip to content

Commit c228780

Browse files
committed
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
1 parent d9d2e31 commit c228780

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build/conf/licenses.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"CC-BY-SA-4.0",
3939
"CDDL",
4040
"CECILL-B",
41-
"ClArtistic",
4241
"DSO-1.1",
4342
"Elastic-License-2.0",
4443
"FSFUL",
@@ -158,6 +157,7 @@
158157
"AGPL-3.0-or-later",
159158
"Artistic-1.0",
160159
"Artistic-1.0-Perl",
160+
"ClArtistic",
161161
"confluent-community-1.0",
162162
"Moderne-Source-Available-License"
163163
]
@@ -213,6 +213,7 @@
213213
"Cmu-Computing-Services",
214214
"CUP-Parser",
215215
"curl",
216+
"Custom-clarified-artistic-proofread",
216217
"Custom-eigen",
217218
"Custom-fft2d",
218219
"Custom-fft4g",

contrib/libs/breakpad/src/third_party/libdisasm/.yandex_meta/licenses.list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ All rights reserved.
137137
Copyright 2001-2004 Unicode, Inc.
138138

139139

140-
====================ClArtistic====================
140+
====================Custom-clarified-artistic-proofread====================
141141
The "Clarified Artistic License"
142142

143143
Preamble
@@ -272,7 +272,7 @@ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
272272

273273
The End
274274

275-
====================ClArtistic====================
275+
====================Custom-clarified-artistic-proofread====================
276276
License: Clarified-Artistic
277277
License File: LICENSE
278278

contrib/libs/breakpad/src/third_party/libdisasm/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LICENSE(
66
APSL-2.0 AND
77
BSD-3-Clause AND
88
BSD-4-Clause-UC AND
9-
ClArtistic AND
9+
Custom-clarified-artistic-proofread AND
1010
FSFAP AND
1111
MIT AND
1212
Unicode-Mappings

0 commit comments

Comments
 (0)