diff --git a/source/shared_lib/include/graphics/font_text.h b/source/shared_lib/include/graphics/font_text.h index 668178efb..18934f6c7 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 cb1008deb..99a48a84b 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 2dc0d86d7..1c057e1ea 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 8cfd23737..a98a57d80 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 42e4798ee..8315c3da0 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 853f903c6..05a7439a9 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 // ==============================================================