diff options
Diffstat (limited to 'posix/bits')
-rw-r--r-- | posix/bits/getopt_core.h | 3 | ||||
-rw-r--r-- | posix/bits/getopt_ext.h | 3 | ||||
-rw-r--r-- | posix/bits/getopt_posix.h | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/posix/bits/getopt_core.h b/posix/bits/getopt_core.h index 1e4dc25d77..1744c29b74 100644 --- a/posix/bits/getopt_core.h +++ b/posix/bits/getopt_core.h @@ -1,6 +1,7 @@ /* Declarations for getopt (basic, portable features only). 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 diff --git a/posix/bits/getopt_ext.h b/posix/bits/getopt_ext.h index 2382f88fc1..c1a58da804 100644 --- a/posix/bits/getopt_ext.h +++ b/posix/bits/getopt_ext.h @@ -1,6 +1,7 @@ /* Declarations for getopt (GNU extensions). 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 diff --git a/posix/bits/getopt_posix.h b/posix/bits/getopt_posix.h index 9436bb9202..f9f3265a20 100644 --- a/posix/bits/getopt_posix.h +++ b/posix/bits/getopt_posix.h @@ -1,6 +1,7 @@ /* Declarations for getopt (POSIX compatibility shim). Copyright (C) 1989-2017 Free Software Foundation, Inc. - This file is part of the GNU C Library. + Unlike the bulk of the getopt implementation, this file is NOT part + of gnulib. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |