# HG changeset patch # User František Kučera # Date 1571766085 -7200 # Node ID 825c611933b302679dcce6b881aec505492b2108 # Parent 0de8fe051171f88af3b291ffa8c9a2f7a2184bc8 fix license version: GNU LGPLv3 or GPLv2 diff -r 0de8fe051171 -r 825c611933b3 CMakeLists.txt --- a/CMakeLists.txt Tue Jul 30 23:56:30 2019 +0200 +++ b/CMakeLists.txt Tue Oct 22 19:41:25 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 0de8fe051171 -r 825c611933b3 include/relpipe/protocol/constants.h --- a/include/relpipe/protocol/constants.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/protocol/constants.h Tue Oct 22 19:41:25 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 0de8fe051171 -r 825c611933b3 include/relpipe/protocol/typedefs.h --- a/include/relpipe/protocol/typedefs.h Tue Jul 30 23:56:30 2019 +0200 +++ b/include/relpipe/protocol/typedefs.h Tue Oct 22 19:41:25 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 0de8fe051171 -r 825c611933b3 src/CMakeLists.txt --- a/src/CMakeLists.txt Tue Jul 30 23:56:30 2019 +0200 +++ b/src/CMakeLists.txt Tue Oct 22 19:41:25 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 0de8fe051171 -r 825c611933b3 src/relpipe-lib-protocol.cpp --- a/src/relpipe-lib-protocol.cpp Tue Jul 30 23:56:30 2019 +0200 +++ b/src/relpipe-lib-protocol.cpp Tue Oct 22 19:41:25 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