]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyright years in libcpp/
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 2 Jan 2014 22:24:45 +0000 (22:24 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Thu, 2 Jan 2014 22:24:45 +0000 (22:24 +0000)
From-SVN: r206293

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 4a06d0c3a63217dcded0830cd384db1650fe5aed..669b0ccb98c968505ae867303a63aa7d0908d828 100644 (file)
@@ -1,3 +1,7 @@
+2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years
+
 2013-12-09  Joseph Myers  <joseph@codesourcery.com>
 
        PR preprocessor/55715
index 30bf8963cd8cd8ccec3b461e1fb330c14bc95b39..5561c972fe2f308cda928abdeb6aa169ef045980 100644 (file)
@@ -1,7 +1,7 @@
 # @configure_input@
 # Makefile for libcpp.  Run 'configure' to generate Makefile from Makefile.in
 
-# Copyright (C) 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2004-2014 Free Software Foundation, Inc.
 
 #This file is part of libcpp.
 
index c48e64aa4b56c5f485e60dae08a3794a6c12fe45..a3c24d6862663dc2cda384449b236e902025155b 100644 (file)
@@ -1,5 +1,5 @@
 /* CPP Library - charsets
-   Copyright (C) 1998-2013 Free Software Foundation, Inc.
+   Copyright (C) 1998-2014 Free Software Foundation, Inc.
 
    Broken out of c-lex.c Apr 2003, adding valid C99 UCN ranges.
 
index fb35c16b1060694bf091d0f5579ee93ecc8b5165..c6e1304643eb191263506813b975e42e0b4d3448 100644 (file)
@@ -1,5 +1,5 @@
 /* CPP Library - directive only preprocessing for distributed compilation.
-   Copyright (C) 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2014 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 65b2034d0e2f3e6b4acfa8c5f4dbfffb1c5a6e5c..3486a48d21e9743935258c65a439edc922fef4dd 100644 (file)
@@ -1,5 +1,5 @@
 /* CPP Library. (Directive handling.)
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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 0a1200d79080b24e04fef9d420c055cf1e9b0faf..d1ca7a12ff42c72f873a9a4af7061f796524578b 100644 (file)
@@ -1,5 +1,5 @@
 /* Default error handlers for CPP Library.
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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 1e17b005deea26ec37bf0c015b0a5fdae8d136b4..147bd97c5ece83cd0f1ce6b6afbed89007fd112b 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse C expressions for cpplib.
-   Copyright (C) 1987-2013 Free Software Foundation, Inc.
+   Copyright (C) 1987-2014 Free Software Foundation, Inc.
    Contributed by Per Bothner, 1994.
 
 This program is free software; you can redistribute it and/or modify it
index ea91b02047da4c6989cdb8d1341fa008597ef3f4..7e8877854445d2029bdf40e983af70d050e05610 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of CPP library.  File handling.
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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 7ebf98e9488022c48a233253b6d48e69840ce61c..cfb9979a6f7a54b2c8638acb824e12b5abc59c42 100644 (file)
@@ -1,5 +1,5 @@
 /* Hash tables for the CPP library.
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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 de4ca2298c831f138925c224275938e7e03c5a52..d4c00912a37b7e4b3529e926c62fda3fa9d98a43 100644 (file)
@@ -1,5 +1,5 @@
 /* Structures that hang off cpp_identifier, for PCH.
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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 7540e05383f35888b950df69b146d57fade4f11a..a9db7abbd2674dcde95faba02235450e80f33841 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for CPP library.
-   Copyright (C) 1995-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995-2014 Free Software Foundation, Inc.
    Written by Per Bothner, 1994-95.
 
 This program is free software; you can redistribute it and/or modify it
index a0d6da184ba4e459ada4540e12fb22a5a9c88611..996eae5eafb3cc38aa654c8d09b0e08dc1fde771 100644 (file)
@@ -1,5 +1,5 @@
 /* Map logical line numbers to (source file, line number) pairs.
-   Copyright (C) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2014 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 8dffa25d49e2cadc0d72fb34ffc3d36238211a3e..05ebd4e456c1f80541ec4f1049f08ce9877b8ee8 100644 (file)
@@ -1,5 +1,5 @@
 /* Dependency generator for Makefile fragments.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 Free Software Foundation, Inc.
    Contributed by Zack Weinberg, Mar 2000
 
 This program is free software; you can redistribute it and/or modify it
index a4ea71925321544c1b03316da5c6b710d493bf8b..91a56c729bcb3a047b5fa26e29339ec4d77c5cbc 100644 (file)
@@ -1,5 +1,5 @@
 /* Hash tables.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 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 aba295cd1bed2ba3be3a890eecc4a37159758a68..f10413ab3eb5899f5af40f6127211ee55b72d31c 100644 (file)
@@ -1,5 +1,5 @@
 /* CPP Library.
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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 532145824c80d0505e8d11e275ebc4ae54e499b1..b5106211ccb084b942d9ab3122ec3b58dd88000e 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of CPP library.
-   Copyright (C) 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2014 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 80829d69b98d2c4726c587e69050055f62b19781..a2168e4129cd2e0b023ff5f6ce63f6e96759f3e6 100644 (file)
@@ -1,5 +1,5 @@
 /* CPP Library - lexical analysis.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 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 2ad7ad239ddf24c9e06c370dd3664d551120f15b..052072abdf94f27a43e05f4194e73c5922ff781e 100644 (file)
@@ -1,5 +1,5 @@
 /* Map logical line numbers to (source file, line number) pairs.
-   Copyright (C) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2014 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 e359d158c0359b737aca16d51763fc4b19ec3b7f..1700ac0ddfecb16ead64f3d4e4d44890b8f1adf2 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of CPP library.  (Macro and #define handling.)
-   Copyright (C) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2014 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 2697c6b7cac8d6a1623f7861d80f3ea7f40c7ed5..86243c548e805dac85a486805a33974f0986bcb4 100644 (file)
@@ -1,5 +1,5 @@
 /* Make ucnid.h from various sources.
-   Copyright (C) 2005-2013 Free Software Foundation, Inc.
+   Copyright (C) 2005-2014 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
@@ -378,7 +378,7 @@ write_copyright (void)
 {
   static const char copyright[] = "\
 /* Unicode characters and various properties.\n\
-   Copyright (C) 2003-2013 Free Software Foundation, Inc.\n\
+   Copyright (C) 2003-2014 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 89156cde14d4a22fa98fc9a42c0bfe9a910a4998..915f3b94c187f422489ca5bfe8ec507dbefb5635 100644 (file)
@@ -1,5 +1,5 @@
 /* Dependency generator for Makefile fragments.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 Free Software Foundation, Inc.
    Contributed by Zack Weinberg, Mar 2000
 
 This program is free software; you can redistribute it and/or modify it
index 6270bda53ed27975ad2a23cdc18a88be68fe1cf8..cddca837ffd923f81faf7a578292b425d9029160 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of CPP library.  (Precompiled header reading/writing.)
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 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 dee8626fdfc2024481fa4b74f19b943c6d6b5f96..73c421e17425a8147c847cf3c856f688c29d3fcb 100644 (file)
@@ -1,5 +1,5 @@
 /* Hash tables.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 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 4e3dff8ed0e949f143fb68b597a9cbdd4d0a8c18..632a82184c55c334aeb657f64579a6620ccc0560 100644 (file)
@@ -1,6 +1,6 @@
 /* Get common system includes and various definitions and declarations based
    on autoconf macros.
-   Copyright (C) 1998-2013 Free Software Foundation, Inc.
+   Copyright (C) 1998-2014 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 216906f9c0179f5ff5847de259e9f28285abe5cb..b770db7aba5e5fc668fd7674a3228211bae13317 100644 (file)
@@ -1,5 +1,5 @@
 /* CPP Library - traditional lexical analysis and macro expansion.
-   Copyright (C) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
    Contributed by Neil Booth, May 2002
 
 This program is free software; you can redistribute it and/or modify it
index 352e95cb206aa9d83c4e3360aedeefc17bd8fd92..e93e6cb8feba2315a8800b5fbba968e0fa3cb8ad 100644 (file)
@@ -1,5 +1,5 @@
 /* Unicode characters and various properties.
-   Copyright (C) 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2014 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 68d9e068b317a2d0ef19629cc6f5efd632853cc3..9910bd44bf660b663be1efe3dfd9e862c10134f4 100644 (file)
@@ -1,5 +1,5 @@
 ; Table of UCNs which are valid in identifiers.
-; Copyright (C) 2003-2013 Free Software Foundation, Inc.
+; Copyright (C) 2003-2014 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