From: Lyberta Date: Fri, 1 Sep 2017 11:29:41 +0000 (+0300) Subject: GunGame: Change license to GPLv2+. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f896fe5b76808807604484b5acbe6f3e95b0f2e6;p=xonotic%2Fxonotic-data.pk3dir.git GunGame: Change license to GPLv2+. --- 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