Update copyright year in include
authorH.J. Lu <hjl@gcc.gnu.org>
Tue, 14 Jul 2015 16:08:59 +0000 (09:08 -0700)
committerH.J. Lu <hjl@gcc.gnu.org>
Tue, 14 Jul 2015 16:08:59 +0000 (09:08 -0700)
From-SVN: r225781

32 files changed:
include/ansidecl.h
include/demangle.h
include/dwarf2.def
include/dwarf2.h
include/dyn-string.h
include/fibheap.h
include/filenames.h
include/floatformat.h
include/fnmatch.h
include/gcc-c-fe.def
include/gcc-c-interface.h
include/gcc-interface.h
include/gdb/gdb-index.h
include/getopt.h
include/hashtab.h
include/leb128.h
include/longlong.h
include/lto-symtab.h
include/md5.h
include/objalloc.h
include/obstack.h
include/plugin-api.h
include/safe-ctype.h
include/sha1.h
include/simple-object.h
include/sort.h
include/splay-tree.h
include/symcat.h
include/timeval-utils.h
include/vtv-change-permission.h
include/xregex2.h
include/xtensa-config.h

index 04d75c33f747220ddf9e4cfabb29f762bea3b749..224627df2d121b13a10a9c730a9d729267adac44 100644 (file)
@@ -1,7 +1,5 @@
 /* ANSI and traditional C compatability macros
-   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
-   2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2013
-   Free Software Foundation, Inc.
+   Copyright (C) 1991-2015 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
index d2a6731a9ee5509e8d0f27744f7bb85b4c1e05ca..26c59b52223afef2c0c40ff7a7705351b5716fa5 100644 (file)
@@ -1,7 +1,6 @@
 /* Defs for interface to demanglers.
-   Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
-   2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-   
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
+
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU Library General Public License
    as published by the Free Software Foundation; either version 2, or
index ea8127c8b1d626dd3da88a0f6d5cbab2992d3bd4..e61cfbeb4076742b96a7ecb7a2c26a6a2c9f62f4 100644 (file)
@@ -1,9 +1,7 @@
 /* -*- c -*-
    Declarations and definitions of codes relating to the DWARF2 and
    DWARF3 symbolic debugging information formats.
-   Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
-   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
 
    Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
    Office (AJPO), Florida State University and Silicon Graphics Inc.
index e05955cad4695f944ff0326f753276279f9e04c8..4ada87162fa868eb80c6994e1877c6d9897ae732 100644 (file)
@@ -1,8 +1,6 @@
 /* Declarations and definitions of codes relating to the DWARF2 and
    DWARF3 symbolic debugging information formats.
-   Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
-   2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 1992-2015 Free Software Foundation, Inc.
 
    Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
    Office (AJPO), Florida State University and Silicon Graphics Inc.
index 2b147271e5f85b52ac2bc07f6696dbb08fb0e80b..7c3684b7cf8a3ec89fb1ba29463ddf7c3da2fc63 100644 (file)
@@ -1,6 +1,5 @@
 /* An abstract string datatype.
-   Copyright (C) 1998, 1999, 2000, 2002, 2004, 2005, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
    Contributed by Mark Mitchell (mark@markmitchell.com).
 
 This file is part of GCC.
index a3d09dd9db8d70f1e4f9468f95243686f315ea7f..85b10c58b60af1fd32394f9dc5e51c289b3aff76 100644 (file)
@@ -1,6 +1,5 @@
 /* A Fibonacci heap datatype.
-   Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
    Contributed by Daniel Berlin (dan@cgsoftware.com).
 
 This file is part of GCC.
index 470c5e091abc10588a4ed5166a19751b54653e5f..1161daaa4f3581c81c4842509aa7c7298d3bbd7b 100644 (file)
@@ -5,7 +5,7 @@
    use forward- and back-slash in path names interchangeably, and
    some of them have case-insensitive file names.
 
-   Copyright 2000, 2001, 2007, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2000-2015 Free Software Foundation, Inc.
 
 This file is part of BFD, the Binary File Descriptor library.
 
index e15e07c2249b9c852f89dedc1bd7bc4d8e142fc3..af4d09cb86a9dd9dc42367ce7002e524c90e2ad9 100644 (file)
@@ -1,6 +1,5 @@
 /* IEEE floating point support declarations, for GDB, the GNU Debugger.
-   Copyright 1991, 1994, 1995, 1997, 2000, 2003, 2005, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1991-2015 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
index 5b9953ca3f52195aa002f25a356d63bd3fc1a4a5..0789fc1469cc25023e7313b5e83d57edefccb608 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 1991, 1992, 1993, 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2015 Free Software Foundation, Inc.
 
 NOTE: The canonical source of this file is maintained with the GNU C Library.
 Bugs can be reported to bug-glibc@prep.ai.mit.edu.
index 19cb8674db9d0f7671de54b788f2d1c38ae759b2..25ace1c8521afb3e129c60775ce09058ea975af2 100644 (file)
@@ -1,6 +1,6 @@
 /* Interface between GCC C FE and GDB  -*- c -*-
 
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 25ef62f6e81f2bdd47490125f066c6429bf80f5e..95d0fc94e55d74901a0532a0e28be5edcb33c3bd 100644 (file)
@@ -1,6 +1,6 @@
 /* Interface between GCC C FE and GDB
 
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 34010f24704e77b559e07a9528906d945478fa1d..df7db6ec1dfb238127f4e130084931dc48c21e0a 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic interface between GCC and GDB
 
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index b43c68f9e3b6bb3467c6462e801a74be51b0713e..4e3d0a754450da19832e35c7742b99577e0021cf 100644 (file)
@@ -1,5 +1,5 @@
 /* Public attributes of the .gdb_index section.
-   Copyright 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 5421cabed82290ec9a17159e79a886108c929c74..6f496b113c990c9df72b66a30a8fca2320ca8a43 100644 (file)
@@ -1,6 +1,5 @@
 /* Declarations for getopt.
-   Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000,
-   2002 Free Software Foundation, Inc.
+   Copyright (C) 1989-2015 Free Software Foundation, Inc.
 
    NOTE: The canonical source of this file is maintained with the GNU C Library.
    Bugs can be reported to bug-glibc@gnu.org.
index 188b8494db2d9d35dc7f7f659376c8466a78042d..b1b5877aae7ca83dd2f04cc050c352b82e4a8d35 100644 (file)
@@ -1,6 +1,5 @@
 /* An expandable hash tables datatype.  
-   Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1999-2015 Free Software Foundation, Inc.
    Contributed by Vladimir Makarov (vmakarov@cygnus.com).
 
 This program is free software; you can redistribute it and/or modify
index f584f72e5a9af9b8a9a2dcb2bd959d894a0f9238..56016b0f77af5912eaaa727f16c834d1b5667c2d 100644 (file)
@@ -1,5 +1,5 @@
 /* Utilities for reading leb128 values.
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2012-2015 Free Software Foundation, Inc.
 
 This file is part of the libiberty library.
 Libiberty is free software; you can redistribute it and/or
index 8cd2c79898c1449c108254442175cac925d1ed7f..a0b2ce1f7f2f214ea0634363bc85e612e339cb11 100644 (file)
@@ -1,5 +1,5 @@
 /* longlong.h -- definitions for mixed size 32/64 bit arithmetic.
-   Copyright (C) 1991-2014 Free Software Foundation, Inc.
+   Copyright (C) 1991-2015 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
index 9312c5d9d33aece6818797bcece4b46c53cffcef..878d0502c95826f20da8a87c4c357c0a28d02228 100644 (file)
@@ -1,5 +1,5 @@
 /* Data types used in the IL symbol table.
-   Copyright (C) 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2015 Free Software Foundation, Inc.
    Contributed by Rafael Espindola <espindola@google.com>
 
 This file is part of GCC.
index 6da2fefe16111371306705a6e71a3abfadafced2..909f7b4df13ce9fa1698b73e81fb9fd068033b52 100644 (file)
@@ -1,6 +1,6 @@
 /* md5.h - Declaration of functions and data types used for MD5 sum
    computing library functions.
-   Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1995-2015 Free Software Foundation, Inc.
    NOTE: The canonical source of this file is maintained with the GNU C
    Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
 
index 52857663ba249df23a0e0d545c6b31a4a671289f..2c0635090898bea6a9d8692204eb3f7bbf143c21 100644 (file)
@@ -1,5 +1,5 @@
 /* objalloc.h -- routines to allocate memory for objects
-   Copyright 1997-2012 Free Software Foundation, Inc.
+   Copyright (C) 1997-2015 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Solutions.
 
 This program is free software; you can redistribute it and/or modify it
index 23487ba4f4ae912f3d94608d852f561e2b183153..9759af48ffea7179a2ae4f3a44e8bcbab7d7cf71 100644 (file)
@@ -1,7 +1,5 @@
 /* obstack.h - object stack macros
-   Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
-   Free Software Foundation, Inc.
+   Copyright (C) 1988-2015 Free Software Foundation, Inc.
 
 
    NOTE: The canonical source of this file is maintained with the GNU C Library.
index 5797d4dce93c1c6c9f83126f62180a9b2cc86ac7..1bf1750134a1fa6f6826bafa88c7d782246dc92d 100644 (file)
@@ -1,6 +1,6 @@
 /* plugin-api.h -- External linker plugin API.  */
 
