diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-05-20 23:57:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-05-20 23:57:41 +0000 |
commit | 0d0f83ce429b5a94891ae97a3d16b7fdcec0ef8d (patch) | |
tree | a63c621a3991342e0a3842875f10f317a3bbec01 /posix | |
parent | 12ef0fc10111954decd340f07d87bc3fbf15e06d (diff) | |
download | glibc-0d0f83ce429b5a94891ae97a3d16b7fdcec0ef8d.tar.gz glibc-0d0f83ce429b5a94891ae97a3d16b7fdcec0ef8d.tar.xz glibc-0d0f83ce429b5a94891ae97a3d16b7fdcec0ef8d.zip |
Declare as master copy.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/getopt.h | 4 | ||||
-rw-r--r-- | posix/getopt1.c | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/posix/getopt.h b/posix/getopt.h index 7dad11b79f..d6ceb0eee1 100644 --- a/posix/getopt.h +++ b/posix/getopt.h @@ -1,8 +1,6 @@ /* Declarations for getopt. Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc. - - This file is part of the GNU C Library. Its master source is NOT part of - the C library, however. The master source lives in /gd/gnu/lib. + This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as diff --git a/posix/getopt1.c b/posix/getopt1.c index 8347bb1331..4aa8de6f67 100644 --- a/posix/getopt1.c +++ b/posix/getopt1.c @@ -1,8 +1,6 @@ /* getopt_long and getopt_long_only entry points for GNU getopt. Copyright (C) 1987,88,89,90,91,92,93,94,96,97 Free Software Foundation, Inc. - - This file is part of the GNU C Library. Its master source is NOT part of - the C library, however. The master source lives in /gd/gnu/lib. + This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as |