[packages/rpmlint] \' isn't valid escape sequence in toml and there's no escaping in literal strings ('') at all

atler atler at pld-linux.org
Sat Jan 4 20:36:26 CET 2025


commit 3a21bb2d623bd3d32676c017d29c37c6ba299b6b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Jan 4 19:58:46 2025 +0100

    \' isn't valid escape sequence in toml and there's no escaping in literal strings ('') at all

 licenses.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/licenses.toml b/licenses.toml
index 3c6fe1b..bfcf8ce 100644
--- a/licenses.toml
+++ b/licenses.toml
@@ -75,7 +75,7 @@ ValidLicenses = [
     'BSD-like or GPL',
     'BSD-like (or GPLv2 for core - see LICENSE)',
     'BSD-like/Public Domain (see source)',
-    'BSD-like + restricted vendor\'s name usage (see copyright file)',
+    "BSD-like + restricted vendor's name usage (see copyright file)",
     'BSD-like (see COPYING)',
     'BSD-like (see COPYRIGHT)',
     'BSD-like (see docs)',
@@ -152,7 +152,7 @@ ValidLicenses = [
     'Design Science',
     'Design Science License (DSL)',
     'Different per subpackage',
-    'Digital\'s paranoid but open-source license',
+    "Digital's paranoid but open-source license",
     'distributable',
     'Distributable',
     'distributable (BSD, GPL, LGPL, Artistic; see COPYING)',
@@ -177,7 +177,7 @@ ValidLicenses = [
     'distributable (see README)',
     'distributable (see README.gz)',
     'distributable (see readme.txt)',
-    'Distributable with author\'s permission',
+    "Distributable with author's permission",
     'distributable with free-unices distros, free for non-profit non-commercial purposes',
     'distributable without modifications',
     'distribution restricted (http://www.adobe.com/products/acrobat/distribute.html)',
@@ -366,7 +366,7 @@ ValidLicenses = [
     'GPL v2+ or MPL v1.1',
     'GPL v2 or see LICENCE',
     'GPL v2 + others - see README for details',
-    'GPL v2+, portions on Intel\'s BSD-like license (see README.*)',
+    "GPL v2+, portions on Intel's BSD-like license (see README.*)",
     'GPL v2. See COPYRIGHT.svm.cpp for the copyright of the svm C++ code.',
     'GPL v2+ (see LICENSE)',
     'GPL v2+, with explicit permission to link against Qt',
@@ -405,7 +405,7 @@ ValidLicenses = [
     'Industrial Light & Magic',
     'Interbase Public License 1.0',
     'IPL',
-    'It\'s free, but requires ads of mks.com.pl on your WWW (see licencja.txt)',
+    "It's free, but requires ads of mks.com.pl on your WWW (see licencja.txt)",
     'Kohnian',
     'Kupu',
     'LaTeX Project Public License',
@@ -621,7 +621,7 @@ ValidLicenses = [
     'Ruby',
     'Ruby-alike',
     'Ruby License',
-    'Ruby's',
+    "Ruby's",
     'SCSL',
     'see LICENSE',
     'see LICENSE file (redistribution restricted)',
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpmlint.git/commitdiff/dbedd9ad4574fa720e5d4457573674fd2785a5ae



More information about the pld-cvs-commit mailing list