diff options
| author | Thien-Thi Nguyen | 2005-08-07 10:56:27 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-08-07 10:56:27 +0000 |
| commit | 92b47a4a991a7b30f5eda49fcab4f29aa9ca288e (patch) | |
| tree | 247a83494b0fa8fb9f3776f3f8891cf5865aba9d /lib-src/getopt1.c | |
| parent | 9074d3d501e3ba88747f51815635ac674ca40ff1 (diff) | |
| download | emacs-92b47a4a991a7b30f5eda49fcab4f29aa9ca288e.tar.gz emacs-92b47a4a991a7b30f5eda49fcab4f29aa9ca288e.zip | |
Update years in copyright notice; nfc.
Diffstat (limited to 'lib-src/getopt1.c')
| -rw-r--r-- | lib-src/getopt1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/getopt1.c b/lib-src/getopt1.c index 40c1d1695d3..8aa9b183578 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,88,89,90,91,92,93,94,96,97,98,2004 | 2 | Copyright (C) 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, |
| 3 | Free Software Foundation, Inc. | 3 | 1998, 2004, 2005 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 |