diff options
| author | Paul Eggert | 2015-01-01 11:05:24 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 11:06:53 -0800 |
| commit | 035f5aaa91ebd40598e0d89881bbc3cf532440a0 (patch) | |
| tree | 31ffe1ccf1bad659893cdb2c1f06cc70e7d15bf2 /lib/getopt.c | |
| parent | 6ddd819467d1d9d0e78f13e5a15c1af9125ae67b (diff) | |
| download | emacs-035f5aaa91ebd40598e0d89881bbc3cf532440a0.tar.gz emacs-035f5aaa91ebd40598e0d89881bbc3cf532440a0.zip | |
Merge from gnulib, incorporating:
2015-01-01 version-etc: new year
Diffstat (limited to 'lib/getopt.c')
| -rw-r--r-- | lib/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getopt.c b/lib/getopt.c index 7d950af1a5f..3b9c585a28c 100644 --- a/lib/getopt.c +++ b/lib/getopt.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | NOTE: getopt is part of the C library, so if you don't know what | 2 | NOTE: getopt is part of the C library, so if you don't know what |
| 3 | "Keep this file name-space clean" means, talk to drepper@gnu.org | 3 | "Keep this file name-space clean" means, talk to drepper@gnu.org |
| 4 | before changing it! | 4 | before changing it! |
| 5 | Copyright (C) 1987-1996, 1998-2004, 2006, 2008-2014 Free Software | 5 | Copyright (C) 1987-1996, 1998-2004, 2006, 2008-2015 Free Software |
| 6 | Foundation, Inc. | 6 | Foundation, Inc. |
| 7 | This file is part of the GNU C Library. | 7 | This file is part of the GNU C Library. |
| 8 | 8 | ||