Revert 2011 copyright year update under gnulib/

Pedro Alves palves@redhat.com
Wed Apr 18 12:34:00 GMT 2012


I noticed this after running gnulib-tool with the exact same options
agains the same gnulib version that was last imported, and seeing
that that didn't produce an empty diff.  Instead it produced the diff
below.

These are imported sources, so we should keep their copyright years
intact in the new year procedure.  It seems like in 2012 they weren't
updated, so it looks like the procedure's scripts have been fixed already?

Anyway, I've applied this to mainline.

2012-04-18  Pedro Alves  <palves@redhat.com>

	Revert gnulib/ part of:
	2011-01-01  Joel Brobecker  <brobecker@adacore.com>
	Copyright year update in most files (performed by copyright.sh).
---
 gdb/gnulib/Makefile.am         |    2 +-
 gdb/gnulib/dummy.c             |    2 +-
 gdb/gnulib/extra/arg-nonnull.h |    2 +-
 gdb/gnulib/extra/c++defs.h     |    2 +-
 gdb/gnulib/extra/warn-on-use.h |    2 +-
 gdb/gnulib/m4/00gnulib.m4      |    2 +-
 gdb/gnulib/m4/extensions.m4    |    2 +-
 gdb/gnulib/m4/gnulib-cache.m4  |    2 +-
 gdb/gnulib/m4/gnulib-common.m4 |    2 +-
 gdb/gnulib/m4/gnulib-comp.m4   |    2 +-
 gdb/gnulib/m4/gnulib-tool.m4   |    2 +-
 gdb/gnulib/m4/include_next.m4  |    2 +-
 gdb/gnulib/m4/longlong.m4      |    2 +-
 gdb/gnulib/m4/memchr.m4        |    2 +-
 gdb/gnulib/m4/mmap-anon.m4     |    2 +-
 gdb/gnulib/m4/multiarch.m4     |    2 +-
 gdb/gnulib/m4/stddef_h.m4      |    2 +-
 gdb/gnulib/m4/stdint.m4        |    2 +-
 gdb/gnulib/m4/string_h.m4      |    2 +-
 gdb/gnulib/m4/warn-on-use.m4   |    2 +-
 gdb/gnulib/m4/wchar_h.m4       |    2 +-
 gdb/gnulib/m4/wchar_t.m4       |    2 +-
 gdb/gnulib/m4/wint_t.m4        |    2 +-
 gdb/gnulib/memchr.c            |    2 +-
 gdb/gnulib/memmem.c            |    2 +-
 gdb/gnulib/stddef.in.h         |    2 +-
 gdb/gnulib/stdint.in.h         |    2 +-
 gdb/gnulib/str-two-way.h       |    2 +-
 gdb/gnulib/string.in.h         |    2 +-
 gdb/gnulib/wchar.in.h          |    2 +-
 30 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/gdb/gnulib/Makefile.am b/gdb/gnulib/Makefile.am
index a759591..1296c01 100644
--- a/gdb/gnulib/Makefile.am
+++ b/gdb/gnulib/Makefile.am
@@ -1,6 +1,6 @@
 ## DO NOT EDIT! GENERATED AUTOMATICALLY!
 ## Process this file with automake to produce Makefile.in.
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 #
 # This file is free software, distributed under the terms of the GNU
 # General Public License.  As a special exception to the GNU General
