diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | dlfcn/tst-rec-dlopen.c | 3 | ||||
-rw-r--r-- | sysdeps/arm/unwind-resume.h | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 4462627781..b798f910db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2015-01-21 Carlos O'Donell <carlos@redhat.com> + * sysdeps/arm/unwind-resume.h: Fix copyright year. + * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and + attribution. + * pwd/tst-getpw.c: Rewrite. [BZ #17702] diff --git a/dlfcn/tst-rec-dlopen.c b/dlfcn/tst-rec-dlopen.c index 35b08d4b63..01353fbc86 100644 --- a/dlfcn/tst-rec-dlopen.c +++ b/dlfcn/tst-rec-dlopen.c @@ -1,7 +1,6 @@ /* Test recursive dlopen using malloc hooks. - Copyright (C) 1998-2014 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 diff --git a/sysdeps/arm/unwind-resume.h b/sysdeps/arm/unwind-resume.h index 1474bb0c1b..4d3cfdc2de 100644 --- a/sysdeps/arm/unwind-resume.h +++ b/sysdeps/arm/unwind-resume.h @@ -1,5 +1,5 @@ /* Definitions for unwind-resume.c. ARM (EABI) version. - Copyright (C) 2014 Free Software Foundation, Inc. + Copyright (C) 2015 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or |