fix license version: GNU GPLv3 v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Thu, 24 Oct 2019 21:43:08 +0200
branchv_0
changeset 250 aae5009bd0af
parent 249 7655df0622ee
child 251 97dbb1015d98
fix license version: GNU GPLv3
c++/sql-dk/CLIStarter.cpp
c++/sql-dk/nbproject/licenseheader.txt
distributions/debian/build.sh
distributions/fedora/build.sh
distributions/fedora/sql-dk.spec
java/jdbc-dk-driver/src/main/java/info/globalcode/sql/dk/jdbc/Driver.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractConnection.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractPreparedStatement.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSet.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSetMetaData.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractStatement.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Connection.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Driver.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ObjectParameter.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/PreparedStatement.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSet.java
java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSetMetaData.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIOptions.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParser.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParserException.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIStarter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/ColorfulPrintWriter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/Constants.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/DKException.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/DatabaseConnection.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/Functions.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/InfoLister.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/InvalidOptionsException.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/NamedParameter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/Parameter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommand.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNamed.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNumbered.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLType.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/Batch.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchConstants.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchDecoder.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchEncoder.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchException.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/CommandArgument.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Configuration.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationException.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationProvider.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/DatabaseDefinition.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/FormatterDefinition.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Loader.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/NameIdentified.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Properties.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Property.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclaration.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclarations.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/TunnelDefinition.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractXmlFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/BarChartFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnDescriptor.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnsHeader.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/CommonProperties.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FakeSqlArray.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/Formatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterContext.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterException.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/RecfileFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SilentFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SingleValueFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TeXFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XhtmlFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XmlFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagement.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagementMBean.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ManagementUtils.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/ColorfulConsoleFormatter.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerInitializer.java
java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerProducer.java
java/sql-dk/src/test/java/info/globalcode/sql/dk/CLIParserTest.java
java/sql-dk/src/test/java/info/globalcode/sql/dk/FunctionsTest.java
scripts/bash_completion.pl
scripts/help_generator.pl
xml/config.rnc
xml/config.xsd
xml/config.xsl
--- a/c++/sql-dk/CLIStarter.cpp	Tue Apr 30 20:04:06 2019 +0200
+++ b/c++/sql-dk/CLIStarter.cpp	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/c++/sql-dk/nbproject/licenseheader.txt	Tue Apr 30 20:04:06 2019 +0200
+++ b/c++/sql-dk/nbproject/licenseheader.txt	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/distributions/debian/build.sh	Tue Apr 30 20:04:06 2019 +0200
+++ b/distributions/debian/build.sh	Thu Oct 24 21:43:08 2019 +0200
@@ -5,8 +5,7 @@
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 # 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -71,8 +70,7 @@
 License: GPL-3+
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
+ the Free Software Foundation, version 3 of the License.
  .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/distributions/fedora/build.sh	Tue Apr 30 20:04:06 2019 +0200
+++ b/distributions/fedora/build.sh	Thu Oct 24 21:43:08 2019 +0200
@@ -5,8 +5,7 @@
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 # 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/distributions/fedora/sql-dk.spec	Tue Apr 30 20:04:06 2019 +0200
+++ b/distributions/fedora/sql-dk.spec	Thu Oct 24 21:43:08 2019 +0200
@@ -3,8 +3,7 @@
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 # 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-dk-driver/src/main/java/info/globalcode/sql/dk/jdbc/Driver.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-dk-driver/src/main/java/info/globalcode/sql/dk/jdbc/Driver.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractConnection.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractConnection.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractPreparedStatement.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractPreparedStatement.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSet.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSet.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSetMetaData.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSetMetaData.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractStatement.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractStatement.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Connection.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Connection.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Driver.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Driver.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ObjectParameter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ObjectParameter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/PreparedStatement.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/PreparedStatement.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSet.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSet.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSetMetaData.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSetMetaData.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIOptions.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIOptions.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParser.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParser.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParserException.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParserException.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIStarter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIStarter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/ColorfulPrintWriter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/ColorfulPrintWriter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Constants.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Constants.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/DKException.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/DKException.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/DatabaseConnection.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/DatabaseConnection.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Functions.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Functions.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/InfoLister.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/InfoLister.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/InvalidOptionsException.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/InvalidOptionsException.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/NamedParameter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/NamedParameter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Parameter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Parameter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommand.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommand.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNamed.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNamed.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNumbered.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNumbered.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLType.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLType.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/Batch.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/Batch.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchConstants.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchConstants.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchDecoder.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchDecoder.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchEncoder.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchEncoder.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchException.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchException.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/CommandArgument.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/CommandArgument.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Configuration.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Configuration.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationException.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationException.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationProvider.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationProvider.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/FormatterDefinition.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/FormatterDefinition.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Loader.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Loader.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/NameIdentified.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/NameIdentified.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Properties.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Properties.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Property.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Property.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclaration.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclaration.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclarations.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclarations.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/TunnelDefinition.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/TunnelDefinition.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractXmlFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractXmlFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/BarChartFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/BarChartFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnDescriptor.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnDescriptor.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnsHeader.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnsHeader.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/CommonProperties.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/CommonProperties.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FakeSqlArray.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FakeSqlArray.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/Formatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/Formatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterContext.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterContext.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterException.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterException.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/RecfileFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/RecfileFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SilentFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SilentFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SingleValueFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SingleValueFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TeXFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TeXFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XhtmlFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XhtmlFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XmlFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XmlFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagement.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagement.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagementMBean.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagementMBean.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ManagementUtils.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ManagementUtils.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/ColorfulConsoleFormatter.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/ColorfulConsoleFormatter.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerInitializer.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerInitializer.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerProducer.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerProducer.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/test/java/info/globalcode/sql/dk/CLIParserTest.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/test/java/info/globalcode/sql/dk/CLIParserTest.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/java/sql-dk/src/test/java/info/globalcode/sql/dk/FunctionsTest.java	Tue Apr 30 20:04:06 2019 +0200
+++ b/java/sql-dk/src/test/java/info/globalcode/sql/dk/FunctionsTest.java	Thu Oct 24 21:43:08 2019 +0200
@@ -4,8 +4,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation, version 3 of the License.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/scripts/bash_completion.pl	Tue Apr 30 20:04:06 2019 +0200
+++ b/scripts/bash_completion.pl	Thu Oct 24 21:43:08 2019 +0200
@@ -5,8 +5,7 @@
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 # 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/scripts/help_generator.pl	Tue Apr 30 20:04:06 2019 +0200
+++ b/scripts/help_generator.pl	Thu Oct 24 21:43:08 2019 +0200
@@ -5,8 +5,7 @@
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 # 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/xml/config.rnc	Tue Apr 30 20:04:06 2019 +0200
+++ b/xml/config.rnc	Thu Oct 24 21:43:08 2019 +0200
@@ -3,8 +3,7 @@
 # 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
+# the Free Software Foundation, version 3 of the License.
 # 
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/xml/config.xsd	Tue Apr 30 20:04:06 2019 +0200
+++ b/xml/config.xsd	Thu Oct 24 21:43:08 2019 +0200
@@ -5,8 +5,7 @@
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, version 3 of the License.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
--- a/xml/config.xsl	Tue Apr 30 20:04:06 2019 +0200
+++ b/xml/config.xsl	Thu Oct 24 21:43:08 2019 +0200
@@ -5,8 +5,7 @@
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, version 3 of the License.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of