diff --git a/gdb/gnulib/dummy.c b/gdb/gnulib/dummy.c
index 0563b44..0f9a277 100644
--- a/gdb/gnulib/dummy.c
+++ b/gdb/gnulib/dummy.c
@@ -1,5 +1,5 @@
 /* A dummy file, to prevent empty libraries from breaking builds.
-   Copyright (C) 2004, 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/gdb/gnulib/extra/arg-nonnull.h b/gdb/gnulib/extra/arg-nonnull.h
index cf49896..7e3e2db 100644
--- a/gdb/gnulib/extra/arg-nonnull.h
+++ b/gdb/gnulib/extra/arg-nonnull.h
@@ -1,5 +1,5 @@
 /* A C macro for declaring that specific arguments must not be NULL.
-   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.

    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published
diff --git a/gdb/gnulib/extra/c++defs.h b/gdb/gnulib/extra/c++defs.h
index cc6a6a4..0c2fad7 100644
--- a/gdb/gnulib/extra/c++defs.h
+++ b/gdb/gnulib/extra/c++defs.h
@@ -1,5 +1,5 @@
 /* C++ compatible function declaration macros.
-   Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2010 Free Software Foundation, Inc.

    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published
diff --git a/gdb/gnulib/extra/warn-on-use.h b/gdb/gnulib/extra/warn-on-use.h
index dc882c7..171e599 100644
--- a/gdb/gnulib/extra/warn-on-use.h
+++ b/gdb/gnulib/extra/warn-on-use.h
@@ -1,5 +1,5 @@
 /* A C macro for emitting warnings if a function is used.
-   Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2010 Free Software Foundation, Inc.

    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published
diff --git a/gdb/gnulib/m4/00gnulib.m4 b/gdb/gnulib/m4/00gnulib.m4
index 7feed46..301469b 100644
--- a/gdb/gnulib/m4/00gnulib.m4
+++ b/gdb/gnulib/m4/00gnulib.m4
@@ -1,5 +1,5 @@
 # 00gnulib.m4 serial 2
-dnl Copyright (C) 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2009-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/extensions.m4 b/gdb/gnulib/m4/extensions.m4
index 1330503..7d9458a 100644
--- a/gdb/gnulib/m4/extensions.m4
+++ b/gdb/gnulib/m4/extensions.m4
@@ -1,7 +1,7 @@
 # serial 9  -*- Autoconf -*-
 # Enable extensions on systems that normally disable them.

-# Copyright (C) 2003, 2006-2011 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006-2010 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/gnulib-cache.m4 b/gdb/gnulib/m4/gnulib-cache.m4
index 910cd40..de1c994 100644
--- a/gdb/gnulib/m4/gnulib-cache.m4
+++ b/gdb/gnulib/m4/gnulib-cache.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 #
 # This file is free software, distributed under the terms of the GNU
 # General Public License.  As a special exception to the GNU General
diff --git a/gdb/gnulib/m4/gnulib-common.m4 b/gdb/gnulib/m4/gnulib-common.m4
index 7b2ce2b..4c7ac30 100644
--- a/gdb/gnulib/m4/gnulib-common.m4
+++ b/gdb/gnulib/m4/gnulib-common.m4
@@ -1,5 +1,5 @@
 # gnulib-common.m4 serial 20
-dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/gnulib-comp.m4 b/gdb/gnulib/m4/gnulib-comp.m4
index b1d0f8d..abde4aa 100644
--- a/gdb/gnulib/m4/gnulib-comp.m4
+++ b/gdb/gnulib/m4/gnulib-comp.m4
@@ -1,5 +1,5 @@
 # DO NOT EDIT! GENERATED AUTOMATICALLY!
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
 #
 # This file is free software, distributed under the terms of the GNU
 # General Public License.  As a special exception to the GNU General
diff --git a/gdb/gnulib/m4/gnulib-tool.m4 b/gdb/gnulib/m4/gnulib-tool.m4
index ed41e9d..69e7733 100644
--- a/gdb/gnulib/m4/gnulib-tool.m4
+++ b/gdb/gnulib/m4/gnulib-tool.m4
@@ -1,5 +1,5 @@
 # gnulib-tool.m4 serial 2
-dnl Copyright (C) 2004-2005, 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2004-2005, 2009-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/include_next.m4 b/gdb/gnulib/m4/include_next.m4
index 1314c33..c7e0672 100644
--- a/gdb/gnulib/m4/include_next.m4
+++ b/gdb/gnulib/m4/include_next.m4
@@ -1,5 +1,5 @@
 # include_next.m4 serial 14
-dnl Copyright (C) 2006-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2006-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/longlong.m4 b/gdb/gnulib/m4/longlong.m4
index a4d95aa..cca3c1a 100644
--- a/gdb/gnulib/m4/longlong.m4
+++ b/gdb/gnulib/m4/longlong.m4
@@ -1,5 +1,5 @@
 # longlong.m4 serial 14
-dnl Copyright (C) 1999-2007, 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 1999-2007, 2009-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/memchr.m4 b/gdb/gnulib/m4/memchr.m4
index b2b09bd..ab773b8 100644
--- a/gdb/gnulib/m4/memchr.m4
+++ b/gdb/gnulib/m4/memchr.m4
@@ -1,5 +1,5 @@
 # memchr.m4 serial 8
-dnl Copyright (C) 2002-2004, 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2004, 2009-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/mmap-anon.m4 b/gdb/gnulib/m4/mmap-anon.m4
index 82f4a3c..a6b7b9a 100644
--- a/gdb/gnulib/m4/mmap-anon.m4
+++ b/gdb/gnulib/m4/mmap-anon.m4
@@ -1,5 +1,5 @@
 # mmap-anon.m4 serial 8
-dnl Copyright (C) 2005, 2007, 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2005, 2007, 2009-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/multiarch.m4 b/gdb/gnulib/m4/multiarch.m4
index 9ea85af..389bd2b 100644
--- a/gdb/gnulib/m4/multiarch.m4
+++ b/gdb/gnulib/m4/multiarch.m4
@@ -1,5 +1,5 @@
 # multiarch.m4 serial 5
-dnl Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/stddef_h.m4 b/gdb/gnulib/m4/stddef_h.m4
index c401433..c3ae569 100644
--- a/gdb/gnulib/m4/stddef_h.m4
+++ b/gdb/gnulib/m4/stddef_h.m4
@@ -1,6 +1,6 @@
 dnl A placeholder for POSIX 2008 <stddef.h>, for platforms that have issues.
 # stddef_h.m4 serial 2
-dnl Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/stdint.m4 b/gdb/gnulib/m4/stdint.m4
index 9a588de..1cc57e6 100644
--- a/gdb/gnulib/m4/stdint.m4
+++ b/gdb/gnulib/m4/stdint.m4
@@ -1,5 +1,5 @@
 # stdint.m4 serial 34
-dnl Copyright (C) 2001-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2001-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/string_h.m4 b/gdb/gnulib/m4/string_h.m4
index 75310fb..1977aec 100644
--- a/gdb/gnulib/m4/string_h.m4
+++ b/gdb/gnulib/m4/string_h.m4
@@ -1,6 +1,6 @@
 # Configure a GNU-like replacement for <string.h>.

-# Copyright (C) 2007-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007-2010 Free Software Foundation, Inc.
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/warn-on-use.m4 b/gdb/gnulib/m4/warn-on-use.m4
index 6d59996..42daae8 100644
--- a/gdb/gnulib/m4/warn-on-use.m4
+++ b/gdb/gnulib/m4/warn-on-use.m4
@@ -1,5 +1,5 @@
 # warn-on-use.m4 serial 2
-dnl Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/wchar_h.m4 b/gdb/gnulib/m4/wchar_h.m4
index a743445..8cae82d 100644
--- a/gdb/gnulib/m4/wchar_h.m4
+++ b/gdb/gnulib/m4/wchar_h.m4
@@ -1,6 +1,6 @@
 dnl A placeholder for ISO C99 <wchar.h>, for platforms that have issues.

-dnl Copyright (C) 2007-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2007-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/wchar_t.m4 b/gdb/gnulib/m4/wchar_t.m4
index 1b572e3..ed804e6 100644
--- a/gdb/gnulib/m4/wchar_t.m4
+++ b/gdb/gnulib/m4/wchar_t.m4
@@ -1,5 +1,5 @@
 # wchar_t.m4 serial 3 (gettext-0.18)
-dnl Copyright (C) 2002-2003, 2008-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2002-2003, 2008-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/m4/wint_t.m4 b/gdb/gnulib/m4/wint_t.m4
index a0236e8..a6c7d15 100644
--- a/gdb/gnulib/m4/wint_t.m4
+++ b/gdb/gnulib/m4/wint_t.m4
@@ -1,5 +1,5 @@
 # wint_t.m4 serial 4 (gettext-0.18)
-dnl Copyright (C) 2003, 2007-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2007-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
diff --git a/gdb/gnulib/memchr.c b/gdb/gnulib/memchr.c
index 6d903b1..6c2b2d6 100644
--- a/gdb/gnulib/memchr.c
+++ b/gdb/gnulib/memchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2011
+/* Copyright (C) 1991, 1993, 1996-1997, 1999-2000, 2003-2004, 2006, 2008-2010
    Free Software Foundation, Inc.

    Based on strlen implementation by Torbjorn Granlund (tege@sics.se),
diff --git a/gdb/gnulib/memmem.c b/gdb/gnulib/memmem.c
index 47f66a2..a23c4f7 100644
--- a/gdb/gnulib/memmem.c
+++ b/gdb/gnulib/memmem.c
@@ -1,5 +1,5 @@
 /* Copyright (C) 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000, 2004, 2007,
-   2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   2008, 2009, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.

    This program is free software; you can redistribute it and/or modify
diff --git a/gdb/gnulib/stddef.in.h b/gdb/gnulib/stddef.in.h
index 32922b3..08778a2 100644
--- a/gdb/gnulib/stddef.in.h
+++ b/gdb/gnulib/stddef.in.h
@@ -1,6 +1,6 @@
 /* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues.

-   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010 Free Software Foundation, Inc.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/gdb/gnulib/stdint.in.h b/gdb/gnulib/stdint.in.h
index 8a8fe3f..5da5f17 100644
--- a/gdb/gnulib/stdint.in.h
+++ b/gdb/gnulib/stdint.in.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2002, 2004-2011 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2002, 2004-2010 Free Software Foundation, Inc.
    Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
    This file is part of gnulib.

diff --git a/gdb/gnulib/str-two-way.h b/gdb/gnulib/str-two-way.h
index 7868eb8..c08f60e 100644
--- a/gdb/gnulib/str-two-way.h
+++ b/gdb/gnulib/str-two-way.h
@@ -1,5 +1,5 @@
 /* Byte-wise substring search, using the Two-Way algorithm.
-   Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Eric Blake <ebb9@byu.net>, 2008.

diff --git a/gdb/gnulib/string.in.h b/gdb/gnulib/string.in.h
index db3530a..13c0f09 100644
--- a/gdb/gnulib/string.in.h
+++ b/gdb/gnulib/string.in.h
@@ -1,6 +1,6 @@
 /* A GNU-like <string.h>.

-   Copyright (C) 1995-1996, 2001-2011 Free Software Foundation, Inc.
+   Copyright (C) 1995-1996, 2001-2010 Free Software Foundation, Inc.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/gdb/gnulib/wchar.in.h b/gdb/gnulib/wchar.in.h
index 7c598e6..88d47db 100644
--- a/gdb/gnulib/wchar.in.h
+++ b/gdb/gnulib/wchar.in.h
@@ -1,6 +1,6 @@
 /* A substitute for ISO C99 <wchar.h>, for platforms that have issues.

-   Copyright (C) 2007-2011 Free Software Foundation, Inc.
+   Copyright (C) 2007-2010 Free Software Foundation, Inc.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by



More information about the Gdb-patches mailing list