diff options
author | Glenn Morris <rgm@gnu.org> | 2008-02-06 04:24:36 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-02-06 04:24:36 +0000 |
commit | 77ad4cfe1236cc64b2f71d22706600bfb478cfd7 (patch) | |
tree | 1b31104503b2d752e75d2595e16957df9c4d7682 /src/ftxfont.c | |
parent | 7ecf3dcbe0c3ea6aa57c128dbfc54b9826341b8c (diff) | |
download | emacs-77ad4cfe1236cc64b2f71d22706600bfb478cfd7.tar.gz |
Update copyright years and GPL version.
Diffstat (limited to 'src/ftxfont.c')
-rw-r--r-- | src/ftxfont.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ /* ftxfont.c -- FreeType font driver on X (without using XFT). - Copyright (C) 2006 Free Software Foundation, Inc. - Copyright (C) 2006 + Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2008 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H13PRO009 @@ -8,7 +8,7 @@ This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) +the Free Software Foundation; either version 3, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, |