From 2224d75d104a1c367a571ca48ae435badfaa2290 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 20 Dec 2011 07:39:07 +0000 Subject: [PATCH] - updated copyright headers to the same as the rest of the main mg source for files i wrote. --- source/shared_lib/include/graphics/font_text.h | 2 +- source/shared_lib/include/graphics/gl/font_textFTGL.h | 2 +- source/shared_lib/include/graphics/gl/font_text_freetypegl.h | 2 +- source/shared_lib/sources/graphics/font_text.cpp | 2 +- source/shared_lib/sources/graphics/gl/font_textFTGL.cpp | 2 +- source/shared_lib/sources/graphics/gl/font_text_freetypegl.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/shared_lib/include/graphics/font_text.h b/source/shared_lib/include/graphics/font_text.h index 668178ef..18934f6c 100644 --- a/source/shared_lib/include/graphics/font_text.h +++ b/source/shared_lib/include/graphics/font_text.h @@ -5,7 +5,7 @@ // // You can redistribute this code 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 +// by the Free Software Foundation; either version 2 of the // License, or (at your option) any later version // ============================================================== diff --git a/source/shared_lib/include/graphics/gl/font_textFTGL.h b/source/shared_lib/include/graphics/gl/font_textFTGL.h index cb1008de..99a48a84 100644 --- a/source/shared_lib/include/graphics/gl/font_textFTGL.h +++ b/source/shared_lib/include/graphics/gl/font_textFTGL.h @@ -5,7 +5,7 @@ // // You can redistribute this code 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 +// by the Free Software Foundation; either version 2 of the // License, or (at your option) any later version // ============================================================== diff --git a/source/shared_lib/include/graphics/gl/font_text_freetypegl.h b/source/shared_lib/include/graphics/gl/font_text_freetypegl.h index 2dc0d86d..1c057e1e 100644 --- a/source/shared_lib/include/graphics/gl/font_text_freetypegl.h +++ b/source/shared_lib/include/graphics/gl/font_text_freetypegl.h @@ -5,7 +5,7 @@ // // You can redistribute this code 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 +// by the Free Software Foundation; either version 2 of the // License, or (at your option) any later version // ============================================================== diff --git a/source/shared_lib/sources/graphics/font_text.cpp b/source/shared_lib/sources/graphics/font_text.cpp index 8cfd2373..a98a57d8 100644 --- a/source/shared_lib/sources/graphics/font_text.cpp +++ b/source/shared_lib/sources/graphics/font_text.cpp @@ -5,7 +5,7 @@ // // You can redistribute this code 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 +// by the Free Software Foundation; either version 2 of the // License, or (at your option) any later version // ============================================================== #include "font_text.h" diff --git a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp index 42e4798e..8315c3da 100644 --- a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp +++ b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp @@ -5,7 +5,7 @@ // // You can redistribute this code 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 +// by the Free Software Foundation; either version 2 of the // License, or (at your option) any later version // ============================================================== diff --git a/source/shared_lib/sources/graphics/gl/font_text_freetypegl.cpp b/source/shared_lib/sources/graphics/gl/font_text_freetypegl.cpp index 853f903c..05a7439a 100644 --- a/source/shared_lib/sources/graphics/gl/font_text_freetypegl.cpp +++ b/source/shared_lib/sources/graphics/gl/font_text_freetypegl.cpp @@ -5,7 +5,7 @@ // // You can redistribute this code 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 +// by the Free Software Foundation; either version 2 of the // License, or (at your option) any later version // ==============================================================