This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] Update copyright year to 2015 for new files.


Fixup the copyright years for files that were obviously created by
the authors in 2014, but applied in 2015. The recent test case I wrote
had a copy-in-paste-o from another file's copyright notice that needed
adjusting (Ulrich did not contribute this file, I did).

These were the only two files I found that were still using the old
copyright year.

Committed.

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.

diff --git a/dlfcn/tst-rec-dlopen.c b/dlfcn/tst-rec-dlopen.c
index 35b08d4..01353fb 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 1474bb0..4d3cfdc 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
---

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]