From d0ab13f95a52d49880188d0325964a3519857bd9 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 2 Jan 2022 12:42:54 +0100 Subject: [PATCH] - use GPLv2 in all files dual-licensed with the Doom Source license. None of this was ever GPLv3, the original id source was released under the GPLv2 so this should be, too. --- source/common/engine/i_net.cpp | 2 +- source/core/ct_chat.cpp | 2 +- source/core/d_net.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/common/engine/i_net.cpp b/source/common/engine/i_net.cpp index cf5773b0c..85a1219b0 100644 --- a/source/common/engine/i_net.cpp +++ b/source/common/engine/i_net.cpp @@ -7,7 +7,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 +// the Free Software Foundation, either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/source/core/ct_chat.cpp b/source/core/ct_chat.cpp index 1c8be7d9d..80e288559 100644 --- a/source/core/ct_chat.cpp +++ b/source/core/ct_chat.cpp @@ -6,7 +6,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 +// the Free Software Foundation, either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, diff --git a/source/core/d_net.cpp b/source/core/d_net.cpp index d05100d31..f66dc49d7 100644 --- a/source/core/d_net.cpp +++ b/source/core/d_net.cpp @@ -9,7 +9,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 +// the Free Software Foundation, either version 2 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful,