diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 10:09:08 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-09-01 10:09:21 -0700 |
commit | bedbd85972a67f15688ee7e86bf4d533f2197349 (patch) | |
tree | e779a027c205a7bc656f5cd116c3ed4615ad018f | |
parent | 50c66c7acd90f257b295e58bf938ed120cbc27c7 (diff) | |
download | glibc-bedbd85972a67f15688ee7e86bf4d533f2197349.zip glibc-bedbd85972a67f15688ee7e86bf4d533f2197349.tar.gz glibc-bedbd85972a67f15688ee7e86bf4d533f2197349.tar.bz2 |
Remove Roland McGrath/Ulrich Drepper et al. from DSO banner
* csu/version.c (banner): Remove "by Roland McGrath et al.".
* nptl/Banner: Remove "by Ulrich Drepper et al.".
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | csu/version.c | 2 | ||||
-rw-r--r-- | nptl/Banner | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2017-09-01 H.J. Lu <hongjiu.lu@intel.com> + + * csu/version.c (banner): Remove "by Roland McGrath et al.". + * nptl/Banner: Remove "by Ulrich Drepper et al.". + 2017-09-01 Paul Pluzhnikov <ppluzhnikov@google.com> * stdlib/tst-atexit-common.c (do_test): Test support for at least diff --git a/csu/version.c b/csu/version.c index e0d884d..f3992ab 100644 --- a/csu/version.c +++ b/csu/version.c @@ -24,7 +24,7 @@ static const char __libc_release[] = RELEASE; static const char __libc_version[] = VERSION; static const char banner[] = -"GNU C Library "PKGVERSION RELEASE" release version "VERSION", by Roland McGrath et al.\n\ +"GNU C Library "PKGVERSION RELEASE" release version "VERSION".\n\ Copyright (C) 2017 Free Software Foundation, Inc.\n\ This is free software; see the source for copying conditions.\n\ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\ diff --git a/nptl/Banner b/nptl/Banner index 7c1487e..8c88d52 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -Native POSIX Threads Library by Ulrich Drepper et al +Native POSIX Threads Library |