Consistent use of (C) after "Copyright".
authorPedro Alves <palves@redhat.com>
Tue, 12 Feb 2013 19:03:57 +0000 (19:03 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 12 Feb 2013 19:03:57 +0000 (19:03 +0000)
While writing the previous patch, I noticed that we're not consistent
with the (C) in the copyright header.  The maintainers manual prefers
having it, though also says it's optional.  We have over 10x more
files with (C) than without in gdb's code, so I spent a few minutes
grepping and fixing.  Funny enough, the testsuite has it backwards.
I'll leave that for another time.

gdb/
2013-02-12  Pedro Alves  <palves@redhat.com>

* amd64-darwin-tdep.c: Add (C) after Copyright.
* cli/cli-cmds.h: Ditto.
* cli/cli-decode.c: Ditto.
* cli/cli-decode.h: Ditto.
* cli/cli-dump.c: Ditto.
* cli/cli-dump.h: Ditto.
* cli/cli-interp.c: Ditto.
* cli/cli-logging.c: Ditto.
* cli/cli-script.c: Ditto.
* cli/cli-script.h: Ditto.
* cli/cli-setshow.c: Ditto.
* cli/cli-setshow.h: Ditto.
* cli/cli-utils.c: Ditto.
* cli/cli-utils.h: Ditto.
* config/alpha/nm-osf3.h: Ditto.
* config/djgpp/djconfig.sh: Ditto.
* config/i386/nm-fbsd.h: Ditto.
* config/i386/nm-i386gnu.h: Ditto.
* config/nm-linux.h: Ditto.
* config/nm-nto.h: Ditto.
* config/rs6000/nm-rs6000.h: Ditto.
* config/sparc/nm-sol2.h: Ditto.
* darwin-nat-info.c: Ditto.
* dfp.c: Ditto.
* dfp.h: Ditto.
* gdb-demangle.h: Ditto.
* i386-darwin-nat.c: Ditto.
* i386-darwin-tdep.c: Ditto.
* linux-fork.h: Ditto.
* m32c-tdep.c: Ditto.
* microblaze-linux-tdep.c: Ditto.
* microblaze-rom.c: Ditto.
* microblaze-tdep.c: Ditto.
* microblaze-tdep.h: Ditto.
* mips-linux-tdep.h: Ditto.
* ppc-ravenscar-thread.c: Ditto.
* ppc-ravenscar-thread.h: Ditto.
* prologue-value.c: Ditto.
* prologue-value.h: Ditto.
* ravenscar-thread.c: Ditto.
* ravenscar-thread.h: Ditto.
* sparc-ravenscar-thread.c: Ditto.
* sparc-ravenscar-thread.h: Ditto.
* tilegx-linux-tdep.c: Ditto.
* unwind_stop_reasons.def: Ditto.
* windows-nat.h: Ditto.
* xtensa-linux-tdep.c: Ditto.
* xtensa-xtregs.c: Ditto.
* regformats/regdat.sh: Ditto.
* regformats/regdef.h: Ditto.

gdb/gdbserver/
2013-02-12  Pedro Alves  <palves@redhat.com>

* linux-xtensa-low.c: Ditto.
* xtensa-xtregs.c: Ditto.

54 files changed:
gdb/ChangeLog
gdb/amd64-darwin-tdep.c
gdb/cli/cli-cmds.h
gdb/cli/cli-decode.c
gdb/cli/cli-decode.h
gdb/cli/cli-dump.c
gdb/cli/cli-dump.h
gdb/cli/cli-interp.c
gdb/cli/cli-logging.c
gdb/cli/cli-script.c
gdb/cli/cli-script.h
gdb/cli/cli-setshow.c
gdb/cli/cli-setshow.h
gdb/cli/cli-utils.c
gdb/cli/cli-utils.h
gdb/config/alpha/nm-osf3.h
gdb/config/djgpp/djconfig.sh
gdb/config/i386/nm-fbsd.h
gdb/config/i386/nm-i386gnu.h
gdb/config/nm-linux.h
gdb/config/nm-nto.h
gdb/config/rs6000/nm-rs6000.h
gdb/config/sparc/nm-sol2.h
gdb/darwin-nat-info.c
gdb/dfp.c
gdb/dfp.h
gdb/gdb-demangle.h
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-xtensa-low.c
gdb/gdbserver/xtensa-xtregs.c
gdb/i386-darwin-nat.c
gdb/i386-darwin-tdep.c
gdb/linux-fork.h
gdb/m32c-tdep.c
gdb/microblaze-linux-tdep.c
gdb/microblaze-rom.c
gdb/microblaze-tdep.c
gdb/microblaze-tdep.h
gdb/mips-linux-tdep.h
gdb/ppc-ravenscar-thread.c
gdb/ppc-ravenscar-thread.h
gdb/prologue-value.c
gdb/prologue-value.h
gdb/ravenscar-thread.c
gdb/ravenscar-thread.h
gdb/regformats/regdat.sh
gdb/regformats/regdef.h
gdb/sparc-ravenscar-thread.c
gdb/sparc-ravenscar-thread.h
gdb/tilegx-linux-tdep.c
gdb/unwind_stop_reasons.def
gdb/windows-nat.h
gdb/xtensa-linux-tdep.c
gdb/xtensa-xtregs.c

index 8860121f350034992c58606e1791737d9e1fdbe5..721f224ca434868596e61d72c149cb56905020a9 100644 (file)
@@ -1,3 +1,56 @@
+2013-02-12  Pedro Alves  <palves@redhat.com>
+
+       * amd64-darwin-tdep.c: Add (C) after Copyright.
+       * cli/cli-cmds.h: Ditto.
+       * cli/cli-decode.c: Ditto.
+       * cli/cli-decode.h: Ditto.
+       * cli/cli-dump.c: Ditto.
+       * cli/cli-dump.h: Ditto.
+       * cli/cli-interp.c: Ditto.
+       * cli/cli-logging.c: Ditto.
+       * cli/cli-script.c: Ditto.
+       * cli/cli-script.h: Ditto.
+       * cli/cli-setshow.c: Ditto.
+       * cli/cli-setshow.h: Ditto.
+       * cli/cli-utils.c: Ditto.
+       * cli/cli-utils.h: Ditto.
+       * config/alpha/nm-osf3.h: Ditto.
+       * config/djgpp/djconfig.sh: Ditto.
+       * config/i386/nm-fbsd.h: Ditto.
+       * config/i386/nm-i386gnu.h: Ditto.
+       * config/nm-linux.h: Ditto.
+       * config/nm-nto.h: Ditto.
+       * config/rs6000/nm-rs6000.h: Ditto.
+       * config/sparc/nm-sol2.h: Ditto.
+       * darwin-nat-info.c: Ditto.
+       * dfp.c: Ditto.
+       * dfp.h: Ditto.
+       * gdb-demangle.h: Ditto.
+       * i386-darwin-nat.c: Ditto.
+       * i386-darwin-tdep.c: Ditto.
+       * linux-fork.h: Ditto.
+       * m32c-tdep.c: Ditto.
+       * microblaze-linux-tdep.c: Ditto.
+       * microblaze-rom.c: Ditto.
+       * microblaze-tdep.c: Ditto.
+       * microblaze-tdep.h: Ditto.
+       * mips-linux-tdep.h: Ditto.
+       * ppc-ravenscar-thread.c: Ditto.
+       * ppc-ravenscar-thread.h: Ditto.
+       * prologue-value.c: Ditto.
+       * prologue-value.h: Ditto.
+       * ravenscar-thread.c: Ditto.
+       * ravenscar-thread.h: Ditto.
+       * sparc-ravenscar-thread.c: Ditto.
+       * sparc-ravenscar-thread.h: Ditto.
+       * tilegx-linux-tdep.c: Ditto.
+       * unwind_stop_reasons.def: Ditto.
+       * windows-nat.h: Ditto.
+       * xtensa-linux-tdep.c: Ditto.
+       * xtensa-xtregs.c: Ditto.
+       * regformats/regdat.sh: Ditto.
+       * regformats/regdef.h: Ditto.
+
 2013-02-12  Pedro Alves  <palves@redhat.com>
 
        * break-catch-sig.c: Update copyright years.
index 97c50392fc175fb2ca84d4a16376b9114773601f..acf781516a04813539f4f383191e94423f40207b 100644 (file)
@@ -1,5 +1,5 @@
 /* Darwin support for GDB, the GNU debugger.
-   Copyright 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
index f5af5bb5c8719f268a4923d4c2231e3b32504e52..9f6977c0c6641f563955cd7faef3b1f36a1d39c3 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for GDB CLI command implementation library.
-   Copyright (c) 2000-2013 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
index 27d94bbfc3c512490bbb5330b9d868471239ed83..08558bb00435449eb347612bf9409eada72f1ef6 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle lists of commands, their decoding and documentation, for GDB.
 
-   Copyright (c) 1986-2013 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
index 55720569278da448692139e3ce2b4444bb06d935..47e3a3b0b28e6281883f900b95adc4db6a5fa42b 100644 (file)
@@ -1,6 +1,6 @@
 /* Header file for GDB command decoding library.
 
-   Copyright (c) 2000-2013 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
index 1e594642eacf5ac24be7dab585666fb172fcf412..476cd5691d540e1cbfc38c71ddd4eca6ef66b8df 100644 (file)
@@ -1,6 +1,6 @@
 /* Dump-to-file commands, for GDB, the GNU debugger.
 
-   Copyright (c) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
    Contributed by Red Hat.
 
index f833963cf890f10014fdb5f9fd0f733131b8bcf1..585d4d77b01779444069812653bf6b7bca66d1c4 100644 (file)
@@ -1,6 +1,6 @@
 /* Dump-to-file commands, for GDB, the GNU debugger.
 
-   Copyright (c) 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 43c32fe433dd5fdfa74889cbdd775eaca75ce45c..1003cc73bb1d146f6d11569c695c5a3f29e4886d 100644 (file)
@@ -1,6 +1,6 @@
 /* CLI Definitions for GDB, the GNU debugger.
 
-   Copyright (c) 2002-2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 354d12e670e11a0d1993565dd5ee11d642b47fee..9f1477dc98274e5eee12de145692cbd3f62df319 100644 (file)
@@ -1,6 +1,6 @@
 /* Command-line output logging for GDB, the GNU debugger.
 
-   Copyright (c) 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index fbba28a954ed2852f1d26fbc10d2f0684c3cacba..a96886685b1bd78daefb44f5908724796824c496 100644 (file)
@@ -1,6 +1,6 @@
 /* GDB CLI command scripting.
 
-   Copyright (c) 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index d1eb7e0a0d0e96acafd7592cfaa34a8c8501ffec..d02cb3644602ced00c408c649a3ffeb0dba364ff 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for GDB CLI command implementation library.
-   Copyright (c) 2000-2013 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
index 19743266873b8e5c19cae9c12a21c65fd46ebf37..0a859c2721bf3997e3fefe4235487e882e150d1f 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle set and show GDB commands.
 
-   Copyright (c) 2000-2013 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
index 1771c86e8856c7adea70c7ea43dd63fb4cacff41..079b9dae7ed8b87457e3f16230dd7d9be645a1e3 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for GDB CLI set and show commands implementation.
-   Copyright (c) 2000-2013 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
index 9c429da2fb941915e329e9b9efbe7e870336b6bf..933fb89b2abde6e9b6b96a0bcdde0ea70a25c82d 100644 (file)
@@ -1,6 +1,6 @@
 /* CLI utilities.
 
-   Copyright (c) 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index a31458ce7c0a95b12381fc23af218f1672ed2cc4..6f28e1343663ec64b48155c3bb42db1c94b513e2 100644 (file)
@@ -1,6 +1,6 @@
 /* CLI utilities.
 
-   Copyright (c) 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 14221c95d7335fb43f828d046bbe74e6cf18be4c..b3a082d02d214e3d648d017a0070e64b36f84f49 100644 (file)
@@ -1,5 +1,5 @@
 /* Native definitions for alpha running OSF/1-3.x and higher, using procfs.
-   Copyright 1995-2013 Free Software Foundation, Inc.
+   Copyright (C) 1995-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index da9a0201d3b8df0526085791b51987151e90e330..42e5a0bfc18ff7351c7930ab5bc5ade231bd4104 100644 (file)
@@ -5,7 +5,7 @@
 # configuring other GNU programs for DJGPP.
 #
 #=====================================================================
-# Copyright 1997-2013 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 #
 # Originally written by Robert Hoehne, revised by Eli Zaretskii.
 # This file is part of GDB.
index 02a001c3d212021289937155080cc2aba17138ba..8da0bacf757d218c4bbae103bbfb78aed71e965c 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent definitions for FreeBSD/i386.
 
-   Copyright 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 7ce2952291c257ae00bbb6e0ece65d472bdc2b48..43aac5faa701af849e505e893248e665a412aac0 100644 (file)
@@ -1,5 +1,5 @@
 /* Native-dependent definitions for Intel 386 running the GNU Hurd
-   Copyright 1994-2013 Free Software Foundation, Inc.
+   Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 5a5f73b4207b99e4a98f1b82137fbfe3798271f4..e2e6e2dd7e7dd94413c0fd8d7764c580c655a6f6 100644 (file)
@@ -1,6 +1,6 @@
 /* Native support for GNU/Linux.
 
-   Copyright 1999-2013 Free Software Foundation, Inc.
+   Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 2220a08a65c188727065d00d0cbba4bf33aa2768..860dd435969e9c77bf873a5438a91db2650ce64d 100644 (file)
@@ -1,6 +1,6 @@
 /* Native support for QNX Neutrino version 6.
 
-   Copyright 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This code was donated by QNX Software Systems Ltd.
 
index 525cf9e40cfcc3b0d7fcbe2520b718ef49b671e8..e63152129cbed0468d9878b6378617d9d2598371 100644 (file)
@@ -1,5 +1,5 @@
 /* IBM RS/6000 native-dependent macros for GDB, the GNU debugger.
-   Copyright 1986-2013 Free Software Foundation, Inc.
+   Copyright (C) 1986-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 6c195b2da238ef812fb38372f0108bb95f95f459..6b40b81f18a5d412f59a4b3af77a051cb60b7074 100644 (file)
@@ -1,6 +1,6 @@
 /* Native-dependent definitions for Solaris SPARC.
 
-   Copyright 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 0e62f5ca4ef63cbb7b66b0baeb56cfbb0f31d9e4..e480cd79d5477d7429d230bbf028f18bda1acbe7 100644 (file)
@@ -1,5 +1,5 @@
 /* Darwin support for GDB, the GNU debugger.
-   Copyright 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
index 4c2291624fc84f878da5249de4408a2b15f6daa2..42cba14c79e6a3efe4d930497ba35aafafd4971b 100644 (file)
--- a/gdb/dfp.c
+++ b/gdb/dfp.c
@@ -1,6 +1,6 @@
 /* Decimal floating point support for GDB.
 
-   Copyright 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 367610b32cf547b91366d7199a4f68d110bc6c98..6c3135197198db7edd4f72a7a4985a35e008204e 100644 (file)
--- a/gdb/dfp.h
+++ b/gdb/dfp.h
@@ -1,6 +1,6 @@
 /* Decimal floating point support for GDB.
 
-   Copyright 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 2d62956d686b4159a82c83565d7f44e67e926fcc..1e91414835dbe1c5552dc8aa0550b26b30698748 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic C++ demangling support for GDB.
-   Copyright (c) 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 260c85eb5241cdde366286997262de6b9eb19527..1a3ebfafcadb232867ba4364fe69afc41fcf8a98 100644 (file)
@@ -1,3 +1,8 @@
+2013-02-12  Pedro Alves  <palves@redhat.com>
+
+       * linux-xtensa-low.c: Ditto.
+       * xtensa-xtregs.c: Ditto.
+
 2013-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
 
        * thread-db.c (thread_db_get_tls_address): NULL pointer check
index 2c11418e5844245dc8f81acd01448636eaabec5f..d988a465bb168d4cac7212c850c2028b387386e8 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU/Linux/Xtensa specific low level interface, for the remote server for GDB.
-   Copyright 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index b29367e3c3ee647a273fcf91b1c04ac03364dd40..048da7dbd945b72ce17fb04ea9a925f6b29029b4 100644 (file)
@@ -1,5 +1,5 @@
 /* Table mapping between kernel xtregset and GDB register cache.
-   Copyright 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 4ff5a5117cccd90fef9af29934d3ad68fd658af9..d7bd345757111dd5a7f096b7173b98bf96c44832 100644 (file)
@@ -1,5 +1,5 @@
 /* Darwin support for GDB, the GNU debugger.
-   Copyright 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
index 22750f17f5dab74eecd0ade5b877323747846eef..f458aec367a7d8576f564459a87a242f55bde419 100644 (file)
@@ -1,5 +1,5 @@
 /* Darwin support for GDB, the GNU debugger.
-   Copyright 1997-2013 Free Software Foundation, Inc.
+   Copyright (C) 1997-2013 Free Software Foundation, Inc.
 
    Contributed by Apple Computer, Inc.
 
index 3b5e3534228ee2ec76384c031ac4627c71c1989f..6942da3ffb552579b577c895f55416c55b43985c 100644 (file)
@@ -1,6 +1,6 @@
 /* GNU/Linux native-dependent code for debugging multiple forks.
 
-   Copyright 2005-2013 Free Software Foundation, Inc.
+   Copyright (C) 2005-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 4ecdb902695c824265939236047af0c339c2e7bd..1d773773a740cb56333b49be6942984deaddc429 100644 (file)
@@ -1,6 +1,6 @@
 /* Renesas M32C target-dependent code for GDB, the GNU debugger.
 
-   Copyright 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 33be62d282e4b1193df0e0dcc79c1e99549f623e..99fc4976832a63031013b705d2dc4ea3d43c5286 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 19c4b052eab9e04539aaa6ceace38270daead2ae..2ff434342cb983d4247947921e66dc80dcc8c2cb 100644 (file)
@@ -1,6 +1,6 @@
 /* Remote debugging interface to Xilinx MicroBlaze.
 
-   Copyright 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index bf2737b51be6061157f4c6d8b5e5fbdcf0e90aa6..dcf556fb63c3ad424e11a33f792be5d5b730af95 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 37ab7efa67014223b4b35f577d98066c52cfb114..ff4515efe1efcd8f9004c625af73fa5787789b4d 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index d1ce0f662669f8cc8c2be6e375da35c4027d7de3..09cbc131146893af867f631e2fac0ac3cdda4317 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux on MIPS processors.
 
-   Copyright 2006-2013 Free Software Foundation, Inc.
+   Copyright (C) 2006-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 91b6f7ab9e14a678da882244bba2c68f2965f720..1993fceda7bf2ac218728b967d1a18e2dd1fbebd 100644 (file)
@@ -1,6 +1,6 @@
 /* Ravenscar PowerPC target support.
 
-   Copyright 2011-2013 Free Software Foundation, Inc.
+   Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index ab33708bd753e9532108799c2150393c7736563d..4acc937ca39381b974497f3315abde717b55e292 100644 (file)
@@ -1,6 +1,6 @@
 /* Ravenscar PowerPC target support.
 
-   Copyright 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 204ce0723bf882530407b4055a856108654ec657..6c686181f006f6a6dce36a561101a1b16ea5571f 100644 (file)
@@ -1,5 +1,5 @@
 /* Prologue value handling for GDB.
-   Copyright 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index a7884cba53f09c03a5a73f8a4a0cc5eded258451..b8ed813140f8dd0d4f300dd8093fc7138180f67a 100644 (file)
@@ -1,5 +1,5 @@
 /* Interface to prologue value handling for GDB.
-   Copyright 2003-2013 Free Software Foundation, Inc.
+   Copyright (C) 2003-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 70d7a8ba72661fc8a9d0b7bd31af01e4837a97ef..ae01760b93ecc2ef645f3371beb4e335da391d9b 100644 (file)
@@ -1,6 +1,6 @@
 /* Ada Ravenscar thread support.
 
-   Copyright 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 6aa88fbc4e42a5cf374a5226f8d5542864a7feb8..3500caf80b44e50e0c3fa87340d53f1a715d0967 100644 (file)
@@ -1,6 +1,6 @@
 /* Ada Ravenscar thread support.
 
-   Copyright 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 8c46c58b2a27466ce6190b01f1b4ba8f896e5587..be4e01e39b21d4de6115ec7dc8f1f341aad25998 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh -u
 
 # Register protocol definitions for GDB, the GNU debugger.
-# Copyright 2001-2013 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -94,7 +94,7 @@ cat <<EOF
 /* *INDENT-OFF* */ /* THIS FILE IS GENERATED */
 
 /* A register protocol for GDB, the GNU debugger.
-   Copyright 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 6cf8b26a2e62e39f70cc4ba9922e8a91c9541b0a..1d8a503b5031629864b9d3e84171cbfa8acd87ce 100644 (file)
@@ -1,5 +1,5 @@
 /* Register protocol definition structures for the GNU Debugger
-   Copyright 2001-2013 Free Software Foundation, Inc.
+   Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index b222e77c7876d8d7aef84ee4596a0488fa617663..43a20690daef65a958e0cd5a24c78cf778c298eb 100644 (file)
@@ -1,6 +1,6 @@
 /* Ravenscar SPARC target support.
 
-   Copyright 2004-2013 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index cc0e36e01a41c1510d58bc8ecda6d1582de26574..bac41523a316084f8a45bbec82e0aac30c5c630b 100644 (file)
@@ -1,6 +1,6 @@
 /* Ravenscar SPARC target support.
 
-   Copyright 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 64ddf0076c6d71e93b82e268175a510d79381a2f..1067d3728be7949d2274ee289df006dcc7e3902e 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux on Tilera TILE-Gx processors.
 
-   Copyright 2012-2013 Free Software Foundation, Inc.
+   Copyright (C) 2012-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 62510a79b5c5eee0526fd173c5c8d55175a2823e..ca5a74a9f02830b98e5eacc4ec304b1be18d67fa 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index d266e4e3afea7ce9c18e378217dbe8c68f84d404..55624eed081e34f2a30e0ce5eb84b8d6fb8e4e15 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2008-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index 7fd2c90f9f44072dc01bcaf11980b1ad45f7c4c3..b7f11b977412a04e8b2d9d8253213afab353caf3 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for GNU/Linux on Xtensa processors.
 
-   Copyright 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
index f71c6f379e70fb36d69ebbaf780152affa708d12..6f490a27df28c6297b9b151c5a59e2664ba2a678 100644 (file)
@@ -1,5 +1,5 @@
 /* Table mapping between kernel xtregset and GDB register cache.
-   Copyright 2007-2013 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.