diff options
| author | Glenn Morris | 2007-01-21 04:57:37 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-01-21 04:57:37 +0000 |
| commit | 4e6835dbc4e02adcca7770c555963a37ad7fb8b9 (patch) | |
| tree | d0dfc151ddbdd61ef968f2294b2e717dd03809f2 /lib-src/getopt1.c | |
| parent | d7a0267c8d6be2a9885de797b25ec8f4a61b8895 (diff) | |
| download | emacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.tar.gz emacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.zip | |
Add 2007 to copyright years.
Diffstat (limited to 'lib-src/getopt1.c')
| -rw-r--r-- | lib-src/getopt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/getopt1.c b/lib-src/getopt1.c index 48d263e922a..c2bec4f8e9a 100644 --- a/lib-src/getopt1.c +++ b/lib-src/getopt1.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. | 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. |
| 2 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, | 2 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, |
| 3 | 1998, 2004, 2005, 2006 Free Software Foundation, Inc. | 3 | 1998, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | This program is free software; you can redistribute it and/or modify | 6 | This program is free software; you can redistribute it and/or modify |