# HG changeset patch # User František Kučera # Date 1571766324 -7200 # Node ID 3442e0d6caec8035770fdaa98541a6590d3ccd66 # Parent 002fd9e234192ee66b35701143194e4f6b028a74 fix license version: GNU LGPLv3 or GPLv2 diff -r 002fd9e23419 -r 3442e0d6caec CMakeLists.txt --- a/CMakeLists.txt Tue Jul 30 23:56:30 2019 +0200 +++ b/CMakeLists.txt Tue Oct 22 19:45:24 2019 +0200 @@ -1,10 +1,12 @@ -# Relational pipes +# Relational pipes (library) # Copyright © 2018 František Kučera (Frantovo.cz, GlobalCode.info) # # 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. +# it under the terms of the: +# - GNU Lesser General Public License as published by the Free Software Foundation; +# version 3 of the License or (at your option) +# - GNU General Public License as published by the Free Software Foundation; +# version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/Factory.h --- a/include/relpipe/reader/Factory.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/Factory.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/RelationalReader.h --- a/include/relpipe/reader/RelationalReader.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/RelationalReader.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/RelpipeReaderException.h --- a/include/relpipe/reader/RelpipeReaderException.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/RelpipeReaderException.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/TypeId.h --- a/include/relpipe/reader/TypeId.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/TypeId.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/handlers/AttributeMetadata.h --- a/include/relpipe/reader/handlers/AttributeMetadata.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/handlers/AttributeMetadata.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/handlers/RelationalReaderBaseHandler.h --- a/include/relpipe/reader/handlers/RelationalReaderBaseHandler.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/handlers/RelationalReaderBaseHandler.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/handlers/RelationalReaderStringHandler.h --- a/include/relpipe/reader/handlers/RelationalReaderStringHandler.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/handlers/RelationalReaderStringHandler.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/handlers/RelationalReaderValueHandler.h --- a/include/relpipe/reader/handlers/RelationalReaderValueHandler.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/handlers/RelationalReaderValueHandler.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec include/relpipe/reader/typedefs.h --- a/include/relpipe/reader/typedefs.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/reader/typedefs.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/AttributeMetadataPrivate.h --- a/src/AttributeMetadataPrivate.h Tue Jul 30 23:56:30 2019 +0200 +++ b/src/AttributeMetadataPrivate.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/CMakeLists.txt --- a/src/CMakeLists.txt Tue Jul 30 23:56:30 2019 +0200 +++ b/src/CMakeLists.txt Tue Oct 22 19:45:24 2019 +0200 @@ -1,10 +1,12 @@ -# Relational pipes +# Relational pipes (library) # Copyright © 2018 František Kučera (Frantovo.cz, GlobalCode.info) # # 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. +# it under the terms of the: +# - GNU Lesser General Public License as published by the Free Software Foundation; +# version 3 of the License or (at your option) +# - GNU General Public License as published by the Free Software Foundation; +# version 2 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 002fd9e23419 -r 3442e0d6caec src/DataTypeReader.h --- a/src/DataTypeReader.h Tue Jul 30 23:56:30 2019 +0200 +++ b/src/DataTypeReader.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/DataTypeReaderBase.h --- a/src/DataTypeReaderBase.h Tue Jul 30 23:56:30 2019 +0200 +++ b/src/DataTypeReaderBase.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/Factory.cpp --- a/src/Factory.cpp Tue Jul 30 23:56:30 2019 +0200 +++ b/src/Factory.cpp Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/StreamRelationalReader.h --- a/src/StreamRelationalReader.h Tue Jul 30 23:56:30 2019 +0200 +++ b/src/StreamRelationalReader.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/types/BooleanDataTypeReader.h --- a/src/types/BooleanDataTypeReader.h Tue Jul 30 23:56:30 2019 +0200 +++ b/src/types/BooleanDataTypeReader.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/types/IntegerDataTypeReader.h --- a/src/types/IntegerDataTypeReader.h Tue Jul 30 23:56:30 2019 +0200 +++ b/src/types/IntegerDataTypeReader.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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 002fd9e23419 -r 3442e0d6caec src/types/StringDataTypeReader.h --- a/src/types/StringDataTypeReader.h Tue Jul 30 23:56:30 2019 +0200 +++ b/src/types/StringDataTypeReader.h Tue Oct 22 19:45:24 2019 +0200 @@ -5,10 +5,9 @@ * This program is free software: you can redistribute it and/or modify * it under the terms of the: * - GNU Lesser General Public License as published by the Free Software Foundation; - * either version 3 of the License, or (at your option) any later version; - * or (at your option) + * version 3 of the License or (at your option) * - GNU General Public License as published by the Free Software Foundation; - * either version 2 of the License, or (at your option) any later version. + * version 2 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