aboutsummaryrefslogtreecommitdiffstats
path: root/lib/getopt1.c
diff options
context:
space:
mode:
authorPaul Eggert2015-01-01 11:05:24 -0800
committerPaul Eggert2015-01-01 11:06:53 -0800
commit035f5aaa91ebd40598e0d89881bbc3cf532440a0 (patch)
tree31ffe1ccf1bad659893cdb2c1f06cc70e7d15bf2 /lib/getopt1.c
parent6ddd819467d1d9d0e78f13e5a15c1af9125ae67b (diff)
downloademacs-035f5aaa91ebd40598e0d89881bbc3cf532440a0.tar.gz
emacs-035f5aaa91ebd40598e0d89881bbc3cf532440a0.zip
Merge from gnulib, incorporating:
2015-01-01 version-etc: new year
Diffstat (limited to 'lib/getopt1.c')
-rw-r--r--lib/getopt1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getopt1.c b/lib/getopt1.c
index a184865ea63..2b1feb6eadb 100644
--- a/lib/getopt1.c
+++ b/lib/getopt1.c
@@ -1,5 +1,5 @@
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-1994, 1996-1998, 2004, 2006, 2009-2014 Free Software 2 Copyright (C) 1987-1994, 1996-1998, 2004, 2006, 2009-2015 Free Software
3 Foundation, Inc. 3 Foundation, Inc.
4 This file is part of the GNU C Library. 4 This file is part of the GNU C Library.
5 5