diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-10-09 16:35:53 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-10-09 16:38:04 -0400 |
commit | facdd9ea29ab94aac2b188ec3cc41f8733d769e0 (patch) | |
tree | 3c6790397f56ec38cce93dc4ed13ce0030e1e0ab /string/bug-strcoll2.c | |
parent | 67ac0f74a4a5021f77566fdbe4cda5880eba8ba4 (diff) | |
download | glibc-facdd9ea29ab94aac2b188ec3cc41f8733d769e0.tar glibc-facdd9ea29ab94aac2b188ec3cc41f8733d769e0.tar.gz glibc-facdd9ea29ab94aac2b188ec3cc41f8733d769e0.tar.bz2 glibc-facdd9ea29ab94aac2b188ec3cc41f8733d769e0.zip |
Fix typo in bug-strcoll2 (Bug 18589)
Fix the copyright year and remove contributed by in the
bug-strcoll2 test. In addition add the correct dependency
on $(gen-locales) to ensure all the test locales are generated.
Diffstat (limited to 'string/bug-strcoll2.c')
-rw-r--r-- | string/bug-strcoll2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/string/bug-strcoll2.c b/string/bug-strcoll2.c index 26cc873e5b..72a9ff2d1c 100644 --- a/string/bug-strcoll2.c +++ b/string/bug-strcoll2.c @@ -1,7 +1,6 @@ /* Bug 18589: sort-test.sh fails at random. - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 2015 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public |