summaryrefslogtreecommitdiff
path: root/lib/getopt.c
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-04-06 11:14:14 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-04-06 15:42:04 -0700
commitd9c418c8afffa18efba5cfd16b2f91ad5b9f6f66 (patch)
treef42d9a688d0e727e0bf3483319be9bb44e5571a6 /lib/getopt.c
parente7207fdf6ac20e8228d99248a73816f99ba8ce78 (diff)
downloadgnulib-d9c418c8afffa18efba5cfd16b2f91ad5b9f6f66.tar.gz
getopt: annotate files with relationship to glibc
As the final act in this patchset, adjust the message at the top of each file to indicate which files are synced with glibc. (This has already been done for most of the headers.) * lib/getopt.c, lib/getopt1.c, lib/getopt_int.h: Mention in top-of-file boilerplate that these files are shared between glibc and gnulib.
Diffstat (limited to 'lib/getopt.c')
-rw-r--r--lib/getopt.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/getopt.c b/lib/getopt.c
index 6671787b6f..543c8e7284 100644
--- a/lib/getopt.c
+++ b/lib/getopt.c
@@ -1,9 +1,7 @@
/* Getopt for GNU.
- NOTE: getopt is part of the C library, so if you don't know what
- "Keep this file name-space clean" means, talk to drepper@gnu.org
- before changing it!
Copyright (C) 1987-2017 Free Software Foundation, Inc.
- This file is part of the GNU C Library.
+ This file is part of the GNU C Library and is also part of gnulib.
+ Patches to this file should be submitted to both projects.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public