fix license versions: GNU GPLv3, LGPLv3, GPLv2 v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 22 Oct 2019 16:48:36 +0200
branchv_0
changeset 274 f7334408c681
parent 273 b68a2fc9e2b3
child 275 1cdb74e845d0
fix license versions: GNU GPLv3, LGPLv3, GPLv2
relpipe-data/implementation.xml
relpipe-data/license.xml
--- a/relpipe-data/implementation.xml	Sun Oct 06 14:05:23 2019 +0200
+++ b/relpipe-data/implementation.xml	Tue Oct 22 16:48:36 2019 +0200
@@ -14,34 +14,34 @@
 		
 		<m:tabulka>
 			name	type	subtype	language	license
-			relpipe-in-cli.cpp	executable	input	c++	GNU GPLv3+
-			relpipe-in-csv.cpp	executable	input	c++	GNU GPLv3+
-			relpipe-in-filesystem.cpp	executable	input	c++	GNU GPLv3+
-			relpipe-in-fstab.cpp	executable	input	c++	GNU GPLv3+
-			relpipe-in-recfile.cpp	executable	input	c++	GNU GPLv3+
-			relpipe-in-xml.cpp	executable	input	c++	GNU GPLv3+
-			relpipe-in-xmltable.cpp	executable	input	c++	GNU GPLv3+
-			relpipe-lib-cli.cpp	library	header-only	c++	GNU GPLv3+
-			relpipe-lib-protocol.cpp	library	header-only	c++	GNU LGPLv3+ or GPLv2+
-			relpipe-lib-reader.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
-			relpipe-lib-writer.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
-			relpipe-lib-xmlwriter.cpp	library	header-only	c++	GNU GPLv3+
-			relpipe-out-asn1.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-out-csv.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-out-gui.qt.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-out-nullbyte.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-out-ods.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-out-recfile.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-out-tabular.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-out-xml.cpp	executable	output	c++	GNU GPLv3+
-			relpipe-tr-awk.cpp	executable	transformation	c++	GNU GPLv3+
-			relpipe-tr-cut.cpp	executable	transformation	c++	GNU GPLv3+
-			relpipe-tr-grep.cpp	executable	transformation	c++	GNU GPLv3+
-			relpipe-tr-guile.cpp	executable	transformation	c++	GNU GPLv3+
-			relpipe-tr-python.cpp	executable	transformation	c++	GNU GPLv3+
-			relpipe-tr-sed.cpp	executable	transformation	c++	GNU GPLv3+
-			relpipe-tr-sql.cpp	executable	transformation	c++	GNU GPLv3+
-			relpipe-tr-validator.cpp	executable	transformation	c++	GNU GPLv3+
+			relpipe-in-cli.cpp	executable	input	c++	GNU GPLv3
+			relpipe-in-csv.cpp	executable	input	c++	GNU GPLv3
+			relpipe-in-filesystem.cpp	executable	input	c++	GNU GPLv3
+			relpipe-in-fstab.cpp	executable	input	c++	GNU GPLv3
+			relpipe-in-recfile.cpp	executable	input	c++	GNU GPLv3
+			relpipe-in-xml.cpp	executable	input	c++	GNU GPLv3
+			relpipe-in-xmltable.cpp	executable	input	c++	GNU GPLv3
+			relpipe-lib-cli.cpp	library	header-only	c++	GNU GPLv3
+			relpipe-lib-protocol.cpp	library	header-only	c++	GNU LGPLv3 or GPLv2
+			relpipe-lib-reader.cpp	library	shared	c++	GNU LGPLv3 or GPLv2
+			relpipe-lib-writer.cpp	library	shared	c++	GNU LGPLv3 or GPLv2
+			relpipe-lib-xmlwriter.cpp	library	header-only	c++	GNU GPLv3
+			relpipe-out-asn1.cpp	executable	output	c++	GNU GPLv3
+			relpipe-out-csv.cpp	executable	output	c++	GNU GPLv3
+			relpipe-out-gui.qt.cpp	executable	output	c++	GNU GPLv3
+			relpipe-out-nullbyte.cpp	executable	output	c++	GNU GPLv3
+			relpipe-out-ods.cpp	executable	output	c++	GNU GPLv3
+			relpipe-out-recfile.cpp	executable	output	c++	GNU GPLv3
+			relpipe-out-tabular.cpp	executable	output	c++	GNU GPLv3
+			relpipe-out-xml.cpp	executable	output	c++	GNU GPLv3
+			relpipe-tr-awk.cpp	executable	transformation	c++	GNU GPLv3
+			relpipe-tr-cut.cpp	executable	transformation	c++	GNU GPLv3
+			relpipe-tr-grep.cpp	executable	transformation	c++	GNU GPLv3
+			relpipe-tr-guile.cpp	executable	transformation	c++	GNU GPLv3
+			relpipe-tr-python.cpp	executable	transformation	c++	GNU GPLv3
+			relpipe-tr-sed.cpp	executable	transformation	c++	GNU GPLv3
+			relpipe-tr-sql.cpp	executable	transformation	c++	GNU GPLv3
+			relpipe-tr-validator.cpp	executable	transformation	c++	GNU GPLv3
 		</m:tabulka>
 		<!--
 			relpipe-web	website	-	XWG XML	GNU FDLv1.3+
--- a/relpipe-data/license.xml	Sun Oct 06 14:05:23 2019 +0200
+++ b/relpipe-data/license.xml	Tue Oct 22 16:48:36 2019 +0200
@@ -13,8 +13,8 @@
 
 	<text xmlns="http://www.w3.org/1999/xhtml">
 		<p>
-			<m:name/> are an open specification of a data format and <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> libraries and tools distributed under <a href="#GNU_GPLv3">GNU GPLv3+</a> license.
-			Some libraries might be also used and distributed under <a href="#GNU_LGPLv3">GNU LGPLv3+</a> or <a href="#GNU_GPLv2">GNU GPLv2+</a>.
+			<m:name/> are an open specification of a data format and <a href="https://www.gnu.org/philosophy/free-sw.html">free software</a> libraries and tools distributed under <a href="#GNU_GPLv3">GNU GPLv3</a> license.
+			Some libraries might be also used and distributed under <a href="#GNU_LGPLv3">GNU LGPLv3</a> or <a href="#GNU_GPLv2">GNU GPLv2</a>.
 		</p>
 		
 		<p>