From 6e52b3dc2eb459c745e571dfef5afb5c2ccd546f Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Tue, 17 Sep 2019 18:11:38 +0300 Subject: [PATCH] changed license to GPLv3 only; sorry, no trust to FSF anymore --- src/engine/e_graphics.pas | 3 +-- src/engine/e_textures.pas | 3 +-- src/sfs/sfs.pas | 3 +-- src/sfs/sfsPlainFS.pas | 3 +-- src/sfs/sfsZipFS.pas | 3 +-- src/shared/dfzip.pas | 3 +-- src/shared/utils.pas | 3 +-- src/shared/xstreams.pas | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/engine/e_graphics.pas b/src/engine/e_graphics.pas index c9a16c2..96513d9 100644 --- a/src/engine/e_graphics.pas +++ b/src/engine/e_graphics.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/engine/e_textures.pas b/src/engine/e_textures.pas index 6055678..7e1bcea 100644 --- a/src/engine/e_textures.pas +++ b/src/engine/e_textures.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/sfs/sfs.pas b/src/sfs/sfs.pas index c3c7410..11e1045 100644 --- a/src/sfs/sfs.pas +++ b/src/sfs/sfs.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/sfs/sfsPlainFS.pas b/src/sfs/sfsPlainFS.pas index e6571ef..51b0c0d 100644 --- a/src/sfs/sfsPlainFS.pas +++ b/src/sfs/sfsPlainFS.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/sfs/sfsZipFS.pas b/src/sfs/sfsZipFS.pas index e5e9968..2f4c613 100644 --- a/src/sfs/sfsZipFS.pas +++ b/src/sfs/sfsZipFS.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/shared/dfzip.pas b/src/shared/dfzip.pas index 5b00a3b..0d2ac8a 100644 --- a/src/shared/dfzip.pas +++ b/src/shared/dfzip.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/shared/utils.pas b/src/shared/utils.pas index 14e6f76..10f7f93 100644 --- a/src/shared/utils.pas +++ b/src/shared/utils.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/shared/xstreams.pas b/src/shared/xstreams.pas index e27f73a..36e73f9 100644 --- a/src/shared/xstreams.pas +++ b/src/shared/xstreams.pas @@ -2,8 +2,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 ONLY. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.29.2