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 250aae5009bd0af
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
     1.1 --- a/c++/sql-dk/CLIStarter.cpp	Tue Apr 30 20:04:06 2019 +0200
     1.2 +++ b/c++/sql-dk/CLIStarter.cpp	Thu Oct 24 21:43:08 2019 +0200
     1.3 @@ -4,8 +4,7 @@
     1.4   *
     1.5   * This program is free software: you can redistribute it and/or modify
     1.6   * it under the terms of the GNU General Public License as published by
     1.7 - * the Free Software Foundation, either version 3 of the License, or
     1.8 - * (at your option) any later version.
     1.9 + * the Free Software Foundation, version 3 of the License.
    1.10   *
    1.11   * This program is distributed in the hope that it will be useful,
    1.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
     2.1 --- a/c++/sql-dk/nbproject/licenseheader.txt	Tue Apr 30 20:04:06 2019 +0200
     2.2 +++ b/c++/sql-dk/nbproject/licenseheader.txt	Thu Oct 24 21:43:08 2019 +0200
     2.3 @@ -4,8 +4,7 @@
     2.4   *
     2.5   * This program is free software: you can redistribute it and/or modify
     2.6   * it under the terms of the GNU General Public License as published by
     2.7 - * the Free Software Foundation, either version 3 of the License, or
     2.8 - * (at your option) any later version.
     2.9 + * the Free Software Foundation, version 3 of the License.
    2.10   *
    2.11   * This program is distributed in the hope that it will be useful,
    2.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
     3.1 --- a/distributions/debian/build.sh	Tue Apr 30 20:04:06 2019 +0200
     3.2 +++ b/distributions/debian/build.sh	Thu Oct 24 21:43:08 2019 +0200
     3.3 @@ -5,8 +5,7 @@
     3.4  # 
     3.5  # This program is free software: you can redistribute it and/or modify
     3.6  # it under the terms of the GNU General Public License as published by
     3.7 -# the Free Software Foundation, either version 3 of the License, or
     3.8 -# (at your option) any later version.
     3.9 +# the Free Software Foundation, version 3 of the License.
    3.10  # 
    3.11  # This program is distributed in the hope that it will be useful,
    3.12  # but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.13 @@ -71,8 +70,7 @@
    3.14  License: GPL-3+
    3.15   This program is free software: you can redistribute it and/or modify
    3.16   it under the terms of the GNU General Public License as published by
    3.17 - the Free Software Foundation, either version 3 of the License, or
    3.18 - (at your option) any later version.
    3.19 + the Free Software Foundation, version 3 of the License.
    3.20   .
    3.21   This program is distributed in the hope that it will be useful,
    3.22   but WITHOUT ANY WARRANTY; without even the implied warranty of
     4.1 --- a/distributions/fedora/build.sh	Tue Apr 30 20:04:06 2019 +0200
     4.2 +++ b/distributions/fedora/build.sh	Thu Oct 24 21:43:08 2019 +0200
     4.3 @@ -5,8 +5,7 @@
     4.4  # 
     4.5  # This program is free software: you can redistribute it and/or modify
     4.6  # it under the terms of the GNU General Public License as published by
     4.7 -# the Free Software Foundation, either version 3 of the License, or
     4.8 -# (at your option) any later version.
     4.9 +# the Free Software Foundation, version 3 of the License.
    4.10  # 
    4.11  # This program is distributed in the hope that it will be useful,
    4.12  # but WITHOUT ANY WARRANTY; without even the implied warranty of
     5.1 --- a/distributions/fedora/sql-dk.spec	Tue Apr 30 20:04:06 2019 +0200
     5.2 +++ b/distributions/fedora/sql-dk.spec	Thu Oct 24 21:43:08 2019 +0200
     5.3 @@ -3,8 +3,7 @@
     5.4  # 
     5.5  # This program is free software: you can redistribute it and/or modify
     5.6  # it under the terms of the GNU General Public License as published by
     5.7 -# the Free Software Foundation, either version 3 of the License, or
     5.8 -# (at your option) any later version.
     5.9 +# the Free Software Foundation, version 3 of the License.
    5.10  # 
    5.11  # This program is distributed in the hope that it will be useful,
    5.12  # but WITHOUT ANY WARRANTY; without even the implied warranty of
     6.1 --- a/java/jdbc-dk-driver/src/main/java/info/globalcode/sql/dk/jdbc/Driver.java	Tue Apr 30 20:04:06 2019 +0200
     6.2 +++ b/java/jdbc-dk-driver/src/main/java/info/globalcode/sql/dk/jdbc/Driver.java	Thu Oct 24 21:43:08 2019 +0200
     6.3 @@ -4,8 +4,7 @@
     6.4   *
     6.5   * This program is free software: you can redistribute it and/or modify
     6.6   * it under the terms of the GNU General Public License as published by
     6.7 - * the Free Software Foundation, either version 3 of the License, or
     6.8 - * (at your option) any later version.
     6.9 + * the Free Software Foundation, version 3 of the License.
    6.10   *
    6.11   * This program is distributed in the hope that it will be useful,
    6.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
     7.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractConnection.java	Tue Apr 30 20:04:06 2019 +0200
     7.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractConnection.java	Thu Oct 24 21:43:08 2019 +0200
     7.3 @@ -4,8 +4,7 @@
     7.4   *
     7.5   * This program is free software: you can redistribute it and/or modify
     7.6   * it under the terms of the GNU General Public License as published by
     7.7 - * the Free Software Foundation, either version 3 of the License, or
     7.8 - * (at your option) any later version.
     7.9 + * the Free Software Foundation, version 3 of the License.
    7.10   *
    7.11   * This program is distributed in the hope that it will be useful,
    7.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
     8.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractPreparedStatement.java	Tue Apr 30 20:04:06 2019 +0200
     8.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractPreparedStatement.java	Thu Oct 24 21:43:08 2019 +0200
     8.3 @@ -4,8 +4,7 @@
     8.4   *
     8.5   * This program is free software: you can redistribute it and/or modify
     8.6   * it under the terms of the GNU General Public License as published by
     8.7 - * the Free Software Foundation, either version 3 of the License, or
     8.8 - * (at your option) any later version.
     8.9 + * the Free Software Foundation, version 3 of the License.
    8.10   *
    8.11   * This program is distributed in the hope that it will be useful,
    8.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
     9.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSet.java	Tue Apr 30 20:04:06 2019 +0200
     9.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSet.java	Thu Oct 24 21:43:08 2019 +0200
     9.3 @@ -4,8 +4,7 @@
     9.4   *
     9.5   * This program is free software: you can redistribute it and/or modify
     9.6   * it under the terms of the GNU General Public License as published by
     9.7 - * the Free Software Foundation, either version 3 of the License, or
     9.8 - * (at your option) any later version.
     9.9 + * the Free Software Foundation, version 3 of the License.
    9.10   *
    9.11   * This program is distributed in the hope that it will be useful,
    9.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    10.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSetMetaData.java	Tue Apr 30 20:04:06 2019 +0200
    10.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSetMetaData.java	Thu Oct 24 21:43:08 2019 +0200
    10.3 @@ -4,8 +4,7 @@
    10.4   *
    10.5   * This program is free software: you can redistribute it and/or modify
    10.6   * it under the terms of the GNU General Public License as published by
    10.7 - * the Free Software Foundation, either version 3 of the License, or
    10.8 - * (at your option) any later version.
    10.9 + * the Free Software Foundation, version 3 of the License.
   10.10   *
   10.11   * This program is distributed in the hope that it will be useful,
   10.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    11.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractStatement.java	Tue Apr 30 20:04:06 2019 +0200
    11.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractStatement.java	Thu Oct 24 21:43:08 2019 +0200
    11.3 @@ -4,8 +4,7 @@
    11.4   *
    11.5   * This program is free software: you can redistribute it and/or modify
    11.6   * it under the terms of the GNU General Public License as published by
    11.7 - * the Free Software Foundation, either version 3 of the License, or
    11.8 - * (at your option) any later version.
    11.9 + * the Free Software Foundation, version 3 of the License.
   11.10   *
   11.11   * This program is distributed in the hope that it will be useful,
   11.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    12.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Connection.java	Tue Apr 30 20:04:06 2019 +0200
    12.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Connection.java	Thu Oct 24 21:43:08 2019 +0200
    12.3 @@ -4,8 +4,7 @@
    12.4   *
    12.5   * This program is free software: you can redistribute it and/or modify
    12.6   * it under the terms of the GNU General Public License as published by
    12.7 - * the Free Software Foundation, either version 3 of the License, or
    12.8 - * (at your option) any later version.
    12.9 + * the Free Software Foundation, version 3 of the License.
   12.10   *
   12.11   * This program is distributed in the hope that it will be useful,
   12.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    13.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Driver.java	Tue Apr 30 20:04:06 2019 +0200
    13.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Driver.java	Thu Oct 24 21:43:08 2019 +0200
    13.3 @@ -4,8 +4,7 @@
    13.4   *
    13.5   * This program is free software: you can redistribute it and/or modify
    13.6   * it under the terms of the GNU General Public License as published by
    13.7 - * the Free Software Foundation, either version 3 of the License, or
    13.8 - * (at your option) any later version.
    13.9 + * the Free Software Foundation, version 3 of the License.
   13.10   *
   13.11   * This program is distributed in the hope that it will be useful,
   13.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ObjectParameter.java	Tue Apr 30 20:04:06 2019 +0200
    14.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ObjectParameter.java	Thu Oct 24 21:43:08 2019 +0200
    14.3 @@ -4,8 +4,7 @@
    14.4   *
    14.5   * This program is free software: you can redistribute it and/or modify
    14.6   * it under the terms of the GNU General Public License as published by
    14.7 - * the Free Software Foundation, either version 3 of the License, or
    14.8 - * (at your option) any later version.
    14.9 + * the Free Software Foundation, version 3 of the License.
   14.10   *
   14.11   * This program is distributed in the hope that it will be useful,
   14.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    15.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/PreparedStatement.java	Tue Apr 30 20:04:06 2019 +0200
    15.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/PreparedStatement.java	Thu Oct 24 21:43:08 2019 +0200
    15.3 @@ -4,8 +4,7 @@
    15.4   *
    15.5   * This program is free software: you can redistribute it and/or modify
    15.6   * it under the terms of the GNU General Public License as published by
    15.7 - * the Free Software Foundation, either version 3 of the License, or
    15.8 - * (at your option) any later version.
    15.9 + * the Free Software Foundation, version 3 of the License.
   15.10   *
   15.11   * This program is distributed in the hope that it will be useful,
   15.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    16.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSet.java	Tue Apr 30 20:04:06 2019 +0200
    16.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSet.java	Thu Oct 24 21:43:08 2019 +0200
    16.3 @@ -4,8 +4,7 @@
    16.4   *
    16.5   * This program is free software: you can redistribute it and/or modify
    16.6   * it under the terms of the GNU General Public License as published by
    16.7 - * the Free Software Foundation, either version 3 of the License, or
    16.8 - * (at your option) any later version.
    16.9 + * the Free Software Foundation, version 3 of the License.
   16.10   *
   16.11   * This program is distributed in the hope that it will be useful,
   16.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    17.1 --- a/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSetMetaData.java	Tue Apr 30 20:04:06 2019 +0200
    17.2 +++ b/java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSetMetaData.java	Thu Oct 24 21:43:08 2019 +0200
    17.3 @@ -4,8 +4,7 @@
    17.4   *
    17.5   * This program is free software: you can redistribute it and/or modify
    17.6   * it under the terms of the GNU General Public License as published by
    17.7 - * the Free Software Foundation, either version 3 of the License, or
    17.8 - * (at your option) any later version.
    17.9 + * the Free Software Foundation, version 3 of the License.
   17.10   *
   17.11   * This program is distributed in the hope that it will be useful,
   17.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    18.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIOptions.java	Tue Apr 30 20:04:06 2019 +0200
    18.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIOptions.java	Thu Oct 24 21:43:08 2019 +0200
    18.3 @@ -4,8 +4,7 @@
    18.4   *
    18.5   * This program is free software: you can redistribute it and/or modify
    18.6   * it under the terms of the GNU General Public License as published by
    18.7 - * the Free Software Foundation, either version 3 of the License, or
    18.8 - * (at your option) any later version.
    18.9 + * the Free Software Foundation, version 3 of the License.
   18.10   *
   18.11   * This program is distributed in the hope that it will be useful,
   18.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    19.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParser.java	Tue Apr 30 20:04:06 2019 +0200
    19.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParser.java	Thu Oct 24 21:43:08 2019 +0200
    19.3 @@ -4,8 +4,7 @@
    19.4   *
    19.5   * This program is free software: you can redistribute it and/or modify
    19.6   * it under the terms of the GNU General Public License as published by
    19.7 - * the Free Software Foundation, either version 3 of the License, or
    19.8 - * (at your option) any later version.
    19.9 + * the Free Software Foundation, version 3 of the License.
   19.10   *
   19.11   * This program is distributed in the hope that it will be useful,
   19.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    20.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParserException.java	Tue Apr 30 20:04:06 2019 +0200
    20.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParserException.java	Thu Oct 24 21:43:08 2019 +0200
    20.3 @@ -4,8 +4,7 @@
    20.4   *
    20.5   * This program is free software: you can redistribute it and/or modify
    20.6   * it under the terms of the GNU General Public License as published by
    20.7 - * the Free Software Foundation, either version 3 of the License, or
    20.8 - * (at your option) any later version.
    20.9 + * the Free Software Foundation, version 3 of the License.
   20.10   *
   20.11   * This program is distributed in the hope that it will be useful,
   20.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    21.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIStarter.java	Tue Apr 30 20:04:06 2019 +0200
    21.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIStarter.java	Thu Oct 24 21:43:08 2019 +0200
    21.3 @@ -4,8 +4,7 @@
    21.4   *
    21.5   * This program is free software: you can redistribute it and/or modify
    21.6   * it under the terms of the GNU General Public License as published by
    21.7 - * the Free Software Foundation, either version 3 of the License, or
    21.8 - * (at your option) any later version.
    21.9 + * the Free Software Foundation, version 3 of the License.
   21.10   *
   21.11   * This program is distributed in the hope that it will be useful,
   21.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    22.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/ColorfulPrintWriter.java	Tue Apr 30 20:04:06 2019 +0200
    22.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/ColorfulPrintWriter.java	Thu Oct 24 21:43:08 2019 +0200
    22.3 @@ -4,8 +4,7 @@
    22.4   *
    22.5   * This program is free software: you can redistribute it and/or modify
    22.6   * it under the terms of the GNU General Public License as published by
    22.7 - * the Free Software Foundation, either version 3 of the License, or
    22.8 - * (at your option) any later version.
    22.9 + * the Free Software Foundation, version 3 of the License.
   22.10   *
   22.11   * This program is distributed in the hope that it will be useful,
   22.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    23.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Constants.java	Tue Apr 30 20:04:06 2019 +0200
    23.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Constants.java	Thu Oct 24 21:43:08 2019 +0200
    23.3 @@ -4,8 +4,7 @@
    23.4   *
    23.5   * This program is free software: you can redistribute it and/or modify
    23.6   * it under the terms of the GNU General Public License as published by
    23.7 - * the Free Software Foundation, either version 3 of the License, or
    23.8 - * (at your option) any later version.
    23.9 + * the Free Software Foundation, version 3 of the License.
   23.10   *
   23.11   * This program is distributed in the hope that it will be useful,
   23.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    24.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/DKException.java	Tue Apr 30 20:04:06 2019 +0200
    24.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/DKException.java	Thu Oct 24 21:43:08 2019 +0200
    24.3 @@ -4,8 +4,7 @@
    24.4   *
    24.5   * This program is free software: you can redistribute it and/or modify
    24.6   * it under the terms of the GNU General Public License as published by
    24.7 - * the Free Software Foundation, either version 3 of the License, or
    24.8 - * (at your option) any later version.
    24.9 + * the Free Software Foundation, version 3 of the License.
   24.10   *
   24.11   * This program is distributed in the hope that it will be useful,
   24.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    25.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/DatabaseConnection.java	Tue Apr 30 20:04:06 2019 +0200
    25.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/DatabaseConnection.java	Thu Oct 24 21:43:08 2019 +0200
    25.3 @@ -4,8 +4,7 @@
    25.4   *
    25.5   * This program is free software: you can redistribute it and/or modify
    25.6   * it under the terms of the GNU General Public License as published by
    25.7 - * the Free Software Foundation, either version 3 of the License, or
    25.8 - * (at your option) any later version.
    25.9 + * the Free Software Foundation, version 3 of the License.
   25.10   *
   25.11   * This program is distributed in the hope that it will be useful,
   25.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    26.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Functions.java	Tue Apr 30 20:04:06 2019 +0200
    26.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Functions.java	Thu Oct 24 21:43:08 2019 +0200
    26.3 @@ -4,8 +4,7 @@
    26.4   *
    26.5   * This program is free software: you can redistribute it and/or modify
    26.6   * it under the terms of the GNU General Public License as published by
    26.7 - * the Free Software Foundation, either version 3 of the License, or
    26.8 - * (at your option) any later version.
    26.9 + * the Free Software Foundation, version 3 of the License.
   26.10   *
   26.11   * This program is distributed in the hope that it will be useful,
   26.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    27.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/InfoLister.java	Tue Apr 30 20:04:06 2019 +0200
    27.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/InfoLister.java	Thu Oct 24 21:43:08 2019 +0200
    27.3 @@ -4,8 +4,7 @@
    27.4   *
    27.5   * This program is free software: you can redistribute it and/or modify
    27.6   * it under the terms of the GNU General Public License as published by
    27.7 - * the Free Software Foundation, either version 3 of the License, or
    27.8 - * (at your option) any later version.
    27.9 + * the Free Software Foundation, version 3 of the License.
   27.10   *
   27.11   * This program is distributed in the hope that it will be useful,
   27.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    28.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/InvalidOptionsException.java	Tue Apr 30 20:04:06 2019 +0200
    28.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/InvalidOptionsException.java	Thu Oct 24 21:43:08 2019 +0200
    28.3 @@ -4,8 +4,7 @@
    28.4   *
    28.5   * This program is free software: you can redistribute it and/or modify
    28.6   * it under the terms of the GNU General Public License as published by
    28.7 - * the Free Software Foundation, either version 3 of the License, or
    28.8 - * (at your option) any later version.
    28.9 + * the Free Software Foundation, version 3 of the License.
   28.10   *
   28.11   * This program is distributed in the hope that it will be useful,
   28.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    29.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/NamedParameter.java	Tue Apr 30 20:04:06 2019 +0200
    29.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/NamedParameter.java	Thu Oct 24 21:43:08 2019 +0200
    29.3 @@ -4,8 +4,7 @@
    29.4   *
    29.5   * This program is free software: you can redistribute it and/or modify
    29.6   * it under the terms of the GNU General Public License as published by
    29.7 - * the Free Software Foundation, either version 3 of the License, or
    29.8 - * (at your option) any later version.
    29.9 + * the Free Software Foundation, version 3 of the License.
   29.10   *
   29.11   * This program is distributed in the hope that it will be useful,
   29.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    30.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Parameter.java	Tue Apr 30 20:04:06 2019 +0200
    30.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Parameter.java	Thu Oct 24 21:43:08 2019 +0200
    30.3 @@ -4,8 +4,7 @@
    30.4   *
    30.5   * This program is free software: you can redistribute it and/or modify
    30.6   * it under the terms of the GNU General Public License as published by
    30.7 - * the Free Software Foundation, either version 3 of the License, or
    30.8 - * (at your option) any later version.
    30.9 + * the Free Software Foundation, version 3 of the License.
   30.10   *
   30.11   * This program is distributed in the hope that it will be useful,
   30.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    31.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommand.java	Tue Apr 30 20:04:06 2019 +0200
    31.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommand.java	Thu Oct 24 21:43:08 2019 +0200
    31.3 @@ -4,8 +4,7 @@
    31.4   *
    31.5   * This program is free software: you can redistribute it and/or modify
    31.6   * it under the terms of the GNU General Public License as published by
    31.7 - * the Free Software Foundation, either version 3 of the License, or
    31.8 - * (at your option) any later version.
    31.9 + * the Free Software Foundation, version 3 of the License.
   31.10   *
   31.11   * This program is distributed in the hope that it will be useful,
   31.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    32.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNamed.java	Tue Apr 30 20:04:06 2019 +0200
    32.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNamed.java	Thu Oct 24 21:43:08 2019 +0200
    32.3 @@ -4,8 +4,7 @@
    32.4   *
    32.5   * This program is free software: you can redistribute it and/or modify
    32.6   * it under the terms of the GNU General Public License as published by
    32.7 - * the Free Software Foundation, either version 3 of the License, or
    32.8 - * (at your option) any later version.
    32.9 + * the Free Software Foundation, version 3 of the License.
   32.10   *
   32.11   * This program is distributed in the hope that it will be useful,
   32.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    33.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNumbered.java	Tue Apr 30 20:04:06 2019 +0200
    33.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNumbered.java	Thu Oct 24 21:43:08 2019 +0200
    33.3 @@ -4,8 +4,7 @@
    33.4   *
    33.5   * This program is free software: you can redistribute it and/or modify
    33.6   * it under the terms of the GNU General Public License as published by
    33.7 - * the Free Software Foundation, either version 3 of the License, or
    33.8 - * (at your option) any later version.
    33.9 + * the Free Software Foundation, version 3 of the License.
   33.10   *
   33.11   * This program is distributed in the hope that it will be useful,
   33.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    34.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLType.java	Tue Apr 30 20:04:06 2019 +0200
    34.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLType.java	Thu Oct 24 21:43:08 2019 +0200
    34.3 @@ -4,8 +4,7 @@
    34.4   *
    34.5   * This program is free software: you can redistribute it and/or modify
    34.6   * it under the terms of the GNU General Public License as published by
    34.7 - * the Free Software Foundation, either version 3 of the License, or
    34.8 - * (at your option) any later version.
    34.9 + * the Free Software Foundation, version 3 of the License.
   34.10   *
   34.11   * This program is distributed in the hope that it will be useful,
   34.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    35.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java	Tue Apr 30 20:04:06 2019 +0200
    35.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java	Thu Oct 24 21:43:08 2019 +0200
    35.3 @@ -4,8 +4,7 @@
    35.4   *
    35.5   * This program is free software: you can redistribute it and/or modify
    35.6   * it under the terms of the GNU General Public License as published by
    35.7 - * the Free Software Foundation, either version 3 of the License, or
    35.8 - * (at your option) any later version.
    35.9 + * the Free Software Foundation, version 3 of the License.
   35.10   *
   35.11   * This program is distributed in the hope that it will be useful,
   35.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    36.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/Batch.java	Tue Apr 30 20:04:06 2019 +0200
    36.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/Batch.java	Thu Oct 24 21:43:08 2019 +0200
    36.3 @@ -4,8 +4,7 @@
    36.4   *
    36.5   * This program is free software: you can redistribute it and/or modify
    36.6   * it under the terms of the GNU General Public License as published by
    36.7 - * the Free Software Foundation, either version 3 of the License, or
    36.8 - * (at your option) any later version.
    36.9 + * the Free Software Foundation, version 3 of the License.
   36.10   *
   36.11   * This program is distributed in the hope that it will be useful,
   36.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    37.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchConstants.java	Tue Apr 30 20:04:06 2019 +0200
    37.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchConstants.java	Thu Oct 24 21:43:08 2019 +0200
    37.3 @@ -4,8 +4,7 @@
    37.4   *
    37.5   * This program is free software: you can redistribute it and/or modify
    37.6   * it under the terms of the GNU General Public License as published by
    37.7 - * the Free Software Foundation, either version 3 of the License, or
    37.8 - * (at your option) any later version.
    37.9 + * the Free Software Foundation, version 3 of the License.
   37.10   *
   37.11   * This program is distributed in the hope that it will be useful,
   37.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    38.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchDecoder.java	Tue Apr 30 20:04:06 2019 +0200
    38.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchDecoder.java	Thu Oct 24 21:43:08 2019 +0200
    38.3 @@ -4,8 +4,7 @@
    38.4   *
    38.5   * This program is free software: you can redistribute it and/or modify
    38.6   * it under the terms of the GNU General Public License as published by
    38.7 - * the Free Software Foundation, either version 3 of the License, or
    38.8 - * (at your option) any later version.
    38.9 + * the Free Software Foundation, version 3 of the License.
   38.10   *
   38.11   * This program is distributed in the hope that it will be useful,
   38.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    39.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchEncoder.java	Tue Apr 30 20:04:06 2019 +0200
    39.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchEncoder.java	Thu Oct 24 21:43:08 2019 +0200
    39.3 @@ -4,8 +4,7 @@
    39.4   *
    39.5   * This program is free software: you can redistribute it and/or modify
    39.6   * it under the terms of the GNU General Public License as published by
    39.7 - * the Free Software Foundation, either version 3 of the License, or
    39.8 - * (at your option) any later version.
    39.9 + * the Free Software Foundation, version 3 of the License.
   39.10   *
   39.11   * This program is distributed in the hope that it will be useful,
   39.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    40.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchException.java	Tue Apr 30 20:04:06 2019 +0200
    40.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchException.java	Thu Oct 24 21:43:08 2019 +0200
    40.3 @@ -4,8 +4,7 @@
    40.4   *
    40.5   * This program is free software: you can redistribute it and/or modify
    40.6   * it under the terms of the GNU General Public License as published by
    40.7 - * the Free Software Foundation, either version 3 of the License, or
    40.8 - * (at your option) any later version.
    40.9 + * the Free Software Foundation, version 3 of the License.
   40.10   *
   40.11   * This program is distributed in the hope that it will be useful,
   40.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    41.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/CommandArgument.java	Tue Apr 30 20:04:06 2019 +0200
    41.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/CommandArgument.java	Thu Oct 24 21:43:08 2019 +0200
    41.3 @@ -4,8 +4,7 @@
    41.4   *
    41.5   * This program is free software: you can redistribute it and/or modify
    41.6   * it under the terms of the GNU General Public License as published by
    41.7 - * the Free Software Foundation, either version 3 of the License, or
    41.8 - * (at your option) any later version.
    41.9 + * the Free Software Foundation, version 3 of the License.
   41.10   *
   41.11   * This program is distributed in the hope that it will be useful,
   41.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    42.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Configuration.java	Tue Apr 30 20:04:06 2019 +0200
    42.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Configuration.java	Thu Oct 24 21:43:08 2019 +0200
    42.3 @@ -4,8 +4,7 @@
    42.4   *
    42.5   * This program is free software: you can redistribute it and/or modify
    42.6   * it under the terms of the GNU General Public License as published by
    42.7 - * the Free Software Foundation, either version 3 of the License, or
    42.8 - * (at your option) any later version.
    42.9 + * the Free Software Foundation, version 3 of the License.
   42.10   *
   42.11   * This program is distributed in the hope that it will be useful,
   42.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    43.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationException.java	Tue Apr 30 20:04:06 2019 +0200
    43.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationException.java	Thu Oct 24 21:43:08 2019 +0200
    43.3 @@ -4,8 +4,7 @@
    43.4   *
    43.5   * This program is free software: you can redistribute it and/or modify
    43.6   * it under the terms of the GNU General Public License as published by
    43.7 - * the Free Software Foundation, either version 3 of the License, or
    43.8 - * (at your option) any later version.
    43.9 + * the Free Software Foundation, version 3 of the License.
   43.10   *
   43.11   * This program is distributed in the hope that it will be useful,
   43.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    44.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationProvider.java	Tue Apr 30 20:04:06 2019 +0200
    44.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationProvider.java	Thu Oct 24 21:43:08 2019 +0200
    44.3 @@ -4,8 +4,7 @@
    44.4   *
    44.5   * This program is free software: you can redistribute it and/or modify
    44.6   * it under the terms of the GNU General Public License as published by
    44.7 - * the Free Software Foundation, either version 3 of the License, or
    44.8 - * (at your option) any later version.
    44.9 + * the Free Software Foundation, version 3 of the License.
   44.10   *
   44.11   * This program is distributed in the hope that it will be useful,
   44.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    45.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Tue Apr 30 20:04:06 2019 +0200
    45.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/DatabaseDefinition.java	Thu Oct 24 21:43:08 2019 +0200
    45.3 @@ -4,8 +4,7 @@
    45.4   *
    45.5   * This program is free software: you can redistribute it and/or modify
    45.6   * it under the terms of the GNU General Public License as published by
    45.7 - * the Free Software Foundation, either version 3 of the License, or
    45.8 - * (at your option) any later version.
    45.9 + * the Free Software Foundation, version 3 of the License.
   45.10   *
   45.11   * This program is distributed in the hope that it will be useful,
   45.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    46.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/FormatterDefinition.java	Tue Apr 30 20:04:06 2019 +0200
    46.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/FormatterDefinition.java	Thu Oct 24 21:43:08 2019 +0200
    46.3 @@ -4,8 +4,7 @@
    46.4   *
    46.5   * This program is free software: you can redistribute it and/or modify
    46.6   * it under the terms of the GNU General Public License as published by
    46.7 - * the Free Software Foundation, either version 3 of the License, or
    46.8 - * (at your option) any later version.
    46.9 + * the Free Software Foundation, version 3 of the License.
   46.10   *
   46.11   * This program is distributed in the hope that it will be useful,
   46.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    47.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Loader.java	Tue Apr 30 20:04:06 2019 +0200
    47.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Loader.java	Thu Oct 24 21:43:08 2019 +0200
    47.3 @@ -4,8 +4,7 @@
    47.4   *
    47.5   * This program is free software: you can redistribute it and/or modify
    47.6   * it under the terms of the GNU General Public License as published by
    47.7 - * the Free Software Foundation, either version 3 of the License, or
    47.8 - * (at your option) any later version.
    47.9 + * the Free Software Foundation, version 3 of the License.
   47.10   *
   47.11   * This program is distributed in the hope that it will be useful,
   47.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    48.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/NameIdentified.java	Tue Apr 30 20:04:06 2019 +0200
    48.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/NameIdentified.java	Thu Oct 24 21:43:08 2019 +0200
    48.3 @@ -4,8 +4,7 @@
    48.4   *
    48.5   * This program is free software: you can redistribute it and/or modify
    48.6   * it under the terms of the GNU General Public License as published by
    48.7 - * the Free Software Foundation, either version 3 of the License, or
    48.8 - * (at your option) any later version.
    48.9 + * the Free Software Foundation, version 3 of the License.
   48.10   *
   48.11   * This program is distributed in the hope that it will be useful,
   48.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    49.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Properties.java	Tue Apr 30 20:04:06 2019 +0200
    49.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Properties.java	Thu Oct 24 21:43:08 2019 +0200
    49.3 @@ -4,8 +4,7 @@
    49.4   *
    49.5   * This program is free software: you can redistribute it and/or modify
    49.6   * it under the terms of the GNU General Public License as published by
    49.7 - * the Free Software Foundation, either version 3 of the License, or
    49.8 - * (at your option) any later version.
    49.9 + * the Free Software Foundation, version 3 of the License.
   49.10   *
   49.11   * This program is distributed in the hope that it will be useful,
   49.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    50.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Property.java	Tue Apr 30 20:04:06 2019 +0200
    50.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Property.java	Thu Oct 24 21:43:08 2019 +0200
    50.3 @@ -4,8 +4,7 @@
    50.4   *
    50.5   * This program is free software: you can redistribute it and/or modify
    50.6   * it under the terms of the GNU General Public License as published by
    50.7 - * the Free Software Foundation, either version 3 of the License, or
    50.8 - * (at your option) any later version.
    50.9 + * the Free Software Foundation, version 3 of the License.
   50.10   *
   50.11   * This program is distributed in the hope that it will be useful,
   50.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    51.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclaration.java	Tue Apr 30 20:04:06 2019 +0200
    51.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclaration.java	Thu Oct 24 21:43:08 2019 +0200
    51.3 @@ -4,8 +4,7 @@
    51.4   *
    51.5   * This program is free software: you can redistribute it and/or modify
    51.6   * it under the terms of the GNU General Public License as published by
    51.7 - * the Free Software Foundation, either version 3 of the License, or
    51.8 - * (at your option) any later version.
    51.9 + * the Free Software Foundation, version 3 of the License.
   51.10   *
   51.11   * This program is distributed in the hope that it will be useful,
   51.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    52.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclarations.java	Tue Apr 30 20:04:06 2019 +0200
    52.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclarations.java	Thu Oct 24 21:43:08 2019 +0200
    52.3 @@ -4,8 +4,7 @@
    52.4   *
    52.5   * This program is free software: you can redistribute it and/or modify
    52.6   * it under the terms of the GNU General Public License as published by
    52.7 - * the Free Software Foundation, either version 3 of the License, or
    52.8 - * (at your option) any later version.
    52.9 + * the Free Software Foundation, version 3 of the License.
   52.10   *
   52.11   * This program is distributed in the hope that it will be useful,
   52.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    53.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/TunnelDefinition.java	Tue Apr 30 20:04:06 2019 +0200
    53.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/TunnelDefinition.java	Thu Oct 24 21:43:08 2019 +0200
    53.3 @@ -4,8 +4,7 @@
    53.4   *
    53.5   * This program is free software: you can redistribute it and/or modify
    53.6   * it under the terms of the GNU General Public License as published by
    53.7 - * the Free Software Foundation, either version 3 of the License, or
    53.8 - * (at your option) any later version.
    53.9 + * the Free Software Foundation, version 3 of the License.
   53.10   *
   53.11   * This program is distributed in the hope that it will be useful,
   53.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    54.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    54.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    54.3 @@ -4,8 +4,7 @@
    54.4   *
    54.5   * This program is free software: you can redistribute it and/or modify
    54.6   * it under the terms of the GNU General Public License as published by
    54.7 - * the Free Software Foundation, either version 3 of the License, or
    54.8 - * (at your option) any later version.
    54.9 + * the Free Software Foundation, version 3 of the License.
   54.10   *
   54.11   * This program is distributed in the hope that it will be useful,
   54.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    55.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractXmlFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    55.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractXmlFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    55.3 @@ -4,8 +4,7 @@
    55.4   *
    55.5   * This program is free software: you can redistribute it and/or modify
    55.6   * it under the terms of the GNU General Public License as published by
    55.7 - * the Free Software Foundation, either version 3 of the License, or
    55.8 - * (at your option) any later version.
    55.9 + * the Free Software Foundation, version 3 of the License.
   55.10   *
   55.11   * This program is distributed in the hope that it will be useful,
   55.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    56.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/BarChartFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    56.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/BarChartFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    56.3 @@ -4,8 +4,7 @@
    56.4   *
    56.5   * This program is free software: you can redistribute it and/or modify
    56.6   * it under the terms of the GNU General Public License as published by
    56.7 - * the Free Software Foundation, either version 3 of the License, or
    56.8 - * (at your option) any later version.
    56.9 + * the Free Software Foundation, version 3 of the License.
   56.10   *
   56.11   * This program is distributed in the hope that it will be useful,
   56.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    57.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnDescriptor.java	Tue Apr 30 20:04:06 2019 +0200
    57.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnDescriptor.java	Thu Oct 24 21:43:08 2019 +0200
    57.3 @@ -4,8 +4,7 @@
    57.4   *
    57.5   * This program is free software: you can redistribute it and/or modify
    57.6   * it under the terms of the GNU General Public License as published by
    57.7 - * the Free Software Foundation, either version 3 of the License, or
    57.8 - * (at your option) any later version.
    57.9 + * the Free Software Foundation, version 3 of the License.
   57.10   *
   57.11   * This program is distributed in the hope that it will be useful,
   57.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    58.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnsHeader.java	Tue Apr 30 20:04:06 2019 +0200
    58.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnsHeader.java	Thu Oct 24 21:43:08 2019 +0200
    58.3 @@ -4,8 +4,7 @@
    58.4   *
    58.5   * This program is free software: you can redistribute it and/or modify
    58.6   * it under the terms of the GNU General Public License as published by
    58.7 - * the Free Software Foundation, either version 3 of the License, or
    58.8 - * (at your option) any later version.
    58.9 + * the Free Software Foundation, version 3 of the License.
   58.10   *
   58.11   * This program is distributed in the hope that it will be useful,
   58.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    59.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/CommonProperties.java	Tue Apr 30 20:04:06 2019 +0200
    59.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/CommonProperties.java	Thu Oct 24 21:43:08 2019 +0200
    59.3 @@ -4,8 +4,7 @@
    59.4   *
    59.5   * This program is free software: you can redistribute it and/or modify
    59.6   * it under the terms of the GNU General Public License as published by
    59.7 - * the Free Software Foundation, either version 3 of the License, or
    59.8 - * (at your option) any later version.
    59.9 + * the Free Software Foundation, version 3 of the License.
   59.10   *
   59.11   * This program is distributed in the hope that it will be useful,
   59.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    60.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FakeSqlArray.java	Tue Apr 30 20:04:06 2019 +0200
    60.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FakeSqlArray.java	Thu Oct 24 21:43:08 2019 +0200
    60.3 @@ -4,8 +4,7 @@
    60.4   *
    60.5   * This program is free software: you can redistribute it and/or modify
    60.6   * it under the terms of the GNU General Public License as published by
    60.7 - * the Free Software Foundation, either version 3 of the License, or
    60.8 - * (at your option) any later version.
    60.9 + * the Free Software Foundation, version 3 of the License.
   60.10   *
   60.11   * This program is distributed in the hope that it will be useful,
   60.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    61.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/Formatter.java	Tue Apr 30 20:04:06 2019 +0200
    61.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/Formatter.java	Thu Oct 24 21:43:08 2019 +0200
    61.3 @@ -4,8 +4,7 @@
    61.4   *
    61.5   * This program is free software: you can redistribute it and/or modify
    61.6   * it under the terms of the GNU General Public License as published by
    61.7 - * the Free Software Foundation, either version 3 of the License, or
    61.8 - * (at your option) any later version.
    61.9 + * the Free Software Foundation, version 3 of the License.
   61.10   *
   61.11   * This program is distributed in the hope that it will be useful,
   61.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    62.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterContext.java	Tue Apr 30 20:04:06 2019 +0200
    62.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterContext.java	Thu Oct 24 21:43:08 2019 +0200
    62.3 @@ -4,8 +4,7 @@
    62.4   *
    62.5   * This program is free software: you can redistribute it and/or modify
    62.6   * it under the terms of the GNU General Public License as published by
    62.7 - * the Free Software Foundation, either version 3 of the License, or
    62.8 - * (at your option) any later version.
    62.9 + * the Free Software Foundation, version 3 of the License.
   62.10   *
   62.11   * This program is distributed in the hope that it will be useful,
   62.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    63.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterException.java	Tue Apr 30 20:04:06 2019 +0200
    63.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterException.java	Thu Oct 24 21:43:08 2019 +0200
    63.3 @@ -4,8 +4,7 @@
    63.4   *
    63.5   * This program is free software: you can redistribute it and/or modify
    63.6   * it under the terms of the GNU General Public License as published by
    63.7 - * the Free Software Foundation, either version 3 of the License, or
    63.8 - * (at your option) any later version.
    63.9 + * the Free Software Foundation, version 3 of the License.
   63.10   *
   63.11   * This program is distributed in the hope that it will be useful,
   63.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    64.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/RecfileFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    64.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/RecfileFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    64.3 @@ -4,8 +4,7 @@
    64.4   *
    64.5   * This program is free software: you can redistribute it and/or modify
    64.6   * it under the terms of the GNU General Public License as published by
    64.7 - * the Free Software Foundation, either version 3 of the License, or
    64.8 - * (at your option) any later version.
    64.9 + * the Free Software Foundation, version 3 of the License.
   64.10   *
   64.11   * This program is distributed in the hope that it will be useful,
   64.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    65.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SilentFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    65.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SilentFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    65.3 @@ -4,8 +4,7 @@
    65.4   *
    65.5   * This program is free software: you can redistribute it and/or modify
    65.6   * it under the terms of the GNU General Public License as published by
    65.7 - * the Free Software Foundation, either version 3 of the License, or
    65.8 - * (at your option) any later version.
    65.9 + * the Free Software Foundation, version 3 of the License.
   65.10   *
   65.11   * This program is distributed in the hope that it will be useful,
   65.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    66.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SingleValueFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    66.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SingleValueFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    66.3 @@ -4,8 +4,7 @@
    66.4   *
    66.5   * This program is free software: you can redistribute it and/or modify
    66.6   * it under the terms of the GNU General Public License as published by
    66.7 - * the Free Software Foundation, either version 3 of the License, or
    66.8 - * (at your option) any later version.
    66.9 + * the Free Software Foundation, version 3 of the License.
   66.10   *
   66.11   * This program is distributed in the hope that it will be useful,
   66.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    67.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    67.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    67.3 @@ -4,8 +4,7 @@
    67.4   *
    67.5   * This program is free software: you can redistribute it and/or modify
    67.6   * it under the terms of the GNU General Public License as published by
    67.7 - * the Free Software Foundation, either version 3 of the License, or
    67.8 - * (at your option) any later version.
    67.9 + * the Free Software Foundation, version 3 of the License.
   67.10   *
   67.11   * This program is distributed in the hope that it will be useful,
   67.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    68.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    68.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    68.3 @@ -4,8 +4,7 @@
    68.4   *
    68.5   * This program is free software: you can redistribute it and/or modify
    68.6   * it under the terms of the GNU General Public License as published by
    68.7 - * the Free Software Foundation, either version 3 of the License, or
    68.8 - * (at your option) any later version.
    68.9 + * the Free Software Foundation, version 3 of the License.
   68.10   *
   68.11   * This program is distributed in the hope that it will be useful,
   68.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    69.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    69.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    69.3 @@ -4,8 +4,7 @@
    69.4   *
    69.5   * This program is free software: you can redistribute it and/or modify
    69.6   * it under the terms of the GNU General Public License as published by
    69.7 - * the Free Software Foundation, either version 3 of the License, or
    69.8 - * (at your option) any later version.
    69.9 + * the Free Software Foundation, version 3 of the License.
   69.10   *
   69.11   * This program is distributed in the hope that it will be useful,
   69.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    70.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TeXFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    70.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TeXFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    70.3 @@ -4,8 +4,7 @@
    70.4   *
    70.5   * This program is free software: you can redistribute it and/or modify
    70.6   * it under the terms of the GNU General Public License as published by
    70.7 - * the Free Software Foundation, either version 3 of the License, or
    70.8 - * (at your option) any later version.
    70.9 + * the Free Software Foundation, version 3 of the License.
   70.10   *
   70.11   * This program is distributed in the hope that it will be useful,
   70.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    71.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XhtmlFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    71.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XhtmlFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    71.3 @@ -4,8 +4,7 @@
    71.4   *
    71.5   * This program is free software: you can redistribute it and/or modify
    71.6   * it under the terms of the GNU General Public License as published by
    71.7 - * the Free Software Foundation, either version 3 of the License, or
    71.8 - * (at your option) any later version.
    71.9 + * the Free Software Foundation, version 3 of the License.
   71.10   *
   71.11   * This program is distributed in the hope that it will be useful,
   71.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    72.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XmlFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    72.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XmlFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    72.3 @@ -4,8 +4,7 @@
    72.4   *
    72.5   * This program is free software: you can redistribute it and/or modify
    72.6   * it under the terms of the GNU General Public License as published by
    72.7 - * the Free Software Foundation, either version 3 of the License, or
    72.8 - * (at your option) any later version.
    72.9 + * the Free Software Foundation, version 3 of the License.
   72.10   *
   72.11   * This program is distributed in the hope that it will be useful,
   72.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    73.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagement.java	Tue Apr 30 20:04:06 2019 +0200
    73.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagement.java	Thu Oct 24 21:43:08 2019 +0200
    73.3 @@ -4,8 +4,7 @@
    73.4   *
    73.5   * This program is free software: you can redistribute it and/or modify
    73.6   * it under the terms of the GNU General Public License as published by
    73.7 - * the Free Software Foundation, either version 3 of the License, or
    73.8 - * (at your option) any later version.
    73.9 + * the Free Software Foundation, version 3 of the License.
   73.10   *
   73.11   * This program is distributed in the hope that it will be useful,
   73.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    74.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagementMBean.java	Tue Apr 30 20:04:06 2019 +0200
    74.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagementMBean.java	Thu Oct 24 21:43:08 2019 +0200
    74.3 @@ -4,8 +4,7 @@
    74.4   *
    74.5   * This program is free software: you can redistribute it and/or modify
    74.6   * it under the terms of the GNU General Public License as published by
    74.7 - * the Free Software Foundation, either version 3 of the License, or
    74.8 - * (at your option) any later version.
    74.9 + * the Free Software Foundation, version 3 of the License.
   74.10   *
   74.11   * This program is distributed in the hope that it will be useful,
   74.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    75.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ManagementUtils.java	Tue Apr 30 20:04:06 2019 +0200
    75.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ManagementUtils.java	Thu Oct 24 21:43:08 2019 +0200
    75.3 @@ -4,8 +4,7 @@
    75.4   *
    75.5   * This program is free software: you can redistribute it and/or modify
    75.6   * it under the terms of the GNU General Public License as published by
    75.7 - * the Free Software Foundation, either version 3 of the License, or
    75.8 - * (at your option) any later version.
    75.9 + * the Free Software Foundation, version 3 of the License.
   75.10   *
   75.11   * This program is distributed in the hope that it will be useful,
   75.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    76.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/ColorfulConsoleFormatter.java	Tue Apr 30 20:04:06 2019 +0200
    76.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/ColorfulConsoleFormatter.java	Thu Oct 24 21:43:08 2019 +0200
    76.3 @@ -4,8 +4,7 @@
    76.4   *
    76.5   * This program is free software: you can redistribute it and/or modify
    76.6   * it under the terms of the GNU General Public License as published by
    76.7 - * the Free Software Foundation, either version 3 of the License, or
    76.8 - * (at your option) any later version.
    76.9 + * the Free Software Foundation, version 3 of the License.
   76.10   *
   76.11   * This program is distributed in the hope that it will be useful,
   76.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    77.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerInitializer.java	Tue Apr 30 20:04:06 2019 +0200
    77.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerInitializer.java	Thu Oct 24 21:43:08 2019 +0200
    77.3 @@ -4,8 +4,7 @@
    77.4   *
    77.5   * This program is free software: you can redistribute it and/or modify
    77.6   * it under the terms of the GNU General Public License as published by
    77.7 - * the Free Software Foundation, either version 3 of the License, or
    77.8 - * (at your option) any later version.
    77.9 + * the Free Software Foundation, version 3 of the License.
   77.10   *
   77.11   * This program is distributed in the hope that it will be useful,
   77.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    78.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerProducer.java	Tue Apr 30 20:04:06 2019 +0200
    78.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerProducer.java	Thu Oct 24 21:43:08 2019 +0200
    78.3 @@ -4,8 +4,7 @@
    78.4   *
    78.5   * This program is free software: you can redistribute it and/or modify
    78.6   * it under the terms of the GNU General Public License as published by
    78.7 - * the Free Software Foundation, either version 3 of the License, or
    78.8 - * (at your option) any later version.
    78.9 + * the Free Software Foundation, version 3 of the License.
   78.10   *
   78.11   * This program is distributed in the hope that it will be useful,
   78.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    79.1 --- a/java/sql-dk/src/test/java/info/globalcode/sql/dk/CLIParserTest.java	Tue Apr 30 20:04:06 2019 +0200
    79.2 +++ b/java/sql-dk/src/test/java/info/globalcode/sql/dk/CLIParserTest.java	Thu Oct 24 21:43:08 2019 +0200
    79.3 @@ -4,8 +4,7 @@
    79.4   *
    79.5   * This program is free software: you can redistribute it and/or modify
    79.6   * it under the terms of the GNU General Public License as published by
    79.7 - * the Free Software Foundation, either version 3 of the License, or
    79.8 - * (at your option) any later version.
    79.9 + * the Free Software Foundation, version 3 of the License.
   79.10   *
   79.11   * This program is distributed in the hope that it will be useful,
   79.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    80.1 --- a/java/sql-dk/src/test/java/info/globalcode/sql/dk/FunctionsTest.java	Tue Apr 30 20:04:06 2019 +0200
    80.2 +++ b/java/sql-dk/src/test/java/info/globalcode/sql/dk/FunctionsTest.java	Thu Oct 24 21:43:08 2019 +0200
    80.3 @@ -4,8 +4,7 @@
    80.4   *
    80.5   * This program is free software: you can redistribute it and/or modify
    80.6   * it under the terms of the GNU General Public License as published by
    80.7 - * the Free Software Foundation, either version 3 of the License, or
    80.8 - * (at your option) any later version.
    80.9 + * the Free Software Foundation, version 3 of the License.
   80.10   *
   80.11   * This program is distributed in the hope that it will be useful,
   80.12   * but WITHOUT ANY WARRANTY; without even the implied warranty of
    81.1 --- a/scripts/bash_completion.pl	Tue Apr 30 20:04:06 2019 +0200
    81.2 +++ b/scripts/bash_completion.pl	Thu Oct 24 21:43:08 2019 +0200
    81.3 @@ -5,8 +5,7 @@
    81.4  # 
    81.5  # This program is free software: you can redistribute it and/or modify
    81.6  # it under the terms of the GNU General Public License as published by
    81.7 -# the Free Software Foundation, either version 3 of the License, or
    81.8 -# (at your option) any later version.
    81.9 +# the Free Software Foundation, version 3 of the License.
   81.10  # 
   81.11  # This program is distributed in the hope that it will be useful,
   81.12  # but WITHOUT ANY WARRANTY; without even the implied warranty of
    82.1 --- a/scripts/help_generator.pl	Tue Apr 30 20:04:06 2019 +0200
    82.2 +++ b/scripts/help_generator.pl	Thu Oct 24 21:43:08 2019 +0200
    82.3 @@ -5,8 +5,7 @@
    82.4  # 
    82.5  # This program is free software: you can redistribute it and/or modify
    82.6  # it under the terms of the GNU General Public License as published by
    82.7 -# the Free Software Foundation, either version 3 of the License, or
    82.8 -# (at your option) any later version.
    82.9 +# the Free Software Foundation, version 3 of the License.
   82.10  # 
   82.11  # This program is distributed in the hope that it will be useful,
   82.12  # but WITHOUT ANY WARRANTY; without even the implied warranty of
    83.1 --- a/xml/config.rnc	Tue Apr 30 20:04:06 2019 +0200
    83.2 +++ b/xml/config.rnc	Thu Oct 24 21:43:08 2019 +0200
    83.3 @@ -3,8 +3,7 @@
    83.4  # 
    83.5  # This program is free software: you can redistribute it and/or modify
    83.6  # it under the terms of the GNU General Public License as published by
    83.7 -# the Free Software Foundation, either version 3 of the License, or
    83.8 -# (at your option) any later version.
    83.9 +# the Free Software Foundation, version 3 of the License.
   83.10  # 
   83.11  # This program is distributed in the hope that it will be useful,
   83.12  # but WITHOUT ANY WARRANTY; without even the implied warranty of
    84.1 --- a/xml/config.xsd	Tue Apr 30 20:04:06 2019 +0200
    84.2 +++ b/xml/config.xsd	Thu Oct 24 21:43:08 2019 +0200
    84.3 @@ -5,8 +5,7 @@
    84.4  
    84.5  This program is free software: you can redistribute it and/or modify
    84.6  it under the terms of the GNU General Public License as published by
    84.7 -the Free Software Foundation, either version 3 of the License, or
    84.8 -(at your option) any later version.
    84.9 +the Free Software Foundation, version 3 of the License.
   84.10  
   84.11  This program is distributed in the hope that it will be useful,
   84.12  but WITHOUT ANY WARRANTY; without even the implied warranty of
    85.1 --- a/xml/config.xsl	Tue Apr 30 20:04:06 2019 +0200
    85.2 +++ b/xml/config.xsl	Thu Oct 24 21:43:08 2019 +0200
    85.3 @@ -5,8 +5,7 @@
    85.4  
    85.5  This program is free software: you can redistribute it and/or modify
    85.6  it under the terms of the GNU General Public License as published by
    85.7 -the Free Software Foundation, either version 3 of the License, or
    85.8 -(at your option) any later version.
    85.9 +the Free Software Foundation, version 3 of the License.
   85.10  
   85.11  This program is distributed in the hope that it will be useful,
   85.12  but WITHOUT ANY WARRANTY; without even the implied warranty of