summaryrefslogtreecommitdiff
path: root/src/shader.cpp
diff options
context:
space:
mode:
authorBrent Hull <bhull2010@live.com>2013-04-11 16:32:37 -0400
committerPilzAdam <pilzadam@minetest.net>2013-05-06 19:09:08 +0200
commit03ab6aa24c7ca041eeff78f87df245828942e872 (patch)
tree2a6f56dfd0434e1d7b753fb9f1741cc543e90693 /src/shader.cpp
parent9a559eb8cf5c9178f89b9c3883f7d4ebec187eb9 (diff)
downloadminetest-03ab6aa24c7ca041eeff78f87df245828942e872.tar.gz
minetest-03ab6aa24c7ca041eeff78f87df245828942e872.tar.bz2
minetest-03ab6aa24c7ca041eeff78f87df245828942e872.zip
Fix shader license headers to be LGPL
Diffstat (limited to 'src/shader.cpp')
-rw-r--r--src/shader.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/shader.cpp b/src/shader.cpp
index 62b7c99a9..9cef7f353 100644
--- a/src/shader.cpp
+++ b/src/shader.cpp
@@ -4,16 +4,16 @@ Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
Copyright (C) 2013 Kahrl <kahrl@gmx.net>
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 2 of the License, or
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
+GNU Lesser General Public License for more details.
-You should have received a copy of the GNU General Public License along
+You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/