aboutsummaryrefslogtreecommitdiff
path: root/graphics/fonts
diff options
context:
space:
mode:
authorJohannes Schickel2014-02-18 02:34:20 +0100
committerJohannes Schickel2014-02-18 02:39:34 +0100
commit53332e806670cdff27dc0d2faa85cad066a5cdc9 (patch)
tree9e1fc2d09da2e9242ab2b56ee3cef5847411180f /graphics/fonts
parent96564e95b4293b460685168d089be51d4a52490e (diff)
downloadscummvm-rg350-53332e806670cdff27dc0d2faa85cad066a5cdc9.tar.gz
scummvm-rg350-53332e806670cdff27dc0d2faa85cad066a5cdc9.tar.bz2
scummvm-rg350-53332e806670cdff27dc0d2faa85cad066a5cdc9.zip
GRAPHICS: Make GPL headers consistent in themselves.
Diffstat (limited to 'graphics/fonts')
-rw-r--r--graphics/fonts/bdf.cpp1
-rw-r--r--graphics/fonts/bdf.h1
-rw-r--r--graphics/fonts/winfont.cpp1
-rw-r--r--graphics/fonts/winfont.h1
4 files changed, 4 insertions, 0 deletions
diff --git a/graphics/fonts/bdf.cpp b/graphics/fonts/bdf.cpp
index 7b2290cc3a..3476838911 100644
--- a/graphics/fonts/bdf.cpp
+++ b/graphics/fonts/bdf.cpp
@@ -17,6 +17,7 @@
* You should have received a copy of the GNU 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.
+ *
*/
#include "graphics/fonts/bdf.h"
diff --git a/graphics/fonts/bdf.h b/graphics/fonts/bdf.h
index 842e54f851..b91834785f 100644
--- a/graphics/fonts/bdf.h
+++ b/graphics/fonts/bdf.h
@@ -17,6 +17,7 @@
* You should have received a copy of the GNU 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.
+ *
*/
#ifndef GRAPHICS_FONTS_BDF_H
diff --git a/graphics/fonts/winfont.cpp b/graphics/fonts/winfont.cpp
index c0ebab19ba..141fc243e1 100644
--- a/graphics/fonts/winfont.cpp
+++ b/graphics/fonts/winfont.cpp
@@ -17,6 +17,7 @@
* You should have received a copy of the GNU 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.
+ *
*/
#include "common/file.h"
diff --git a/graphics/fonts/winfont.h b/graphics/fonts/winfont.h
index 2c7ba07b41..3354fc2381 100644
--- a/graphics/fonts/winfont.h
+++ b/graphics/fonts/winfont.h
@@ -17,6 +17,7 @@
* You should have received a copy of the GNU 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.
+ *
*/
#ifndef GRAPHICS_WINFONT_H