From: H.J. Lu Date: Fri, 1 Sep 2017 17:09:08 +0000 (-0700) Subject: Remove Roland McGrath/Ulrich Drepper et al. from DSO banner X-Git-Tag: glibc-2.27~993 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bedbd85972a67f15688ee7e86bf4d533f2197349;p=thirdparty%2Fglibc.git 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.". --- diff --git a/ChangeLog b/ChangeLog index 0e566edd681..fccac951755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-09-01 H.J. Lu + + * csu/version.c (banner): Remove "by Roland McGrath et al.". + * nptl/Banner: Remove "by Ulrich Drepper et al.". + 2017-09-01 Paul Pluzhnikov * stdlib/tst-atexit-common.c (do_test): Test support for at least diff --git a/csu/version.c b/csu/version.c index e0d884dbf33..f3992ab6c8b 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 7c1487e7b6d..8c88d52fdff 100644 --- a/nptl/Banner +++ b/nptl/Banner @@ -1 +1 @@ -Native POSIX Threads Library by Ulrich Drepper et al +Native POSIX Threads Library