[graphics/glaxnimate] /: Use actual unicode license
Jo Jöns <[email protected]> Wed, 5 Aug 2026 07:58:38 +0000 (UTC)
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3631223ff0785ba169a0a1fd03af8ea32d310ab7 by Jo Jöns. Committed on 04/08/2026 at 13:00. Pushed by mbasaglia into branch 'master'. Use actual unicode license and not a link to a page describing what license to use Note: As this was first imported, it probably was still under `Unicode-DFS-2016`, but newer versions are under `Unicode-3.0`, also most of the old data was also republished under the new license, so `Unicode-3.0` would still be valid, even if the data was released before the license change. D +0 -2 LICENSES/LicenseRef-UnicodeTermsOfUse.txt A +39 -0 LICENSES/Unicode-3.0.txt M +1 -1 REUSE.toml https://invent.kde.org/graphics/glaxnimate/-/commit/3631223ff0785ba169a0a1fd03af8ea32d310ab7 diff --git a/LICENSES/LicenseRef-UnicodeTermsOfUse.txt b/LICENSES/LicenseRef-UnicodeTermsOfUse.txt deleted file mode 100644 index 7307f1c2..00000000 --- a/LICENSES/LicenseRef-UnicodeTermsOfUse.txt +++ /dev/null @@ -1,2 +0,0 @@ -Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. -For terms of use, see http://www.unicode.org/terms_of_use.html diff --git a/LICENSES/Unicode-3.0.txt b/LICENSES/Unicode-3.0.txt new file mode 100644 index 00000000..11f2842a --- /dev/null +++ b/LICENSES/Unicode-3.0.txt @@ -0,0 +1,39 @@ +UNICODE LICENSE V3 + +COPYRIGHT AND PERMISSION NOTICE + +Copyright © 1991-2023 Unicode, Inc. + +NOTICE TO USER: Carefully read the following legal agreement. BY +DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING DATA FILES, AND/OR +SOFTWARE, YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE +TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT +DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of data files and any associated documentation (the "Data Files") or +software and any associated documentation (the "Software") to deal in the +Data Files or Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, and/or sell +copies of the Data Files or Software, and to permit persons to whom the +Data Files or Software are furnished to do so, provided that either (a) +this copyright and permission notice appear with all copies of the Data +Files or Software, or (b) this copyright and permission notice appear in +associated Documentation. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF +THIRD PARTY RIGHTS. + +IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE +BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA +FILES OR SOFTWARE. + +Except as contained in this notice, the name of a copyright holder shall +not be used in advertising or otherwise to promote the sale, use or other +dealings in these Data Files or Software without prior written +authorization of the copyright holder. diff --git a/REUSE.toml b/REUSE.toml index bfb65a36..6ba99bf0 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -31,7 +31,7 @@ SPDX-License-Identifier = "CC-BY-SA-4.0" path = "src/gui/emoji/tools/emoji-test.txt" precedence = "aggregate" SPDX-FileCopyrightText = "2020 Unicode®, Inc." -SPDX-License-Identifier = "LicenseRef-UnicodeTermsOfUse" +SPDX-License-Identifier = "Unicode-3.0" [[annotations]] path = "external/potrace/**"