aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-02-02 04:35:05 +0000
committerGlenn Morris2008-02-02 04:35:05 +0000
commit7e14d905634fb54fd5f26e6c51d3427e44e77fb8 (patch)
tree8fb6818b6b1fc5d857a20b675059f5e3dbe768a0 /src
parenta9871c726e8363dc1aa0afb8d4571046fc5384e5 (diff)
downloademacs-7e14d905634fb54fd5f26e6c51d3427e44e77fb8.tar.gz
emacs-7e14d905634fb54fd5f26e6c51d3427e44e77fb8.zip
Update copyright years and GPL version.
Diffstat (limited to 'src')
-rw-r--r--src/ftfont.h4
-rw-r--r--src/w32font.c4
-rw-r--r--src/w32font.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/ftfont.h b/src/ftfont.h
index bd6d4780186..78d9c20ca28 100644
--- a/src/ftfont.h
+++ b/src/ftfont.h
@@ -1,5 +1,5 @@
1/* ftfont.h -- Interface definition for Freetype font backend. 1/* ftfont.h -- Interface definition for Freetype font backend.
2 Copyright (C) 2007 2 Copyright (C) 2007, 2008
3 National Institute of Advanced Industrial Science and Technology (AIST) 3 National Institute of Advanced Industrial Science and Technology (AIST)
4 Registration Number H13PRO009 4 Registration Number H13PRO009
5 5
@@ -7,7 +7,7 @@ This file is part of GNU Emacs.
7 7
8GNU Emacs is free software; you can redistribute it and/or modify 8GNU Emacs is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by 9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2, or (at your option) 10the Free Software Foundation; either version 3, or (at your option)
11any later version. 11any later version.
12 12
13GNU Emacs is distributed in the hope that it will be useful, 13GNU Emacs is distributed in the hope that it will be useful,
diff --git a/src/w32font.c b/src/w32font.c
index d8ef31ad2cb..619ff7caf98 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -1,11 +1,11 @@
1/* Font backend for the Microsoft W32 API. 1/* Font backend for the Microsoft W32 API.
2 Copyright (C) 2007 Free Software Foundation, Inc. 2 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify 6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option) 8the Free Software Foundation; either version 3, or (at your option)
9any later version. 9any later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, 11GNU Emacs is distributed in the hope that it will be useful,
diff --git a/src/w32font.h b/src/w32font.h
index 54aa5ef9b19..dd71405bf0a 100644
--- a/src/w32font.h
+++ b/src/w32font.h
@@ -1,11 +1,11 @@
1/* Shared GDI and Uniscribe Font backend declarations for the W32 API. 1/* Shared GDI and Uniscribe Font backend declarations for the W32 API.
2 Copyright (C) 2007 Free Software Foundation, Inc. 2 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify 6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option) 8the Free Software Foundation; either version 3, or (at your option)
9any later version. 9any later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, 11GNU Emacs is distributed in the hope that it will be useful,