diff options
| author | Glenn Morris | 2008-01-07 08:42:46 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-07 08:42:46 +0000 |
| commit | a5b68355b38424bda76b5846afa1f45e4bada42b (patch) | |
| tree | 0ef12e7896a9fc53c0d4ac983ab089f448c18a4d /lib-src/make-docfile.c | |
| parent | b9b14d130b89af54fe6c376c02d6286aa11749b6 (diff) | |
| download | emacs-a5b68355b38424bda76b5846afa1f45e4bada42b.tar.gz emacs-a5b68355b38424bda76b5846afa1f45e4bada42b.zip | |
Add 2008 to copyright years.
Diffstat (limited to 'lib-src/make-docfile.c')
| -rw-r--r-- | lib-src/make-docfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index 3f3da3e7007..1564aca5bbe 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Generate doc-string file for GNU Emacs from source files. | 1 | /* Generate doc-string file for GNU Emacs from source files. |
| 2 | Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, | 2 | Copyright (C) 1985, 1986, 1992, 1993, 1994, 1997, 1999, 2000, 2001, |
| 3 | 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 6 | 7 | ||