Remove Roland McGrath/Ulrich Drepper et al. from DSO banner
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 17:09:08 +0000 (10:09 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Sep 2017 17:09:21 +0000 (10:09 -0700)
* csu/version.c (banner): Remove "by Roland McGrath et al.".
* nptl/Banner: Remove "by Ulrich Drepper et al.".

ChangeLog
csu/version.c
nptl/Banner

index 0e566ed..fccac95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e0d884d..f3992ab 100644 (file)
@@ -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\
index 7c1487e..8c88d52 100644 (file)
@@ -1 +1 @@
-Native POSIX Threads Library by Ulrich Drepper et al
+Native POSIX Threads Library