]> Savannah Git Hosting - gnulib.git/commitdiff
getopt: annotate files with relationship to glibc
authorZack Weinberg <zackw@panix.com>
Thu, 6 Apr 2017 18:14:14 +0000 (11:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Apr 2017 22:42:04 +0000 (15:42 -0700)
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.

ChangeLog
lib/getopt.c
lib/getopt1.c
lib/getopt_int.h

index 436e8463264aa8ae1971163f6ef011629054401d..b019c34094b224db6994ee277f15c03caba1ec17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
 2017-04-06  Zack Weinberg  <zackw@panix.com>
 
+       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.
+
+
        getopt: split up getopt.in.h and eliminate __need_getopt
 
        Over in glibc, all of the __need macros are being phased out in favor
index 6671787b6fc4d20bf9e94038c9e217b0c411abaf..543c8e7284d7247db1dbd00e15cbf6406f9a6f8b 100644 (file)
@@ -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
index b967d24f57be12cca2b8fff84854c838da80ddbd..a1fab2281746049a3451ab8f80c81afa3bade245 100644 (file)
@@ -1,6 +1,7 @@
 /* getopt_long and getopt_long_only entry points for GNU getopt.
    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
index 6a029542ab1b42f5cf9331867e214b1520a18a58..9a18d5d4e68cea5638c7f75dc590cd71a536f9f6 100644 (file)
@@ -1,6 +1,7 @@
 /* Internal declarations for getopt.
    Copyright (C) 1989-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