Update copyright years in libcpp.
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 14 Jan 2013 18:13:59 +0000 (18:13 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 14 Jan 2013 18:13:59 +0000 (18:13 +0000)
From-SVN: r195162

27 files changed:
libcpp/ChangeLog
libcpp/Makefile.in
libcpp/charset.c
libcpp/directives-only.c
libcpp/directives.c
libcpp/errors.c
libcpp/expr.c
libcpp/files.c
libcpp/identifiers.c
libcpp/include/cpp-id-data.h
libcpp/include/cpplib.h
libcpp/include/line-map.h
libcpp/include/mkdeps.h
libcpp/include/symtab.h
libcpp/init.c
libcpp/internal.h
libcpp/lex.c
libcpp/line-map.c
libcpp/macro.c
libcpp/makeucnid.c
libcpp/mkdeps.c
libcpp/pch.c
libcpp/symtab.c
libcpp/system.h
libcpp/traditional.c
libcpp/ucnid.h
libcpp/ucnid.tab

index 840bad343257389953db4b6b36993e8af39f9ee9..aa6a02d91f9cc59640913d8a0fbb3f364e989c18 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years.
+
 2013-01-04  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/54526 (again)
index 3ae3280a2e3f4f3ccd6d2d1bcb3938cfe89948a7..2353c9c043ba3e72cbc37f017a629c63ee1cd583 100644 (file)
@@ -1,7 +1,7 @@
 # @configure_input@
 # Makefile for libcpp.  Run 'configure' to generate Makefile from Makefile.in
 
-# Copyright (C) 2004, 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
 #This file is part of libcpp.
 
index 09e2b7b45a243b82601ed17667c5f8153c745a01..ae56c5a7cf7cd7f3d4760531e130431626422809 100644 (file)
@@ -1,6 +1,5 @@
 /* CPP Library - charsets
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2008, 2009,
-   2010, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1998-2013 Free Software Foundation, Inc.
 
    Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges.
 
index c6772afb83d83c077940fe10b0fae51e89c5dc8d..fb35c16b1060694bf091d0f5579ee93ecc8b5165 100644 (file)
@@ -1,6 +1,5 @@
 /* CPP Library - directive only preprocessing for distributed compilation.
-   Copyright (C) 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
    Contributed by Ollie Wild <aaw@google.com>.
 
 This program is free software; you can redistribute it and/or modify it
index 3c79b6d72f99ec4be20195a539de363dedcb22c7..46b86085d83045e867971180558ed7088014deac 100644 (file)
@@ -1,5 +1,5 @@
 /* CPP Library. (Directive handling.)
-   Copyright (C) 1986-2012 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994-95.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index c586749ab5ad8d142172e2955debee99f7361024..0a1200d79080b24e04fef9d420c055cf1e9b0faf 100644 (file)
@@ -1,6 +1,5 @@
 /* Default error handlers for CPP Library.
-   Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998, 1999, 2000,
-   2001, 2002, 2004, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
    Written by Per Bothner, 1994.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index df8d96553fde3a1562f02062fd42593340581f37..46d9fd386ab7c3a2d71ebed5098063b759b2bbf6 100644 (file)
@@ -1,6 +1,5 @@
 /* Parse C expressions for cpplib.
-   Copyright (C) 1987, 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2001,
-   2002, 2004, 2008, 2009, 2010, 2011 Free Software Foundation.
+   Copyright (C) 1987-2013 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994.
 
 This program is free software; you can redistribute it and/or modify it
index 3aeb6f37881dd485fd3950e22c0026d603ca5d5c..105cd96974847a69235d4f34f85f6201f001cb4e 100644 (file)
@@ -1,7 +1,5 @@
 /* Part of CPP library.  File handling.
-   Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
    Written by Per Bothner, 1994.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index d0973f4c9861629addc52713fcb8af4c9709072b..7ebf98e9488022c48a233253b6d48e69840ce61c 100644 (file)
@@ -1,6 +1,5 @@
 /* Hash tables for the CPP library.
-   Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998,
-   1999, 2000, 2001, 2002, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
    Written by Per Bothner, 1994.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index a57edad521d5769ae3e6f53f5e5341ea7d3d07fc..de4ca2298c831f138925c224275938e7e03c5a52 100644 (file)
@@ -1,6 +1,5 @@
 /* Structures that hang off cpp_identifier, for PCH.
-   Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 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 the
index 85432a2faa413a5e311ea5f61b6316179926630a..a48ac877e0326faee3f14bdfe02a83b9f724293c 100644 (file)
@@ -1,7 +1,5 @@
 /* Definitions for CPP library.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1995-2013 Free Software Foundation, Inc.
    Written by Per Bothner, 1994-95.
 
 This program is free software; you can redistribute it and/or modify it
index 5f4bcd780fa64c330ec8781014666f849092302b..a0d6da184ba4e459ada4540e12fb22a5a9c88611 100644 (file)
@@ -1,6 +1,5 @@
 /* Map logical line numbers to (source file, line number) pairs.
-   Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2001-2013 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 the
index 50bcee40726fc6e6650867c86edcd96303e4a4c2..8dffa25d49e2cadc0d72fb34ffc3d36238211a3e 100644 (file)
@@ -1,5 +1,5 @@
 /* Dependency generator for Makefile fragments.
-   Copyright (C) 2000, 2001, 2003, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
    Contributed by Zack Weinberg, Mar 2000
 
 This program is free software; you can redistribute it and/or modify it
index 30d7645beb0a808048b90382599e2c7f7113ab1c..a4ea71925321544c1b03316da5c6b710d493bf8b 100644 (file)
@@ -1,6 +1,5 @@
 /* Hash tables.
-   Copyright (C) 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 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 the
index 2ec5ecbce11fa200b38bd62b7939b61746682cf3..3037ecd9ba6254d82006be4427a33c7f24130464 100644 (file)
@@ -1,7 +1,5 @@
 /* CPP Library.
-   Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
-   2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994-95.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index 312b8b5cb0ec648412d54b44e29199565c6f139f..7731666aba9a076dc428865508d1c37d73ba060c 100644 (file)
@@ -1,6 +1,5 @@
 /* Part of CPP library.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
-   2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1997-2013 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 the
index 866bb1156f1dbfacb7fb7c649b2f3b22ac37c16a..aa87da95323149fc0d516d02bda3d7dbdbb9daac 100644 (file)
@@ -1,6 +1,5 @@
 /* CPP Library - lexical analysis.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007-2013
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994-95.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index 49b94871baaf0c34d7c4693cf90098d4c0e41a7a..2ad7ad239ddf24c9e06c370dd3664d551120f15b 100644 (file)
@@ -1,6 +1,5 @@
 /* Map logical line numbers to (source file, line number) pairs.
-   Copyright (C) 2001, 2003, 2004, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2001-2013 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 the
index c2bf06652fae3e37f9bea29071cc54bc9ec7c330..6d46027e4ea4a0e36ff0b98d18ee071917ddf7cf 100644 (file)
@@ -1,7 +1,5 @@
 /* Part of CPP library.  (Macro and #define handling.)
-   Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005,
-   2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
    Written by Per Bothner, 1994.
    Based on CCCP program by Paul Rubin, June 1986
    Adapted to ANSI C, Richard Stallman, Jan 1987
index 50bc4e1645fea7eecc0d8ffabda95084a2524129..4e3f76d551dd9210c973479b34a530a23f2eb80b 100644 (file)
@@ -1,5 +1,5 @@
 /* Make ucnid.h from various sources.
-   Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 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 the
@@ -269,7 +269,7 @@ write_copyright (void)
 {
   static const char copyright[] = "\
 /* Unicode characters and various properties.\n\
-   Copyright (C) 2003, 2005 Free Software Foundation, Inc.\n\
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.\n\
 \n\
    This program is free software; you can redistribute it and/or modify it\n\
    under the terms of the GNU General Public License as published by the\n\
index b57681392a69433c9e2305396235c7410584c2bb..89156cde14d4a22fa98fc9a42c0bfe9a910a4998 100644 (file)
@@ -1,6 +1,5 @@
 /* Dependency generator for Makefile fragments.
-   Copyright (C) 2000, 2001, 2003, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 Free Software Foundation, Inc.
    Contributed by Zack Weinberg, Mar 2000
 
 This program is free software; you can redistribute it and/or modify it
index 001bf3faeef08c69ae470874c2e433b46b4d8f76..94e5d21ab7aa6d1312649e6083fe8dbeefc43cc4 100644 (file)
@@ -1,6 +1,5 @@
 /* Part of CPP library.  (Precompiled header reading/writing.)
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 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 the
index a3537a09e2681fe8ce20b0d9f7e26496821c1b8e..dee8626fdfc2024481fa4b74f19b943c6d6b5f96 100644 (file)
@@ -1,6 +1,5 @@
 /* Hash tables.
-   Copyright (C) 2000, 2001, 2003, 2004, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2013 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 the
index 2a1f7096703b904f9ac896c23725f5f23dd2521a..4e3dff8ed0e949f143fb68b597a9cbdd4d0a8c18 100644 (file)
@@ -1,7 +1,6 @@
 /* Get common system includes and various definitions and declarations based
    on autoconf macros.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2013 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 4206b6fa7683f5802e8407c08e6f99fdbeaf095c..216906f9c0179f5ff5847de259e9f28285abe5cb 100644 (file)
@@ -1,6 +1,5 @@
 /* CPP Library - traditional lexical analysis and macro expansion.
-   Copyright (C) 2002, 2004, 2005, 2007, 2008, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Neil Booth, May 2002
 
 This program is free software; you can redistribute it and/or modify it
index e5690b223691da6ce30e3c03b120766a4456a2c0..8d6434a569a0368d825da734628f00e04400b35d 100644 (file)
@@ -1,5 +1,5 @@
 /* Unicode characters and various properties.
-   Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 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 the
index 2d1f34727a9593a1588c5ca169acaa65d1cfc22f..ea228826123a3a240d8f846ead13fe01b9e1641e 100644 (file)
@@ -1,5 +1,5 @@
 ; Table of UCNs which are valid in identifiers.
-; Copyright (C) 2003, 2005, 2009 Free Software Foundation, Inc.
+; Copyright (C) 2003-2013 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 the