mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
- fixed incorrect license in sw/d_menu.cpp.
Should be GPL 2+, not GPL 2.
This commit is contained in:
parent
bc66690349
commit
df6a9823e3
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
//-------------------------------------------------------------------------
|
//-------------------------------------------------------------------------
|
||||||
/*
|
/*
|
||||||
Copyright (C) 2016 EDuke32 developers and contributors
|
|
||||||
Copyright (C) 2019 Christoph Oelckers
|
Copyright (C) 2019 Christoph Oelckers
|
||||||
|
|
||||||
This is free software; you can redistribute it and/or
|
This is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the GNU General Public License version 2
|
modify it under the terms of the GNU General Public License version 2
|
||||||
as published by the Free Software Foundation.
|
as published by 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,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
Loading…
Reference in a new issue