# HG changeset patch # User František Kučera # Date 1571946188 -7200 # Node ID aae5009bd0af19f20d11cd0d294b176a8752e0f1 # Parent 7655df0622eedd2238ecf3fee44094d358e90e68 fix license version: GNU GPLv3 diff -r 7655df0622ee -r aae5009bd0af c++/sql-dk/CLIStarter.cpp --- 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 diff -r 7655df0622ee -r aae5009bd0af c++/sql-dk/nbproject/licenseheader.txt --- 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 diff -r 7655df0622ee -r aae5009bd0af distributions/debian/build.sh --- 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 diff -r 7655df0622ee -r aae5009bd0af distributions/fedora/build.sh --- 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 diff -r 7655df0622ee -r aae5009bd0af distributions/fedora/sql-dk.spec --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-dk-driver/src/main/java/info/globalcode/sql/dk/jdbc/Driver.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractConnection.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractPreparedStatement.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSet.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractResultSetMetaData.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/AbstractStatement.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Connection.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/Driver.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ObjectParameter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/PreparedStatement.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSet.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/jdbc-loopback-driver/src/main/java/info/globalcode/jdbc/loopback/ResultSetMetaData.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIOptions.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParser.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIParserException.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/CLIStarter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/ColorfulPrintWriter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/Constants.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/DKException.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/DatabaseConnection.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/Functions.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/InfoLister.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/InvalidOptionsException.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/NamedParameter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/Parameter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommand.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNamed.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLCommandNumbered.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/SQLType.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/Batch.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchConstants.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchDecoder.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchEncoder.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/batch/BatchException.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/CommandArgument.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Configuration.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationException.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/ConfigurationProvider.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/DatabaseDefinition.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/FormatterDefinition.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Loader.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/NameIdentified.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Properties.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/Property.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclaration.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/PropertyDeclarations.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/configuration/TunnelDefinition.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/AbstractXmlFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/BarChartFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnDescriptor.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/ColumnsHeader.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/CommonProperties.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FakeSqlArray.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/Formatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterContext.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/FormatterException.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/RecfileFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SilentFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/SingleValueFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/TeXFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XhtmlFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/formatting/XmlFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagement.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ConnectionManagementMBean.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/jmx/ManagementUtils.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/ColorfulConsoleFormatter.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerInitializer.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/main/java/info/globalcode/sql/dk/logging/LoggerProducer.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/test/java/info/globalcode/sql/dk/CLIParserTest.java --- 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 diff -r 7655df0622ee -r aae5009bd0af java/sql-dk/src/test/java/info/globalcode/sql/dk/FunctionsTest.java --- 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 diff -r 7655df0622ee -r aae5009bd0af scripts/bash_completion.pl --- 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 diff -r 7655df0622ee -r aae5009bd0af scripts/help_generator.pl --- 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 diff -r 7655df0622ee -r aae5009bd0af xml/config.rnc --- 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 diff -r 7655df0622ee -r aae5009bd0af xml/config.xsd --- 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 diff -r 7655df0622ee -r aae5009bd0af xml/config.xsl --- 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