# HG changeset patch # User František Kučera # Date 1571946963 -7200 # Node ID e4900596abdb8e2a59cbc2b88ba03b469435ddad # Parent d4e5d65ba7cfbc568462db9bdd6201f50d85c28e fix license version: GNU GPLv3 diff -r d4e5d65ba7cf -r e4900596abdb java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIOptions.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIParser.java --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIParser.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIParser.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIParserException.java --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIParserException.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIParserException.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIStarter.java --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIStarter.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/CLIStarter.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/Constants.java --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/Constants.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/Constants.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/InvalidOptionsException.java --- a/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/InvalidOptionsException.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-cli/src/cz/frantovo/alt2xml/cli/InvalidOptionsException.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/ExtendedAttribute.java --- a/java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/ExtendedAttribute.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/ExtendedAttribute.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/Reader.java --- a/java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/Reader.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/Reader.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/ReaderFactory.java --- a/java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/ReaderFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-fs/src/cz/frantovo/alt2xml/in/fs/ReaderFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-ini/src/cz/frantovo/alt2xml/in/ini/Reader.java --- a/java/alt2xml-in-ini/src/cz/frantovo/alt2xml/in/ini/Reader.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-ini/src/cz/frantovo/alt2xml/in/ini/Reader.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-ini/src/cz/frantovo/alt2xml/in/ini/ReaderFactory.java --- a/java/alt2xml-in-ini/src/cz/frantovo/alt2xml/in/ini/ReaderFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-ini/src/cz/frantovo/alt2xml/in/ini/ReaderFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/JsonSimpleContentHandler.java --- a/java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/JsonSimpleContentHandler.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/JsonSimpleContentHandler.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/Reader.java --- a/java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/Reader.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/Reader.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/ReaderFactory.java --- a/java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/ReaderFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-json/src/cz/frantovo/alt2xml/in/json/ReaderFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java --- a/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/ReaderFactory.java --- a/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/ReaderFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/ReaderFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AbstractAlt2XmlReader.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AbstractAlt2XmlReader.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AbstractAlt2XmlReader.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlReaderFactory.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlReaderFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlReaderFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlRegexReaderFactory.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlRegexReaderFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/Alt2XmlRegexReaderFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AltInputSource.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AltInputSource.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AltInputSource.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AltSAXParser.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AltSAXParser.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/AltSAXParser.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ParserFactory.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ParserFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/ParserFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/SuperReader.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/SuperReader.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/SuperReader.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/in/Alt2ContentHandler.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/in/Alt2ContentHandler.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/in/Alt2ContentHandler.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-input/src/cz/frantovo/alt2xml/in/Functions.java --- a/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/in/Functions.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-input/src/cz/frantovo/alt2xml/in/Functions.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractAction.java --- a/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractAction.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractAction.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractDOMAction.java --- a/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractDOMAction.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractDOMAction.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractHandlerAction.java --- a/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractHandlerAction.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/AbstractHandlerAction.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/Action.java --- a/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/Action.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/Action.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/ActionContext.java --- a/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/ActionContext.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/ActionContext.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/ActionFactory.java --- a/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/ActionFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/ActionFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/OutputActionException.java --- a/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/OutputActionException.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-lib-output/src/cz/frantovo/alt2xml/out/OutputActionException.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLAction.java --- a/java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLAction.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLAction.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLActionFactory.java --- a/java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLActionFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLActionFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLHandler.java --- a/java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLHandler.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xml/src/cz/frantovo/alt2xml/out/xml/XMLHandler.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/CompoundVariableResolver.java --- a/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/CompoundVariableResolver.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/CompoundVariableResolver.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/DocumentNamespaceContext.java --- a/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/DocumentNamespaceContext.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/DocumentNamespaceContext.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/EnvironmentVariableResolver.java --- a/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/EnvironmentVariableResolver.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/EnvironmentVariableResolver.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/OneItemIterator.java --- a/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/OneItemIterator.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/OneItemIterator.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/PropertiesVariableResolver.java --- a/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/PropertiesVariableResolver.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/PropertiesVariableResolver.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/XPathAction.java --- a/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/XPathAction.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/XPathAction.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/XPathActionFactory.java --- a/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/XPathActionFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/src/cz/frantovo/alt2xml/out/xpath/XPathActionFactory.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xpath/test/cz/frantovo/alt2xml/out/xpath/XPathActionNGTest.java --- a/java/alt2xml-out-xpath/test/cz/frantovo/alt2xml/out/xpath/XPathActionNGTest.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xpath/test/cz/frantovo/alt2xml/out/xpath/XPathActionNGTest.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xslt/src/cz/frantovo/alt2xml/out/xslt/XSLTAction.java --- a/java/alt2xml-out-xslt/src/cz/frantovo/alt2xml/out/xslt/XSLTAction.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xslt/src/cz/frantovo/alt2xml/out/xslt/XSLTAction.java Thu Oct 24 21:56:03 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 d4e5d65ba7cf -r e4900596abdb java/alt2xml-out-xslt/src/cz/frantovo/alt2xml/out/xslt/XSLTActionFactory.java --- a/java/alt2xml-out-xslt/src/cz/frantovo/alt2xml/out/xslt/XSLTActionFactory.java Sun Oct 02 18:20:38 2016 +0200 +++ b/java/alt2xml-out-xslt/src/cz/frantovo/alt2xml/out/xslt/XSLTActionFactory.java Thu Oct 24 21:56:03 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