From f896fe5b76808807604484b5acbe6f3e95b0f2e6 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Fri, 1 Sep 2017 14:29:41 +0300 Subject: [PATCH] GunGame: Change license to GPLv2+. --- qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qc | 2 +- qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qc b/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qc index 9c2bdbd0c..b387a5bd9 100644 --- a/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qc +++ b/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qc @@ -1,7 +1,7 @@ /// \file /// \brief Source file that contains implementation of the GunGame gamemode. /// \author Lyberta -/// \copyright GNU GPLv3 or any later version. +/// \copyright GNU GPLv2 or any later version. #include "sv_gungame.qh" diff --git a/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qh b/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qh index a427048b2..4fe8f90a3 100644 --- a/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qh +++ b/qcsrc/common/gamemodes/gamemode/gungame/sv_gungame.qh @@ -1,7 +1,7 @@ /// \file /// \brief Header file that describes the GunGame gamemode. /// \author Lyberta -/// \copyright GNU GPLv3 or any later version. +/// \copyright GNU GPLv2 or any later version. #pragma once -- 2.39.2