-/* Copyright 2009, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
    Written by Cary Coutant <ccoutant@google.com>.
 
    This file is part of binutils.
index 0266bf1aa269c38d93f461c6ba3981c11ab0ee77..a6d163e6e2c6c7a92b0674f6de490bae03d367a4 100644 (file)
@@ -1,6 +1,6 @@
 /* <ctype.h> replacement macros.
 
-   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+   Copyright (C) 2000-2015 Free Software Foundation, Inc.
    Contributed by Zack Weinberg <zackw@stanford.edu>.
 
 This file is part of the libiberty library.
index 4da5c37f38674a392dbe84627a6c2908ec851ae6..24f3ab79dc9c33d0e45006f0179fb23974c3ab4d 100644 (file)
@@ -1,7 +1,6 @@
 /* Declarations of functions and data types used for SHA1 sum
    library functions.
-   Copyright (C) 2000, 2001, 2003, 2005, 2006, 2008, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2000-2015 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 c4786757a1e73e86d4808bbe39fb93077c90c5d4..5bd3d06c1e90a8f8daf5d2af324a99363f8c3dbe 100644 (file)
@@ -1,5 +1,5 @@
 /* simple-object.h -- simple routines to read and write object files
-   Copyright 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2015 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Google.
 
 This program is free software; you can redistribute it and/or modify it
index 582af81623b80e3f7f9030681ed7f12ef2d18ede..23025d431bf0bb9d15f85cf074de1cd00b1bf727 100644 (file)
@@ -1,5 +1,5 @@
 /* Sorting algorithms.
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000-2015 Free Software Foundation, Inc.
    Contributed by Mark Mitchell <mark@codesourcery.com>.
 
 This file is part of GCC.
index ec48a1fa5b8f384833ef29c5ee7566839fbe15e2..f71d7d7b6f4e0844bde2fd9fc70bb7030fc8ec19 100644 (file)
@@ -1,6 +1,5 @@
 /* A splay-tree datatype.  
-   Copyright 1998, 1999, 2000, 2002, 2005, 2007, 2009, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 Free Software Foundation, Inc.
    Contributed by Mark Mitchell (mark@markmitchell.com).
 
    This file is part of GCC.
index b46128796be49e095948d8e08f978fbf8b3af620..95fc9b2c550b379e32e967517c630c12d146b572 100644 (file)
@@ -1,6 +1,6 @@
 /* Symbol concatenation utilities.
 
-   Copyright (C) 1998, 2000, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1998-2015 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
index 1caf9b36d15788898454ef82c3aa0cc0c360ce7a..adbe8183fe270c36b46510ac38385e2a0b276a43 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic struct timeval utilities.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
 This file is part of the libiberty library.
 Libiberty is free software; you can redistribute it and/or
index 1adcb9745941dfe3aea0947a9704462f9ea2226c..92e0a2ee8e9a17f6e3abc7717d8fe459b1155b91 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 2013
-   Free Software Foundation
+/* Copyright (C) 2013-2015 Free Software Foundation, Inc.
   
    This file is part of GCC.
   
index d3d0da14a9878b40291ca954b8d524f0e6e8a343..05066d4b2802b1ae892115a8edd4e45d4aa15d03 100644 (file)
@@ -1,8 +1,7 @@
 /* Definitions for data structures and routines for the regular
    expression library, version 0.12.
 
-   Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1997,
-   1998, 2000, 2005 Free Software Foundation, Inc.
+   Copyright (C) 1985-2015 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.  Its master source is NOT part of
    the C library, however.  The master source lives in /gd/gnu/lib.
index 30f4f41a2ac2f7be6c8d8950a82165432f82d806..5ae4c8060b23dc1b6b0d246b7c61a68f4e890fa7 100644 (file)
@@ -1,6 +1,5 @@
 /* Xtensa configuration settings.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
-   Free Software Foundation, Inc.
+   Copyright (C) 2001-2015 Free Software Foundation, Inc.
    Contributed by Bob Wilson (bob.wilson@acm.org) at Tensilica.
 
    This program is free software; you can redistribute it and/or modify