diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ftfont.c | 6 | ||||
| -rw-r--r-- | src/ftxfont.c | 6 | ||||
| -rw-r--r-- | src/xfont.c | 6 | ||||
| -rw-r--r-- | src/xftfont.c | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/src/ftfont.c b/src/ftfont.c index 7c8ade894f8..4d9b1157070 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* ftfont.c -- FreeType font driver. | 1 | /* ftfont.c -- FreeType font driver. |
| 2 | Copyright (C) 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006 | 3 | Copyright (C) 2006, 2007, 2008 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
| @@ -8,7 +8,7 @@ This file is part of GNU Emacs. | |||
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software; you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 2, or (at your option) | 11 | the Free Software Foundation; either version 3, or (at your option) |
| 12 | any later version. | 12 | any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/src/ftxfont.c b/src/ftxfont.c index 62453a1df1b..5b0ff5faa8c 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* ftxfont.c -- FreeType font driver on X (without using XFT). | 1 | /* ftxfont.c -- FreeType font driver on X (without using XFT). |
| 2 | Copyright (C) 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006 | 3 | Copyright (C) 2006, 2007, 2008 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
| @@ -8,7 +8,7 @@ This file is part of GNU Emacs. | |||
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software; you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 2, or (at your option) | 11 | the Free Software Foundation; either version 3, or (at your option) |
| 12 | any later version. | 12 | any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/src/xfont.c b/src/xfont.c index b759ee05294..8bbb2442bb1 100644 --- a/src/xfont.c +++ b/src/xfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* xfont.c -- X core font driver. | 1 | /* xfont.c -- X core font driver. |
| 2 | Copyright (C) 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006 | 3 | Copyright (C) 2006, 2007, 2008 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
| @@ -8,7 +8,7 @@ This file is part of GNU Emacs. | |||
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software; you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 2, or (at your option) | 11 | the Free Software Foundation; either version 3, or (at your option) |
| 12 | any later version. | 12 | any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |
diff --git a/src/xftfont.c b/src/xftfont.c index 421bc34d493..5694508dd65 100644 --- a/src/xftfont.c +++ b/src/xftfont.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* xftfont.c -- XFT font driver. | 1 | /* xftfont.c -- XFT font driver. |
| 2 | Copyright (C) 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. |
| 3 | Copyright (C) 2006, 2007 | 3 | Copyright (C) 2006, 2007, 2008 |
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | 4 | National Institute of Advanced Industrial Science and Technology (AIST) |
| 5 | Registration Number H13PRO009 | 5 | Registration Number H13PRO009 |
| 6 | 6 | ||
| @@ -8,7 +8,7 @@ This file is part of GNU Emacs. | |||
| 8 | 8 | ||
| 9 | GNU Emacs is free software; you can redistribute it and/or modify | 9 | GNU Emacs is free software; you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 10 | it under the terms of the GNU General Public License as published by |
| 11 | the Free Software Foundation; either version 2, or (at your option) | 11 | the Free Software Foundation; either version 3, or (at your option) |
| 12 | any later version. | 12 | any later version. |
| 13 | 13 | ||
| 14 | GNU Emacs is distributed in the hope that it will be useful, | 14 | GNU Emacs is distributed in the hope that it will be useful, |