From: Joel Brobecker Date: Fri, 1 Jan 2016 04:33:14 +0000 (+0400) Subject: GDB copyright headers update after running GDB's copyright.py script. X-Git-Url: https://repo.jachan.dev/binutils.git/commitdiff_plain/618f726fcb851883a0094aa7fa17003889b7189f GDB copyright headers update after running GDB's copyright.py script. gdb/ChangeLog: Update year range in copyright notice of all files. --- diff --git a/gdb/.dir-locals.el b/gdb/.dir-locals.el index e908a1f6db..fbd9309aef 100644 --- a/gdb/.dir-locals.el +++ b/gdb/.dir-locals.el @@ -1,5 +1,5 @@ ;; Emacs settings. -;; Copyright (C) 2012-2015 Free Software Foundation, Inc. +;; Copyright (C) 2012-2016 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/ChangeLog b/gdb/ChangeLog index 25e6ad9ac8..7aae8a89b4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2016-01-01 Joel Brobecker + + Update year range in copyright notice of all files. + 2016-01-01 Joel Brobecker * top.c (print_gdb_version): Change copyright year in version diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c07baadd00..d1e0b00367 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1989-2015 Free Software Foundation, Inc. +# Copyright (C) 1989-2016 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/aarch32-linux-nat.c b/gdb/aarch32-linux-nat.c index 3147399c28..5d9babfc2f 100644 --- a/gdb/aarch32-linux-nat.c +++ b/gdb/aarch32-linux-nat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2015 Free Software Foundation, Inc. +/* Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/aarch32-linux-nat.h b/gdb/aarch32-linux-nat.h index d7b5e166c9..c80942b480 100644 --- a/gdb/aarch32-linux-nat.h +++ b/gdb/aarch32-linux-nat.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1999-2015 Free Software Foundation, Inc. +/* Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/aarch64-linux-nat.c b/gdb/aarch64-linux-nat.c index 4d3d55aab9..fe1631dbbb 100644 --- a/gdb/aarch64-linux-nat.c +++ b/gdb/aarch64-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux AArch64. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/aarch64-linux-tdep.c b/gdb/aarch64-linux-tdep.c index aa3519685e..9d082e883f 100644 --- a/gdb/aarch64-linux-tdep.c +++ b/gdb/aarch64-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux AArch64. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/aarch64-linux-tdep.h b/gdb/aarch64-linux-tdep.h index 9d09ae6f12..e6f9af8365 100644 --- a/gdb/aarch64-linux-tdep.h +++ b/gdb/aarch64-linux-tdep.h @@ -1,6 +1,6 @@ /* GNU/Linux on AArch64 target support, prototypes. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/aarch64-newlib-tdep.c b/gdb/aarch64-newlib-tdep.c index 0194803a16..099ab8835d 100644 --- a/gdb/aarch64-newlib-tdep.c +++ b/gdb/aarch64-newlib-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Newlib AArch64. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/aarch64-tdep.c b/gdb/aarch64-tdep.c index f4763bb4f9..c7da618e0c 100644 --- a/gdb/aarch64-tdep.c +++ b/gdb/aarch64-tdep.c @@ -1,6 +1,6 @@ /* Common target dependent code for GDB on AArch64 systems. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/aarch64-tdep.h b/gdb/aarch64-tdep.h index 6297170d42..a95b61337a 100644 --- a/gdb/aarch64-tdep.h +++ b/gdb/aarch64-tdep.h @@ -1,6 +1,6 @@ /* Common target dependent code for GDB on AArch64 systems. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index ad940f713a..8b65f3b4fd 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -73,7 +73,7 @@ m4_include(ptrace.m4) ## From Franc,ois Pinard ## ## ----------------------------------------- ## -# Copyright (C) 1996-2015 Free Software Foundation, Inc. +# Copyright (C) 1996-2016 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/acx_configure_dir.m4 b/gdb/acx_configure_dir.m4 index 3bfe82630b..875a7e7c0d 100644 --- a/gdb/acx_configure_dir.m4 +++ b/gdb/acx_configure_dir.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 1992-2015 Free Software Foundation, Inc. +# Copyright (C) 1992-2016 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 diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y index e64463eacb..0feb900c15 100644 --- a/gdb/ada-exp.y +++ b/gdb/ada-exp.y @@ -1,5 +1,5 @@ /* YACC parser for Ada expressions, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 3fe7f9a77a..242e63271a 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -1,6 +1,6 @@ /* Ada language support routines for GDB, the GNU debugger. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index 7c527ccae3..1480977f3b 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -1,6 +1,6 @@ /* Ada language support definitions for GDB, the GNU debugger. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-lex.l b/gdb/ada-lex.l index 97f9b2dfa8..03204ff832 100644 --- a/gdb/ada-lex.l +++ b/gdb/ada-lex.l @@ -1,5 +1,5 @@ /* FLEX lexer for Ada expressions, for GDB. - Copyright (C) 1994-2015 Free Software Foundation, Inc. + Copyright (C) 1994-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-operator.def b/gdb/ada-operator.def index 261f547ecc..1a605ae8f2 100644 --- a/gdb/ada-operator.def +++ b/gdb/ada-operator.def @@ -1,6 +1,6 @@ /* Ada language operator definitions for GDB, the GNU debugger. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c index e2194ddba2..062c3722ad 100644 --- a/gdb/ada-tasks.c +++ b/gdb/ada-tasks.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2015 Free Software Foundation, Inc. +/* Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-typeprint.c b/gdb/ada-typeprint.c index 4164bb2c84..065fbd357c 100644 --- a/gdb/ada-typeprint.c +++ b/gdb/ada-typeprint.c @@ -1,5 +1,5 @@ /* Support for printing Ada types for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-valprint.c b/gdb/ada-valprint.c index ba12a7842e..6b4b6d47e6 100644 --- a/gdb/ada-valprint.c +++ b/gdb/ada-valprint.c @@ -1,6 +1,6 @@ /* Support for printing Ada values for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ada-varobj.c b/gdb/ada-varobj.c index 83d07073a2..19028907f1 100644 --- a/gdb/ada-varobj.c +++ b/gdb/ada-varobj.c @@ -1,6 +1,6 @@ /* varobj support for Ada. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/addrmap.c b/gdb/addrmap.c index 0324edc979..6cdad38674 100644 --- a/gdb/addrmap.c +++ b/gdb/addrmap.c @@ -1,6 +1,6 @@ /* addrmap.c --- implementation of address map data structure. - Copyright (C) 2007-2015 Free Software Foundation, Inc. + Copyright (C) 2007-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/addrmap.h b/gdb/addrmap.h index 50bd826634..5df3aa3be9 100644 --- a/gdb/addrmap.h +++ b/gdb/addrmap.h @@ -1,6 +1,6 @@ /* addrmap.h --- interface to address map data structure. - Copyright (C) 2007-2015 Free Software Foundation, Inc. + Copyright (C) 2007-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/agent.c b/gdb/agent.c index a5f6cdcfd8..8899b77154 100644 --- a/gdb/agent.c +++ b/gdb/agent.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2015 Free Software Foundation, Inc. +/* Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c index 8491dee091..11140466cc 100644 --- a/gdb/aix-thread.c +++ b/gdb/aix-thread.c @@ -1,6 +1,6 @@ /* Low level interface for debugging AIX 4.3+ pthreads. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. Written by Nick Duffek . This file is part of GDB. diff --git a/gdb/alpha-linux-nat.c b/gdb/alpha-linux-nat.c index f735ffcf1c..66e2a96aed 100644 --- a/gdb/alpha-linux-nat.c +++ b/gdb/alpha-linux-nat.c @@ -1,5 +1,5 @@ /* Low level Alpha GNU/Linux interface, for GDB when running native. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-linux-tdep.c b/gdb/alpha-linux-tdep.c index 3263049392..39d48075ba 100644 --- a/gdb/alpha-linux-tdep.c +++ b/gdb/alpha-linux-tdep.c @@ -1,5 +1,5 @@ /* Target-dependent code for GNU/Linux on Alpha. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-mdebug-tdep.c b/gdb/alpha-mdebug-tdep.c index a32088bcf0..e850aa7462 100644 --- a/gdb/alpha-mdebug-tdep.c +++ b/gdb/alpha-mdebug-tdep.c @@ -1,5 +1,5 @@ /* Target-dependent mdebug code for the ALPHA architecture. - Copyright (C) 1993-2015 Free Software Foundation, Inc. + Copyright (C) 1993-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index ca0e10990b..02062140ec 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for the ALPHA architecture, for GDB, the GNU Debugger. - Copyright (C) 1993-2015 Free Software Foundation, Inc. + Copyright (C) 1993-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alpha-tdep.h b/gdb/alpha-tdep.h index 2cbcdd5160..abeb3268a6 100644 --- a/gdb/alpha-tdep.h +++ b/gdb/alpha-tdep.h @@ -1,5 +1,5 @@ /* Common target dependent code for GDB on Alpha systems. - Copyright (C) 1993-2015 Free Software Foundation, Inc. + Copyright (C) 1993-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-nat.c b/gdb/alphabsd-nat.c index 37a5c8d085..a7113df746 100644 --- a/gdb/alphabsd-nat.c +++ b/gdb/alphabsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for Alpha BSD's. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-tdep.c b/gdb/alphabsd-tdep.c index 8e2e2ce5ba..5f531d9639 100644 --- a/gdb/alphabsd-tdep.c +++ b/gdb/alphabsd-tdep.c @@ -1,6 +1,6 @@ /* Common target dependent code Alpha BSD's. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index 959ba1f45c..19257350d9 100644 --- a/gdb/alphabsd-tdep.h +++ b/gdb/alphabsd-tdep.h @@ -1,6 +1,6 @@ /* Common target dependent code for Alpha BSD's. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphafbsd-tdep.c b/gdb/alphafbsd-tdep.c index d2cdd33c4d..84fedc27f1 100644 --- a/gdb/alphafbsd-tdep.c +++ b/gdb/alphafbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for FreeBSD/alpha. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/alphanbsd-tdep.c b/gdb/alphanbsd-tdep.c index 8e07c55918..abe3926e45 100644 --- a/gdb/alphanbsd-tdep.c +++ b/gdb/alphanbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/alpha. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. Contributed by Wasabi Systems, Inc. diff --git a/gdb/alphaobsd-tdep.c b/gdb/alphaobsd-tdep.c index 2a5f21f49c..9c04da0974 100644 --- a/gdb/alphaobsd-tdep.c +++ b/gdb/alphaobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/alpha. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-darwin-tdep.c b/gdb/amd64-darwin-tdep.c index 12cb15696b..d6ed84f091 100644 --- a/gdb/amd64-darwin-tdep.c +++ b/gdb/amd64-darwin-tdep.c @@ -1,5 +1,5 @@ /* Darwin support for GDB, the GNU debugger. - Copyright (C) 1997-2015 Free Software Foundation, Inc. + Copyright (C) 1997-2016 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. diff --git a/gdb/amd64-darwin-tdep.h b/gdb/amd64-darwin-tdep.h index 50764a1f0a..47fc5a62fc 100644 --- a/gdb/amd64-darwin-tdep.h +++ b/gdb/amd64-darwin-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Darwin x86-64. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-dicos-tdep.c b/gdb/amd64-dicos-tdep.c index f0ec543100..77cfb1e479 100644 --- a/gdb/amd64-dicos-tdep.c +++ b/gdb/amd64-dicos-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for DICOS running on x86-64's, for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-linux-nat.c b/gdb/amd64-linux-nat.c index 397f6643c4..32cbd468dd 100644 --- a/gdb/amd64-linux-nat.c +++ b/gdb/amd64-linux-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for GNU/Linux x86-64. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. diff --git a/gdb/amd64-linux-tdep.c b/gdb/amd64-linux-tdep.c index ee21635bbe..b948ea77fa 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux x86-64. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. diff --git a/gdb/amd64-linux-tdep.h b/gdb/amd64-linux-tdep.h index a850fe1464..86734421f3 100644 --- a/gdb/amd64-linux-tdep.h +++ b/gdb/amd64-linux-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux AMD64. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-nat.c b/gdb/amd64-nat.c index 884f04d986..ad5df57a31 100644 --- a/gdb/amd64-nat.c +++ b/gdb/amd64-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-nat.h b/gdb/amd64-nat.h index 78da210b19..b3e3ede01f 100644 --- a/gdb/amd64-nat.h +++ b/gdb/amd64-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-sol2-tdep.c b/gdb/amd64-sol2-tdep.c index acc3c5d0a9..42a9d15e40 100644 --- a/gdb/amd64-sol2-tdep.c +++ b/gdb/amd64-sol2-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for AMD64 Solaris. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Joseph Myers, CodeSourcery, LLC. diff --git a/gdb/amd64-tdep.c b/gdb/amd64-tdep.c index 6096ce9fa9..fae92b267a 100644 --- a/gdb/amd64-tdep.c +++ b/gdb/amd64-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for AMD64. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. diff --git a/gdb/amd64-tdep.h b/gdb/amd64-tdep.h index 704225e6f3..2691e99e87 100644 --- a/gdb/amd64-tdep.h +++ b/gdb/amd64-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent definitions for AMD64. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Jiri Smid, SuSE Labs. This file is part of GDB. diff --git a/gdb/amd64-windows-nat.c b/gdb/amd64-windows-nat.c index 85bdda5002..fc17b744f4 100644 --- a/gdb/amd64-windows-nat.c +++ b/gdb/amd64-windows-nat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2015 Free Software Foundation, Inc. +/* Copyright (C) 2008-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64-windows-tdep.c b/gdb/amd64-windows-tdep.c index c04b730f2f..e05502ed90 100644 --- a/gdb/amd64-windows-tdep.c +++ b/gdb/amd64-windows-tdep.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2015 Free Software Foundation, Inc. +/* Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64bsd-nat.c b/gdb/amd64bsd-nat.c index 66d42894bd..aa79c130d4 100644 --- a/gdb/amd64bsd-nat.c +++ b/gdb/amd64bsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64 BSD's. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64bsd-nat.h b/gdb/amd64bsd-nat.h index 09776ee305..f6a40220ca 100644 --- a/gdb/amd64bsd-nat.h +++ b/gdb/amd64bsd-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for AMD64 BSD's. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64fbsd-nat.c b/gdb/amd64fbsd-nat.c index 4745b4426e..63a7197459 100644 --- a/gdb/amd64fbsd-nat.c +++ b/gdb/amd64fbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for FreeBSD/amd64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64fbsd-tdep.c b/gdb/amd64fbsd-tdep.c index 52705d9e30..dd71066c66 100644 --- a/gdb/amd64fbsd-tdep.c +++ b/gdb/amd64fbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for FreeBSD/amd64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64nbsd-nat.c b/gdb/amd64nbsd-nat.c index aa1d173912..97910174dd 100644 --- a/gdb/amd64nbsd-nat.c +++ b/gdb/amd64nbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD/amd64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64nbsd-tdep.c b/gdb/amd64nbsd-tdep.c index 94be4d9460..9e3cb11e70 100644 --- a/gdb/amd64nbsd-tdep.c +++ b/gdb/amd64nbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/amd64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64obsd-nat.c b/gdb/amd64obsd-nat.c index 4184ea9a4d..7256dec89e 100644 --- a/gdb/amd64obsd-nat.c +++ b/gdb/amd64obsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for OpenBSD/amd64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/amd64obsd-tdep.c b/gdb/amd64obsd-tdep.c index 4effa0855f..7c79e44bde 100644 --- a/gdb/amd64obsd-tdep.c +++ b/gdb/amd64obsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/amd64. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/annotate.c b/gdb/annotate.c index 3e257c44fe..117f12203b 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -1,5 +1,5 @@ /* Annotation routines for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/annotate.h b/gdb/annotate.h index 66aface020..a78ad60ca0 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -1,5 +1,5 @@ /* Annotation routines for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index bb93fbe76f..fe64627825 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -1,6 +1,6 @@ /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index 18e22907c3..3fad2c3634 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -1,6 +1,6 @@ /* Dynamic architecture support for GDB, the GNU debugger. - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch/aarch64-insn.c b/gdb/arch/aarch64-insn.c index 0ec7269819..772512b638 100644 --- a/gdb/arch/aarch64-insn.c +++ b/gdb/arch/aarch64-insn.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2015 Free Software Foundation, Inc. +/* Copyright (C) 2009-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/arch/aarch64-insn.h b/gdb/arch/aarch64-insn.h index cc7ec48595..a799515837 100644 --- a/gdb/arch/aarch64-insn.h +++ b/gdb/arch/aarch64-insn.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2015 Free Software Foundation, Inc. +/* Copyright (C) 2009-2016 Free Software Foundation, Inc. Contributed by ARM Ltd. This file is part of GDB. diff --git a/gdb/arch/arm-get-next-pcs.c b/gdb/arch/arm-get-next-pcs.c index de578b52dd..4db74e750f 100644 --- a/gdb/arch/arm-get-next-pcs.c +++ b/gdb/arch/arm-get-next-pcs.c @@ -1,6 +1,6 @@ /* Common code for ARM software single stepping support. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch/arm-get-next-pcs.h b/gdb/arch/arm-get-next-pcs.h index fe484285ab..fdbc9bcf10 100644 --- a/gdb/arch/arm-get-next-pcs.h +++ b/gdb/arch/arm-get-next-pcs.h @@ -1,6 +1,6 @@ /* Common code for ARM software single stepping support. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch/arm-linux.c b/gdb/arch/arm-linux.c index 5d871e2a9d..b43e4845d5 100644 --- a/gdb/arch/arm-linux.c +++ b/gdb/arch/arm-linux.c @@ -1,6 +1,6 @@ /* Common target dependent code for GNU/Linux on ARM systems. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch/arm-linux.h b/gdb/arch/arm-linux.h index 2503c9338b..31cb35150e 100644 --- a/gdb/arch/arm-linux.h +++ b/gdb/arch/arm-linux.h @@ -1,6 +1,6 @@ /* Common target dependent code for GNU/Linux on ARM systems. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch/arm.c b/gdb/arch/arm.c index 235c8c9748..b6770fe430 100644 --- a/gdb/arch/arm.c +++ b/gdb/arch/arm.c @@ -1,6 +1,6 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch/arm.h b/gdb/arch/arm.h index 65a5531136..fcde3d0e41 100644 --- a/gdb/arch/arm.h +++ b/gdb/arch/arm.h @@ -1,5 +1,5 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arch/xtensa.h b/gdb/arch/xtensa.h index 6a78c961bf..d523200bc7 100644 --- a/gdb/arch/xtensa.h +++ b/gdb/arch/xtensa.h @@ -1,6 +1,6 @@ /* Common Target-dependent code for the Xtensa port of GDB, the GNU debugger. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 63fdae13ca..ed72bb3c42 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -1,5 +1,5 @@ /* GNU/Linux on ARM native support. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-linux-tdep.c b/gdb/arm-linux-tdep.c index 4771daee94..2870bd15b3 100644 --- a/gdb/arm-linux-tdep.c +++ b/gdb/arm-linux-tdep.c @@ -1,6 +1,6 @@ /* GNU/Linux on ARM target support. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-linux-tdep.h b/gdb/arm-linux-tdep.h index dc05edfc38..99f1777028 100644 --- a/gdb/arm-linux-tdep.h +++ b/gdb/arm-linux-tdep.h @@ -1,6 +1,6 @@ /* GNU/Linux on ARM target support, prototypes. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-symbian-tdep.c b/gdb/arm-symbian-tdep.c index 5a94293fe7..18a213c193 100644 --- a/gdb/arm-symbian-tdep.c +++ b/gdb/arm-symbian-tdep.c @@ -1,6 +1,6 @@ /* ARM Symbian OS target support. - Copyright (C) 2008-2015 Free Software Foundation, Inc. + Copyright (C) 2008-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 0e10dfda6e..05d60bb447 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -1,6 +1,6 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 6bee06c902..faa543e1c4 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -1,5 +1,5 @@ /* Common target dependent code for GDB on ARM systems. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/arm-wince-tdep.c b/gdb/arm-wince-tdep.c index 3abd89d541..6540f2ff47 100644 --- a/gdb/arm-wince-tdep.c +++ b/gdb/arm-wince-tdep.c @@ -1,7 +1,7 @@ /* Target-dependent code for Windows CE running on ARM processors, for GDB. - Copyright (C) 2007-2015 Free Software Foundation, Inc. + Copyright (C) 2007-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armbsd-tdep.c b/gdb/armbsd-tdep.c index 1b9bad7896..be0c0bbc26 100644 --- a/gdb/armbsd-tdep.c +++ b/gdb/armbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for ARM BSD's. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armnbsd-nat.c b/gdb/armnbsd-nat.c index 73bb1bbdd2..c8b549e47f 100644 --- a/gdb/armnbsd-nat.c +++ b/gdb/armnbsd-nat.c @@ -1,6 +1,6 @@ /* Native-dependent code for BSD Unix running on ARM's, for GDB. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armnbsd-tdep.c b/gdb/armnbsd-tdep.c index 14eceaa6cd..259853c646 100644 --- a/gdb/armnbsd-tdep.c +++ b/gdb/armnbsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for NetBSD/arm. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/armobsd-tdep.c b/gdb/armobsd-tdep.c index 58bcc5df0c..5ccf1d146d 100644 --- a/gdb/armobsd-tdep.c +++ b/gdb/armobsd-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for OpenBSD/arm. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auto-load.c b/gdb/auto-load.c index 49a8b61205..fbc39cee2d 100644 --- a/gdb/auto-load.c +++ b/gdb/auto-load.c @@ -1,6 +1,6 @@ /* GDB routines for supporting auto-loaded scripts. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auto-load.h b/gdb/auto-load.h index d241946cce..f6afb436cc 100644 --- a/gdb/auto-load.h +++ b/gdb/auto-load.h @@ -1,6 +1,6 @@ /* GDB routines for supporting auto-loaded scripts. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auxv.c b/gdb/auxv.c index 1f22d8a0ee..396862e250 100644 --- a/gdb/auxv.c +++ b/gdb/auxv.c @@ -1,6 +1,6 @@ /* Auxiliary vector support for GDB, the GNU debugger. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/auxv.h b/gdb/auxv.h index d73368a4ad..9efe604d8c 100644 --- a/gdb/auxv.h +++ b/gdb/auxv.h @@ -1,6 +1,6 @@ /* Auxiliary vector support for GDB, the GNU debugger. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/avr-tdep.c b/gdb/avr-tdep.c index ccc8b454b8..597cfb411e 100644 --- a/gdb/avr-tdep.c +++ b/gdb/avr-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Atmel AVR, for GDB. - Copyright (C) 1996-2015 Free Software Foundation, Inc. + Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-gdb.c b/gdb/ax-gdb.c index 7091a4ae26..7f250e9005 100644 --- a/gdb/ax-gdb.c +++ b/gdb/ax-gdb.c @@ -1,6 +1,6 @@ /* GDB-specific functions for operating on agent expressions. - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-gdb.h b/gdb/ax-gdb.h index 40e786ccc1..dacacfc9ce 100644 --- a/gdb/ax-gdb.h +++ b/gdb/ax-gdb.h @@ -1,5 +1,5 @@ /* GDB-specific functions for operating on agent expressions - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax-general.c b/gdb/ax-general.c index 5c8a25bb3a..30f90e8971 100644 --- a/gdb/ax-general.c +++ b/gdb/ax-general.c @@ -1,5 +1,5 @@ /* Functions for manipulating expressions designed to be executed on the agent - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/ax.h b/gdb/ax.h index 1714bb4618..536efe8e6b 100644 --- a/gdb/ax.h +++ b/gdb/ax.h @@ -1,5 +1,5 @@ /* Definitions for expressions designed to be executed on the agent - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bcache.c b/gdb/bcache.c index 6db56d2990..65ff8445a9 100644 --- a/gdb/bcache.c +++ b/gdb/bcache.c @@ -2,7 +2,7 @@ Written by Fred Fish Rewritten by Jim Blandy - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bcache.h b/gdb/bcache.h index a676a45f26..ee1cd73bbb 100644 --- a/gdb/bcache.h +++ b/gdb/bcache.h @@ -2,7 +2,7 @@ Written by Fred Fish Rewritten by Jim Blandy - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfd-target.c b/gdb/bfd-target.c index ee93c3bb24..25eeb74e3f 100644 --- a/gdb/bfd-target.c +++ b/gdb/bfd-target.c @@ -1,6 +1,6 @@ /* Very simple "bfd" target, for GDB, the GNU debugger. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfd-target.h b/gdb/bfd-target.h index a28b62ad16..08cd336690 100644 --- a/gdb/bfd-target.h +++ b/gdb/bfd-target.h @@ -1,6 +1,6 @@ /* Very simple "bfd" target, for GDB, the GNU debugger. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bfin-linux-tdep.c b/gdb/bfin-linux-tdep.c index d0ba8e4acf..1d57adea1b 100644 --- a/gdb/bfin-linux-tdep.c +++ b/gdb/bfin-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. diff --git a/gdb/bfin-tdep.c b/gdb/bfin-tdep.c index 54936cc6f0..48a7111d9a 100644 --- a/gdb/bfin-tdep.c +++ b/gdb/bfin-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. diff --git a/gdb/bfin-tdep.h b/gdb/bfin-tdep.h index e0ce68af6b..11143d593e 100644 --- a/gdb/bfin-tdep.h +++ b/gdb/bfin-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent code for Analog Devices Blackfin processor, for GDB. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. Contributed by Analog Devices, Inc. diff --git a/gdb/block.c b/gdb/block.c index a1fb3ad7fa..0dc6b9dc83 100644 --- a/gdb/block.c +++ b/gdb/block.c @@ -1,6 +1,6 @@ /* Block-related functions for the GNU debugger, GDB. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/block.h b/gdb/block.h index c15114b1e9..1958bfdce4 100644 --- a/gdb/block.h +++ b/gdb/block.h @@ -1,6 +1,6 @@ /* Code dealing with blocks for GDB. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/blockframe.c b/gdb/blockframe.c index e395df46b9..b7ae1d9ff2 100644 --- a/gdb/blockframe.c +++ b/gdb/blockframe.c @@ -1,7 +1,7 @@ /* Get info from stack frames; convert between frames, blocks, functions and pc values. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/break-catch-sig.c b/gdb/break-catch-sig.c index 158ce036ac..b993990de6 100644 --- a/gdb/break-catch-sig.c +++ b/gdb/break-catch-sig.c @@ -1,6 +1,6 @@ /* Everything about signal catchpoints, for GDB. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/break-catch-syscall.c b/gdb/break-catch-syscall.c index 7ae115f159..8ad7f2c36d 100644 --- a/gdb/break-catch-syscall.c +++ b/gdb/break-catch-syscall.c @@ -1,6 +1,6 @@ /* Everything about syscall catchpoints, for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/break-catch-throw.c b/gdb/break-catch-throw.c index 1ba505b6e4..96d7b724a1 100644 --- a/gdb/break-catch-throw.c +++ b/gdb/break-catch-throw.c @@ -1,6 +1,6 @@ /* Everything about catch/throw catchpoints, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index f1050421a5..d72021e671 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -1,6 +1,6 @@ /* Everything about breakpoints, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 7079b7583e..e76bdab83c 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1,5 +1,5 @@ /* Data structures associated with breakpoints in GDB. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-kvm.c b/gdb/bsd-kvm.c index 365c166dfc..9e15fabf33 100644 --- a/gdb/bsd-kvm.c +++ b/gdb/bsd-kvm.c @@ -1,6 +1,6 @@ /* BSD Kernel Data Access Library (libkvm) interface. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-kvm.h b/gdb/bsd-kvm.h index e59e05a866..ae83067849 100644 --- a/gdb/bsd-kvm.h +++ b/gdb/bsd-kvm.h @@ -1,6 +1,6 @@ /* BSD Kernel Data Access Library (libkvm) interface. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index f9cb6d4739..4ce0a6c39b 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -1,6 +1,6 @@ /* BSD user-level threads support. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/bsd-uthread.h b/gdb/bsd-uthread.h index 6148fa75de..f70d0592fa 100644 --- a/gdb/bsd-uthread.h +++ b/gdb/bsd-uthread.h @@ -1,6 +1,6 @@ /* BSD user-level threads support. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/btrace.c b/gdb/btrace.c index 35431cbdb2..b7f8106c35 100644 --- a/gdb/btrace.c +++ b/gdb/btrace.c @@ -1,6 +1,6 @@ /* Branch trace support for GDB, the GNU debugger. - Copyright (C) 2013-2015 Free Software Foundation, Inc. + Copyright (C) 2013-2016 Free Software Foundation, Inc. Contributed by Intel Corp. diff --git a/gdb/btrace.h b/gdb/btrace.h index 6c54c6fa88..6e8bb09834 100644 --- a/gdb/btrace.h +++ b/gdb/btrace.h @@ -1,6 +1,6 @@ /* Branch trace support for GDB, the GNU debugger. - Copyright (C) 2013-2015 Free Software Foundation, Inc. + Copyright (C) 2013-2016 Free Software Foundation, Inc. Contributed by Intel Corp. . diff --git a/gdb/build-id.c b/gdb/build-id.c index c7c718ca90..886f2d7af1 100644 --- a/gdb/build-id.c +++ b/gdb/build-id.c @@ -1,6 +1,6 @@ /* build-id-related functions. - Copyright (C) 1991-2015 Free Software Foundation, Inc. + Copyright (C) 1991-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/build-id.h b/gdb/build-id.h index bea761b6c9..ddf0765247 100644 --- a/gdb/build-id.h +++ b/gdb/build-id.h @@ -1,6 +1,6 @@ /* build-id-related functions. - Copyright (C) 1991-2015 Free Software Foundation, Inc. + Copyright (C) 1991-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/build-with-cxx.m4 b/gdb/build-with-cxx.m4 index b6284fda2f..d282092b12 100644 --- a/gdb/build-with-cxx.m4 +++ b/gdb/build-with-cxx.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2014-2015 Free Software Foundation, Inc. +dnl Copyright (C) 2014-2016 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 5f463ac808..56be8ac929 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -1,5 +1,5 @@ /* Support routines for building symbol tables in GDB's internal format. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/buildsym.h b/gdb/buildsym.h index b1eda8cbc5..3e0132782c 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -1,5 +1,5 @@ /* Build symbol tables in GDB's internal format. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 030e818f36..9f2a229faf 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -1,5 +1,5 @@ /* YACC parser for C expressions, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-lang.c b/gdb/c-lang.c index d79a8277a1..d8d78fd711 100644 --- a/gdb/c-lang.c +++ b/gdb/c-lang.c @@ -1,6 +1,6 @@ /* C language support routines for GDB, the GNU debugger. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-lang.h b/gdb/c-lang.h index b921cf4921..94861f52d5 100644 --- a/gdb/c-lang.h +++ b/gdb/c-lang.h @@ -1,6 +1,6 @@ /* C language support definitions for GDB, the GNU debugger. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index 1af477c571..762c02710f 100644 --- a/gdb/c-typeprint.c +++ b/gdb/c-typeprint.c @@ -1,5 +1,5 @@ /* Support for printing C and C++ types for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-valprint.c b/gdb/c-valprint.c index 9c96df2002..62552ec7fd 100644 --- a/gdb/c-valprint.c +++ b/gdb/c-valprint.c @@ -1,6 +1,6 @@ /* Support for printing C values for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/c-varobj.c b/gdb/c-varobj.c index b39a113aad..48e16f9d56 100644 --- a/gdb/c-varobj.c +++ b/gdb/c-varobj.c @@ -1,6 +1,6 @@ /* varobj support for C and C++. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 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/charset-list.h b/gdb/charset-list.h index 0ebd5320d0..5c29221e9b 100644 --- a/gdb/charset-list.h +++ b/gdb/charset-list.h @@ -1,6 +1,6 @@ /* List of character set names for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/charset.c b/gdb/charset.c index ee1ae20d56..7f1c3a633e 100644 --- a/gdb/charset.c +++ b/gdb/charset.c @@ -1,6 +1,6 @@ /* Character set conversion support for GDB. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/charset.h b/gdb/charset.h index f0c248c68a..559b328665 100644 --- a/gdb/charset.h +++ b/gdb/charset.h @@ -1,5 +1,5 @@ /* Character set conversion support for GDB. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli-out.c b/gdb/cli-out.c index df26d3ba58..0c982cb2e6 100644 --- a/gdb/cli-out.c +++ b/gdb/cli-out.c @@ -1,6 +1,6 @@ /* Output generating routines for GDB CLI. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. Contributed by Cygnus Solutions. Written by Fernando Nasser for Cygnus. diff --git a/gdb/cli-out.h b/gdb/cli-out.h index 401429ab56..55d80a70d5 100644 --- a/gdb/cli-out.h +++ b/gdb/cli-out.h @@ -1,5 +1,5 @@ /* Output generating routines for GDB CLI. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. Contributed by Cygnus Solutions. This file is part of GDB. diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index 4f1a71078b..b871a8855c 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -1,6 +1,6 @@ /* GDB CLI commands. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h index c9a08dd1e4..e8a5c2a8dd 100644 --- a/gdb/cli/cli-cmds.h +++ b/gdb/cli/cli-cmds.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 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/cli/cli-decode.c b/gdb/cli/cli-decode.c index 948cba3a78..04ed6ab8e7 100644 --- a/gdb/cli/cli-decode.c +++ b/gdb/cli/cli-decode.c @@ -1,6 +1,6 @@ /* Handle lists of commands, their decoding and documentation, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 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/cli/cli-decode.h b/gdb/cli/cli-decode.h index a669ba6b9f..4ea8063f87 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -1,6 +1,6 @@ /* Header file for GDB command decoding library. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 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/cli/cli-dump.c b/gdb/cli/cli-dump.c index 2dcb9c3bd5..611b0c350e 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -1,6 +1,6 @@ /* Dump-to-file commands, for GDB, the GNU debugger. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. Contributed by Red Hat. diff --git a/gdb/cli/cli-interp.c b/gdb/cli/cli-interp.c index 7df7c14d79..dfbd808cb0 100644 --- a/gdb/cli/cli-interp.c +++ b/gdb/cli/cli-interp.c @@ -1,6 +1,6 @@ /* CLI Definitions for GDB, the GNU debugger. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c index c282260a38..46d4741aa2 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -1,6 +1,6 @@ /* Command-line output logging for GDB, the GNU debugger. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index 4d35db9848..7302330369 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1,6 +1,6 @@ /* GDB CLI command scripting. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-script.h b/gdb/cli/cli-script.h index 50c979a413..7db6e82e6f 100644 --- a/gdb/cli/cli-script.h +++ b/gdb/cli/cli-script.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI command implementation library. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 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/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index 74d2d007e3..eb17158dcb 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -1,6 +1,6 @@ /* Handle set and show GDB commands. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 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/cli/cli-setshow.h b/gdb/cli/cli-setshow.h index 7b4a69ec3b..6540074d28 100644 --- a/gdb/cli/cli-setshow.h +++ b/gdb/cli/cli-setshow.h @@ -1,5 +1,5 @@ /* Header file for GDB CLI set and show commands implementation. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 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/cli/cli-utils.c b/gdb/cli/cli-utils.c index 5c6338b31b..08b099fbec 100644 --- a/gdb/cli/cli-utils.c +++ b/gdb/cli/cli-utils.c @@ -1,6 +1,6 @@ /* CLI utilities. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cli/cli-utils.h b/gdb/cli/cli-utils.h index ad46581140..ace46b4b19 100644 --- a/gdb/cli/cli-utils.h +++ b/gdb/cli/cli-utils.h @@ -1,6 +1,6 @@ /* CLI utilities. - Copyright (C) 2011-2015 Free Software Foundation, Inc. + Copyright (C) 2011-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coff-pe-read.c b/gdb/coff-pe-read.c index a7e4f2b18c..883636131f 100644 --- a/gdb/coff-pe-read.c +++ b/gdb/coff-pe-read.c @@ -2,7 +2,7 @@ convert to internal format, for GDB. Used as a last resort if no debugging symbols recognized. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coff-pe-read.h b/gdb/coff-pe-read.h index ecea7dd6ba..8a74a6033e 100644 --- a/gdb/coff-pe-read.h +++ b/gdb/coff-pe-read.h @@ -1,6 +1,6 @@ /* Interface to coff-pe-read.c (portable-executable-specific symbol reader). - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/coffread.c b/gdb/coffread.c index ba94421e00..0ab526ca09 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -1,5 +1,5 @@ /* Read coff symbol tables and convert to internal format, for GDB. - Copyright (C) 1987-2015 Free Software Foundation, Inc. + Copyright (C) 1987-2016 Free Software Foundation, Inc. Contributed by David D. Johnson, Brown University (ddj@cs.brown.edu). This file is part of GDB. diff --git a/gdb/command.h b/gdb/command.h index bdf625b5cf..ab62601990 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -1,6 +1,6 @@ /* Header file for command creation. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 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/common/agent.c b/gdb/common/agent.c index 5c30729058..9faf8e7c7d 100644 --- a/gdb/common/agent.c +++ b/gdb/common/agent.c @@ -1,6 +1,6 @@ /* Shared utility routines for GDB to interact with agent. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/agent.h b/gdb/common/agent.h index a004c2e6b6..7fb1b0f476 100644 --- a/gdb/common/agent.h +++ b/gdb/common/agent.h @@ -1,6 +1,6 @@ /* Shared utility routines for GDB to interact with agent. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/ax.def b/gdb/common/ax.def index 27c97cc51e..f375373dd0 100644 --- a/gdb/common/ax.def +++ b/gdb/common/ax.def @@ -1,5 +1,5 @@ /* Definition of agent opcode values. -*- c -*- - Copyright (C) 1998-2015 Free Software Foundation, Inc. + Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/break-common.h b/gdb/common/break-common.h index e5b55b4119..868a261165 100644 --- a/gdb/common/break-common.h +++ b/gdb/common/break-common.h @@ -1,6 +1,6 @@ /* Data structures associated with breakpoints shared in both GDB and GDBserver. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/btrace-common.c b/gdb/common/btrace-common.c index 7d65ab2b4c..185a3e59d0 100644 --- a/gdb/common/btrace-common.c +++ b/gdb/common/btrace-common.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2014-2015 Free Software Foundation, Inc. +/* Copyright (C) 2014-2016 Free Software Foundation, Inc. Contributed by Intel Corp. diff --git a/gdb/common/btrace-common.h b/gdb/common/btrace-common.h index c90a331351..4165fd3f73 100644 --- a/gdb/common/btrace-common.h +++ b/gdb/common/btrace-common.h @@ -1,6 +1,6 @@ /* Branch trace support for GDB, the GNU debugger. - Copyright (C) 2013-2015 Free Software Foundation, Inc. + Copyright (C) 2013-2016 Free Software Foundation, Inc. Contributed by Intel Corp. . diff --git a/gdb/common/buffer.c b/gdb/common/buffer.c index 684fb6ef52..e9eee09c7d 100644 --- a/gdb/common/buffer.c +++ b/gdb/common/buffer.c @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/buffer.h b/gdb/common/buffer.h index a1d9eb3ef5..2a47db4cc0 100644 --- a/gdb/common/buffer.h +++ b/gdb/common/buffer.h @@ -1,6 +1,6 @@ /* A simple growing buffer for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/cleanups.c b/gdb/common/cleanups.c index 2b48e86793..7500ca70ca 100644 --- a/gdb/common/cleanups.c +++ b/gdb/common/cleanups.c @@ -1,6 +1,6 @@ /* Cleanup routines for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/cleanups.h b/gdb/common/cleanups.h index 7ab39eeaa2..5e2167882e 100644 --- a/gdb/common/cleanups.h +++ b/gdb/common/cleanups.h @@ -1,5 +1,5 @@ /* Cleanups. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-debug.c b/gdb/common/common-debug.c index 7c376bcb89..c371378207 100644 --- a/gdb/common/common-debug.c +++ b/gdb/common/common-debug.c @@ -1,6 +1,6 @@ /* Debug printing functions. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-debug.h b/gdb/common/common-debug.h index d1e195f86b..06892035b6 100644 --- a/gdb/common/common-debug.h +++ b/gdb/common/common-debug.h @@ -1,6 +1,6 @@ /* Declarations for debug printing functions. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h index acea66372b..2c94117045 100644 --- a/gdb/common/common-defs.h +++ b/gdb/common/common-defs.h @@ -1,6 +1,6 @@ /* Common definitions. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-exceptions.c b/gdb/common/common-exceptions.c index 231bab5600..829ce12f87 100644 --- a/gdb/common/common-exceptions.c +++ b/gdb/common/common-exceptions.c @@ -1,6 +1,6 @@ /* Exception (throw catch) mechanism, for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-exceptions.h b/gdb/common/common-exceptions.h index def08b1f9d..398a2fb399 100644 --- a/gdb/common/common-exceptions.h +++ b/gdb/common/common-exceptions.h @@ -1,6 +1,6 @@ /* Exception (throw catch) mechanism, for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-regcache.c b/gdb/common/common-regcache.c index 9ee11021cd..93a9c60ff7 100644 --- a/gdb/common/common-regcache.c +++ b/gdb/common/common-regcache.c @@ -1,6 +1,6 @@ /* Cache and manage the values of registers for GDB, the GNU debugger. - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-regcache.h b/gdb/common/common-regcache.h index 97c186c559..0fe8d12826 100644 --- a/gdb/common/common-regcache.h +++ b/gdb/common/common-regcache.h @@ -1,6 +1,6 @@ /* Cache and manage the values of registers - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-types.h b/gdb/common/common-types.h index 3f60a9a9a5..efeb0db46c 100644 --- a/gdb/common/common-types.h +++ b/gdb/common/common-types.h @@ -1,6 +1,6 @@ /* Declarations for common types. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-utils.c b/gdb/common/common-utils.c index e86ed5b7ec..c1b5eea749 100644 --- a/gdb/common/common-utils.c +++ b/gdb/common/common-utils.c @@ -1,6 +1,6 @@ /* Shared general utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common-utils.h b/gdb/common/common-utils.h index eef5e6b11a..47def11a67 100644 --- a/gdb/common/common-utils.h +++ b/gdb/common/common-utils.h @@ -1,6 +1,6 @@ /* Shared general utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/common.host b/gdb/common/common.host index 8a83882a10..551bb90bfc 100644 --- a/gdb/common/common.host +++ b/gdb/common/common.host @@ -1,6 +1,6 @@ # Common object files to include for each host. # -# Copyright (C) 2015 Free Software Foundation, Inc. +# Copyright (C) 2015-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/common/common.m4 b/gdb/common/common.m4 index a87579a12b..1342503aaf 100644 --- a/gdb/common/common.m4 +++ b/gdb/common/common.m4 @@ -1,5 +1,5 @@ dnl Autoconf configure snippets for common. -dnl Copyright (C) 1995-2015 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2016 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdb/common/create-version.sh b/gdb/common/create-version.sh index e6d6341a34..e0f9eb341d 100755 --- a/gdb/common/create-version.sh +++ b/gdb/common/create-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 1989-2015 Free Software Foundation, Inc. +# Copyright (C) 1989-2016 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/common/enum-flags.h b/gdb/common/enum-flags.h index d7046e0901..9b8c952df8 100644 --- a/gdb/common/enum-flags.h +++ b/gdb/common/enum-flags.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Free Software Foundation, Inc. +/* Copyright (C) 2015-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/errors.c b/gdb/common/errors.c index 00b325ea29..1fc96025f9 100644 --- a/gdb/common/errors.c +++ b/gdb/common/errors.c @@ -1,6 +1,6 @@ /* Error reporting facilities. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/errors.h b/gdb/common/errors.h index 36e2c49297..56979adf38 100644 --- a/gdb/common/errors.h +++ b/gdb/common/errors.h @@ -1,6 +1,6 @@ /* Declarations for error-reporting facilities. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/fileio.c b/gdb/common/fileio.c index d219f3041c..698438a19c 100644 --- a/gdb/common/fileio.c +++ b/gdb/common/fileio.c @@ -1,6 +1,6 @@ /* File-I/O functions for GDB, the GNU debugger. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/fileio.h b/gdb/common/fileio.h index 88f96cf1b6..79209d54a3 100644 --- a/gdb/common/fileio.h +++ b/gdb/common/fileio.h @@ -1,6 +1,6 @@ /* File-I/O functions for GDB, the GNU debugger. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c index a5b94cb891..3996f6f6e6 100644 --- a/gdb/common/filestuff.c +++ b/gdb/common/filestuff.c @@ -1,5 +1,5 @@ /* Low-level file-handling. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/filestuff.h b/gdb/common/filestuff.h index e997ecc7bc..a490ddeabf 100644 --- a/gdb/common/filestuff.h +++ b/gdb/common/filestuff.h @@ -1,5 +1,5 @@ /* Low-level file-handling. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/format.c b/gdb/common/format.c index 65c1fb4551..fbb82fd185 100644 --- a/gdb/common/format.c +++ b/gdb/common/format.c @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/format.h b/gdb/common/format.h index 1c5f31f034..cb56a2c551 100644 --- a/gdb/common/format.h +++ b/gdb/common/format.h @@ -1,6 +1,6 @@ /* Parse a printf-style format string. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_assert.h b/gdb/common/gdb_assert.h index ed2d7a8cc1..ac8f8a3daf 100644 --- a/gdb/common/gdb_assert.h +++ b/gdb/common/gdb_assert.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for . - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_locale.h b/gdb/common/gdb_locale.h index 3e9baadd70..686260e921 100644 --- a/gdb/common/gdb_locale.h +++ b/gdb/common/gdb_locale.h @@ -1,5 +1,5 @@ /* GDB-friendly replacement for . - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_setjmp.h b/gdb/common/gdb_setjmp.h index f5b67f6657..2fec8553d0 100644 --- a/gdb/common/gdb_setjmp.h +++ b/gdb/common/gdb_setjmp.h @@ -1,5 +1,5 @@ /* Portability wrappers for setjmp and longjmp. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_signals.h b/gdb/common/gdb_signals.h index d0f50c1773..038ad08654 100644 --- a/gdb/common/gdb_signals.h +++ b/gdb/common/gdb_signals.h @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2015 Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdb/common/gdb_sys_time.h b/gdb/common/gdb_sys_time.h index 0f764f888b..9fdb03a6ef 100644 --- a/gdb/common/gdb_sys_time.h +++ b/gdb/common/gdb_sys_time.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2015 Free Software Foundation, Inc. +/* Copyright (C) 2015-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_vecs.c b/gdb/common/gdb_vecs.c index f8c3414722..11a2465e8a 100644 --- a/gdb/common/gdb_vecs.c +++ b/gdb/common/gdb_vecs.c @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_vecs.h b/gdb/common/gdb_vecs.h index a08d416cd5..3a10379e74 100644 --- a/gdb/common/gdb_vecs.h +++ b/gdb/common/gdb_vecs.h @@ -1,6 +1,6 @@ /* Some commonly-used VEC types. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/gdb_wait.h b/gdb/common/gdb_wait.h index 412f813121..2345280e89 100644 --- a/gdb/common/gdb_wait.h +++ b/gdb/common/gdb_wait.h @@ -1,5 +1,5 @@ /* Standard wait macros. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/host-defs.h b/gdb/common/host-defs.h index 7bc41a2093..b6e7e7ecef 100644 --- a/gdb/common/host-defs.h +++ b/gdb/common/host-defs.h @@ -1,5 +1,5 @@ /* Basic host-specific definitions for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/mingw-strerror.c b/gdb/common/mingw-strerror.c index c62c42d706..8a4b456d4e 100644 --- a/gdb/common/mingw-strerror.c +++ b/gdb/common/mingw-strerror.c @@ -1,6 +1,6 @@ /* Safe version of strerror for MinGW, for GDB, the GNU debugger. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/posix-strerror.c b/gdb/common/posix-strerror.c index 119fcf6034..00cf660c1b 100644 --- a/gdb/common/posix-strerror.c +++ b/gdb/common/posix-strerror.c @@ -1,6 +1,6 @@ /* Safe version of strerror for POSIX systems for GDB, the GNU debugger. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/print-utils.c b/gdb/common/print-utils.c index 7eba07d5e8..5bb83b579c 100644 --- a/gdb/common/print-utils.c +++ b/gdb/common/print-utils.c @@ -1,6 +1,6 @@ /* Cell-based print utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/print-utils.h b/gdb/common/print-utils.h index 49bc09ab2d..706877bd0b 100644 --- a/gdb/common/print-utils.h +++ b/gdb/common/print-utils.h @@ -1,6 +1,6 @@ /* Cell-based print utility routines for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c index deaea6b30a..c997d64925 100644 --- a/gdb/common/ptid.c +++ b/gdb/common/ptid.c @@ -1,6 +1,6 @@ /* The ptid_t type and common functions operating on it. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h index a21d2d4b08..e18e5efc92 100644 --- a/gdb/common/ptid.h +++ b/gdb/common/ptid.h @@ -1,6 +1,6 @@ /* The ptid_t type and common functions operating on it. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/queue.h b/gdb/common/queue.h index 99459a0b3c..8611ed6585 100644 --- a/gdb/common/queue.h +++ b/gdb/common/queue.h @@ -1,6 +1,6 @@ /* General queue data structure for GDB, the GNU debugger. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/rsp-low.c b/gdb/common/rsp-low.c index 178c698679..e5fadd1f24 100644 --- a/gdb/common/rsp-low.c +++ b/gdb/common/rsp-low.c @@ -1,6 +1,6 @@ /* Low-level RSP routines for GDB, the GNU debugger. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/rsp-low.h b/gdb/common/rsp-low.h index f45d0ae9e9..29417be982 100644 --- a/gdb/common/rsp-low.h +++ b/gdb/common/rsp-low.h @@ -1,6 +1,6 @@ /* Low-level RSP routines for GDB, the GNU debugger. - Copyright (C) 1988-2015 Free Software Foundation, Inc. + Copyright (C) 1988-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/signals.c b/gdb/common/signals.c index d4cf953292..45c0c7341e 100644 --- a/gdb/common/signals.c +++ b/gdb/common/signals.c @@ -1,5 +1,5 @@ /* Target signal translation functions for GDB. - Copyright (C) 1990-2015 Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. Contributed by Cygnus Support. This file is part of GDB. diff --git a/gdb/common/symbol.h b/gdb/common/symbol.h index b809777051..e44b79ee0d 100644 --- a/gdb/common/symbol.h +++ b/gdb/common/symbol.h @@ -1,6 +1,6 @@ /* Declarations of common symbol functions. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/vec.c b/gdb/common/vec.c index 6b7f25ed27..a6c42dd9b0 100644 --- a/gdb/common/vec.c +++ b/gdb/common/vec.c @@ -1,5 +1,5 @@ /* Vector API for GDB. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. Contributed by Nathan Sidwell This file is part of GDB. diff --git a/gdb/common/vec.h b/gdb/common/vec.h index a188b02062..2b2da0bffd 100644 --- a/gdb/common/vec.h +++ b/gdb/common/vec.h @@ -1,5 +1,5 @@ /* Vector API for GDB. - Copyright (C) 2004-2015 Free Software Foundation, Inc. + Copyright (C) 2004-2016 Free Software Foundation, Inc. Contributed by Nathan Sidwell This file is part of GDB. diff --git a/gdb/common/version.h b/gdb/common/version.h index 3c18d8f4c2..62508fd2e5 100644 --- a/gdb/common/version.h +++ b/gdb/common/version.h @@ -1,5 +1,5 @@ /* Version information for GDB. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/x86-xstate.h b/gdb/common/x86-xstate.h index 9690ccb99f..8386420d92 100644 --- a/gdb/common/x86-xstate.h +++ b/gdb/common/x86-xstate.h @@ -1,6 +1,6 @@ /* Common code for x86 XSAVE extended state. - Copyright (C) 2010-2015 Free Software Foundation, Inc. + Copyright (C) 2010-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/xml-utils.c b/gdb/common/xml-utils.c index 00e035621e..afc802f5d0 100644 --- a/gdb/common/xml-utils.c +++ b/gdb/common/xml-utils.c @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/common/xml-utils.h b/gdb/common/xml-utils.h index 73dd47413d..c73bf072d5 100644 --- a/gdb/common/xml-utils.h +++ b/gdb/common/xml-utils.h @@ -1,6 +1,6 @@ /* Shared helper routines for manipulating XML. - Copyright (C) 2006-2015 Free Software Foundation, Inc. + Copyright (C) 2006-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile-c-support.c b/gdb/compile/compile-c-support.c index 07f0fbd678..c42dabadd9 100644 --- a/gdb/compile/compile-c-support.c +++ b/gdb/compile/compile-c-support.c @@ -1,6 +1,6 @@ /* C language support for compilation. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile-c-symbols.c b/gdb/compile/compile-c-symbols.c index f5ca15c992..dcd530d3cb 100644 --- a/gdb/compile/compile-c-symbols.c +++ b/gdb/compile/compile-c-symbols.c @@ -1,6 +1,6 @@ /* Convert symbols from GDB to GCC - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile-c-types.c b/gdb/compile/compile-c-types.c index 8dcb1224ea..505bce6844 100644 --- a/gdb/compile/compile-c-types.c +++ b/gdb/compile/compile-c-types.c @@ -1,6 +1,6 @@ /* Convert types from GDB to GCC - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile-internal.h b/gdb/compile/compile-internal.h index e931967f59..66ea8649db 100644 --- a/gdb/compile/compile-internal.h +++ b/gdb/compile/compile-internal.h @@ -1,5 +1,5 @@ /* Header file for GDB compile command and supporting functions. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 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/compile/compile-loc2c.c b/gdb/compile/compile-loc2c.c index dac904e17c..1a267b8523 100644 --- a/gdb/compile/compile-loc2c.c +++ b/gdb/compile/compile-loc2c.c @@ -1,6 +1,6 @@ /* Convert a DWARF location expression to C - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile-object-load.c b/gdb/compile/compile-object-load.c index ce30e709db..1b6505b3e4 100644 --- a/gdb/compile/compile-object-load.c +++ b/gdb/compile/compile-object-load.c @@ -1,6 +1,6 @@ /* Load module for 'compile' command. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile-object-load.h b/gdb/compile/compile-object-load.h index 44a7592e38..39c1a90ceb 100644 --- a/gdb/compile/compile-object-load.h +++ b/gdb/compile/compile-object-load.h @@ -1,5 +1,5 @@ /* Header file to load module for 'compile' command. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 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/compile/compile-object-run.c b/gdb/compile/compile-object-run.c index e5d2b64322..e8527b02b4 100644 --- a/gdb/compile/compile-object-run.c +++ b/gdb/compile/compile-object-run.c @@ -1,6 +1,6 @@ /* Call module for 'compile' command. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile-object-run.h b/gdb/compile/compile-object-run.h index 7e372e87d0..3debaf075d 100644 --- a/gdb/compile/compile-object-run.h +++ b/gdb/compile/compile-object-run.h @@ -1,5 +1,5 @@ /* Header file to call module for 'compile' command. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 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/compile/compile.c b/gdb/compile/compile.c index 7560028ec0..77b41374f3 100644 --- a/gdb/compile/compile.c +++ b/gdb/compile/compile.c @@ -1,6 +1,6 @@ /* General Compile and inject code - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/compile/compile.h b/gdb/compile/compile.h index 6e108c71fb..f4afd9fed6 100644 --- a/gdb/compile/compile.h +++ b/gdb/compile/compile.h @@ -1,6 +1,6 @@ /* Header file for Compile and inject module. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 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/complaints.c b/gdb/complaints.c index b6961817d2..b35c81de34 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -1,6 +1,6 @@ /* Support for complaint handling during symbol reading in GDB. - Copyright (C) 1990-2015 Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/complaints.h b/gdb/complaints.h index 98f16e051f..25e4ae9b87 100644 --- a/gdb/complaints.h +++ b/gdb/complaints.h @@ -1,6 +1,6 @@ /* Definitions for complaint handling during symbol reading in GDB. - Copyright (C) 1990-2015 Free Software Foundation, Inc. + Copyright (C) 1990-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/completer.c b/gdb/completer.c index bafcb503b9..5c3b3fcfaa 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -1,5 +1,5 @@ /* Line completion stuff for GDB, the GNU debugger. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/completer.h b/gdb/completer.h index 6c1f2571a0..24bfee9215 100644 --- a/gdb/completer.h +++ b/gdb/completer.h @@ -1,5 +1,5 @@ /* Header for GDB line completion. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 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/config/aarch64/linux.mh b/gdb/config/aarch64/linux.mh index ea56ff68ff..2503304fdd 100644 --- a/gdb/config/aarch64/linux.mh +++ b/gdb/config/aarch64/linux.mh @@ -1,6 +1,6 @@ # Host: AArch64 based machine running GNU/Linux # -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2016 Free Software Foundation, Inc. # Contributed by ARM Ltd. # # This file is part of GDB. diff --git a/gdb/config/djgpp/djcheck.sh b/gdb/config/djgpp/djcheck.sh index ca8fa28ec3..b363b4cdc9 100644 --- a/gdb/config/djgpp/djcheck.sh +++ b/gdb/config/djgpp/djcheck.sh @@ -2,7 +2,7 @@ # A shell script to run the test suite on the DJGPP version of GDB. -# Copyright (C) 2000-2015 Free Software Foundation, Inc. +# Copyright (C) 2000-2016 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/config/djgpp/djconfig.sh b/gdb/config/djgpp/djconfig.sh index ea60c1008c..a431fdfc1f 100644 --- a/gdb/config/djgpp/djconfig.sh +++ b/gdb/config/djgpp/djconfig.sh @@ -5,7 +5,7 @@ # configuring other GNU programs for DJGPP. # #===================================================================== -# Copyright (C) 1997-2015 Free Software Foundation, Inc. +# Copyright (C) 1997-2016 Free Software Foundation, Inc. # # Originally written by Robert Hoehne, revised by Eli Zaretskii. # This file is part of GDB. diff --git a/gdb/config/djgpp/langinfo.h b/gdb/config/djgpp/langinfo.h index dc14b1e159..0ef980be8e 100644 --- a/gdb/config/djgpp/langinfo.h +++ b/gdb/config/djgpp/langinfo.h @@ -1,5 +1,5 @@ /* langinfo.h file for DJGPP. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. Written by Eli Zaretskii. This file is part of GDB. diff --git a/gdb/config/djgpp/nl_types.h b/gdb/config/djgpp/nl_types.h index c621bed8a5..66582e49af 100644 --- a/gdb/config/djgpp/nl_types.h +++ b/gdb/config/djgpp/nl_types.h @@ -1,5 +1,5 @@ /* nl_types.h for DJGPP. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. Written by Eli Zaretskii. This file is part of GDB. diff --git a/gdb/config/i386/cygwin64.mh b/gdb/config/i386/cygwin64.mh index eda217c09d..b3904c5d60 100644 --- a/gdb/config/i386/cygwin64.mh +++ b/gdb/config/i386/cygwin64.mh @@ -1,6 +1,6 @@ # Native config information for GDB on PowerPC systems running FreeBSD. # -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/config/i386/nm-fbsd.h index e0cb1fcb2d..2b7ab8e20f 100644 --- a/gdb/config/i386/nm-fbsd.h +++ b/gdb/config/i386/nm-fbsd.h @@ -1,6 +1,6 @@ /* Native-dependent definitions for FreeBSD/i386. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/i386/nm-i386gnu.h b/gdb/config/i386/nm-i386gnu.h index ec3fe974d8..f4f43cf2c1 100644 --- a/gdb/config/i386/nm-i386gnu.h +++ b/gdb/config/i386/nm-i386gnu.h @@ -1,5 +1,5 @@ /* Native-dependent definitions for Intel 386 running the GNU Hurd - Copyright (C) 1994-2015 Free Software Foundation, Inc. + Copyright (C) 1994-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/nm-linux.h b/gdb/config/nm-linux.h index fb41cb1ec6..05e755ea46 100644 --- a/gdb/config/nm-linux.h +++ b/gdb/config/nm-linux.h @@ -1,6 +1,6 @@ /* Native support for GNU/Linux. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/config/nm-nto.h b/gdb/config/nm-nto.h index f8d4eea182..0db8182d6e 100644 --- a/gdb/config/nm-nto.h +++ b/gdb/config/nm-nto.h @@ -1,6 +1,6 @@ /* Native support for QNX Neutrino version 6. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This code was donated by QNX Software Systems Ltd. diff --git a/gdb/config/powerpc/fbsd.mh b/gdb/config/powerpc/fbsd.mh index e4e7b47f18..32ba4ae3fa 100644 --- a/gdb/config/powerpc/fbsd.mh +++ b/gdb/config/powerpc/fbsd.mh @@ -1,6 +1,6 @@ # Native config information for GDB on PowerPC systems running FreeBSD. # -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/config/sparc/nm-sol2.h b/gdb/config/sparc/nm-sol2.h index aa9b71aa4a..8c0b388dcd 100644 --- a/gdb/config/sparc/nm-sol2.h +++ b/gdb/config/sparc/nm-sol2.h @@ -1,6 +1,6 @@ /* Native-dependent definitions for Solaris SPARC. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/configure.ac b/gdb/configure.ac index 00a3dd1c8c..5b618c97f9 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1,5 +1,5 @@ dnl Autoconf configure script for GDB, the GNU debugger. -dnl Copyright (C) 1995-2015 Free Software Foundation, Inc. +dnl Copyright (C) 1995-2016 Free Software Foundation, Inc. dnl dnl This file is part of GDB. dnl diff --git a/gdb/continuations.c b/gdb/continuations.c index c6e14bc912..d052c9fc22 100644 --- a/gdb/continuations.c +++ b/gdb/continuations.c @@ -1,6 +1,6 @@ /* Continuations for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/continuations.h b/gdb/continuations.h index b8c6e3eaa6..3a6161299e 100644 --- a/gdb/continuations.h +++ b/gdb/continuations.h @@ -1,6 +1,6 @@ /* Continuations for GDB, the GNU debugger. - Copyright (C) 1999-2015 Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/contrib/ari/create-web-ari-in-src.sh b/gdb/contrib/ari/create-web-ari-in-src.sh index c5f2fb3fdf..d07e0a5faf 100644 --- a/gdb/contrib/ari/create-web-ari-in-src.sh +++ b/gdb/contrib/ari/create-web-ari-in-src.sh @@ -2,7 +2,7 @@ # GDB script to create web ARI page directly from within gdb/ari directory. # -# Copyright (C) 2012-2015 Free Software Foundation, Inc. +# Copyright (C) 2012-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/contrib/ari/gdb_ari.sh b/gdb/contrib/ari/gdb_ari.sh index b868a17e17..43f0206de0 100644 --- a/gdb/contrib/ari/gdb_ari.sh +++ b/gdb/contrib/ari/gdb_ari.sh @@ -2,7 +2,7 @@ # GDB script to list of problems using awk. # -# Copyright (C) 2002-2015 Free Software Foundation, Inc. +# Copyright (C) 2002-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/contrib/ari/gdb_find.sh b/gdb/contrib/ari/gdb_find.sh index d6b5a28e6f..1ddd241c14 100644 --- a/gdb/contrib/ari/gdb_find.sh +++ b/gdb/contrib/ari/gdb_find.sh @@ -2,7 +2,7 @@ # GDB script to create list of files to check using gdb_ari.sh. # -# Copyright (C) 2003-2015 Free Software Foundation, Inc. +# Copyright (C) 2003-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/contrib/ari/update-web-ari.sh b/gdb/contrib/ari/update-web-ari.sh index 33c313d6a4..ba84a80fc2 100644 --- a/gdb/contrib/ari/update-web-ari.sh +++ b/gdb/contrib/ari/update-web-ari.sh @@ -2,7 +2,7 @@ # GDB script to create GDB ARI web page. # -# Copyright (C) 2001-2015 Free Software Foundation, Inc. +# Copyright (C) 2001-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/contrib/cc-with-tweaks.sh b/gdb/contrib/cc-with-tweaks.sh index 279e22ffe1..f491a0fb61 100755 --- a/gdb/contrib/cc-with-tweaks.sh +++ b/gdb/contrib/cc-with-tweaks.sh @@ -2,7 +2,7 @@ # Wrapper around gcc to tweak the output in various ways when running # the testsuite. -# Copyright (C) 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 Free Software Foundation; either version 3 of the License, or diff --git a/gdb/contrib/cleanup_check.py b/gdb/contrib/cleanup_check.py index 9d862193a5..de7bdac72d 100644 --- a/gdb/contrib/cleanup_check.py +++ b/gdb/contrib/cleanup_check.py @@ -1,4 +1,4 @@ -# Copyright 2013-2015 Free Software Foundation, Inc. +# Copyright 2013-2016 Free Software Foundation, Inc. # # This 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/contrib/excheck.py b/gdb/contrib/excheck.py index 6d20b1d73b..6da829570d 100644 --- a/gdb/contrib/excheck.py +++ b/gdb/contrib/excheck.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 Free Software Foundation, Inc. +# Copyright 2011-2016 Free Software Foundation, Inc. # # This 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/contrib/expect-read1.c b/gdb/contrib/expect-read1.c index 9ef5186acc..4e21373a94 100644 --- a/gdb/contrib/expect-read1.c +++ b/gdb/contrib/expect-read1.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2015 Free Software Foundation, Inc. +/* Copyright (C) 2013-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/contrib/expect-read1.sh b/gdb/contrib/expect-read1.sh index 0ed1dcdd38..cc9d811557 100644 --- a/gdb/contrib/expect-read1.sh +++ b/gdb/contrib/expect-read1.sh @@ -1,7 +1,7 @@ #! /bin/sh # runtest wrapper to reliably reproduce racy incomplete reads in the testsuite. -# Copyright (C) 2013-2015 Free Software Foundation, Inc. +# Copyright (C) 2013-2016 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 Free Software Foundation; either version 3 of the License, or diff --git a/gdb/contrib/exsummary.py b/gdb/contrib/exsummary.py index e73f3cf507..c1320e1dca 100644 --- a/gdb/contrib/exsummary.py +++ b/gdb/contrib/exsummary.py @@ -1,4 +1,4 @@ -# Copyright 2011-2015 Free Software Foundation, Inc. +# Copyright 2011-2016 Free Software Foundation, Inc. # # This 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/contrib/gcc-with-excheck b/gdb/contrib/gcc-with-excheck index 8e959393e0..5f3ee3a03d 100755 --- a/gdb/contrib/gcc-with-excheck +++ b/gdb/contrib/gcc-with-excheck @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2011-2015 Free Software Foundation, Inc. +# Copyright 2011-2016 Free Software Foundation, Inc. # # This 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/contrib/gdb-add-index.sh b/gdb/contrib/gdb-add-index.sh index 6eefbeebfb..cca7153abf 100755 --- a/gdb/contrib/gdb-add-index.sh +++ b/gdb/contrib/gdb-add-index.sh @@ -2,7 +2,7 @@ # Add a .gdb_index section to a file. -# Copyright (C) 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 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 Free Software Foundation; either version 3 of the License, or diff --git a/gdb/contrib/test_pubnames_and_indexes.py b/gdb/contrib/test_pubnames_and_indexes.py index dfd8a8b609..8457e2f352 100644 --- a/gdb/contrib/test_pubnames_and_indexes.py +++ b/gdb/contrib/test_pubnames_and_indexes.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2011-2015 Free Software Foundation, Inc. +# Copyright (C) 2011-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/copyright.py b/gdb/copyright.py index 30f46633c7..6d5e1bd9d6 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -1,6 +1,6 @@ #! /usr/bin/env python -# Copyright (C) 2011-2015 Free Software Foundation, Inc. +# Copyright (C) 2011-2016 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/core-regset.c b/gdb/core-regset.c index 773afc904e..59cadb6bad 100644 --- a/gdb/core-regset.c +++ b/gdb/core-regset.c @@ -1,6 +1,6 @@ /* Machine independent GDB support for core files on systems using "regsets". - Copyright (C) 1993-2015 Free Software Foundation, Inc. + Copyright (C) 1993-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/corefile.c b/gdb/corefile.c index 596da336d8..dbdbafc41f 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -1,6 +1,6 @@ /* Core dump and executable file functions above target vector, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/corelow.c b/gdb/corelow.c index f7a8bb3af9..90e3d56253 100644 --- a/gdb/corelow.c +++ b/gdb/corelow.c @@ -1,6 +1,6 @@ /* Core dump and executable file functions below target vector, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index b8af8f0067..96533b15e9 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -1,6 +1,6 @@ /* Generic code for supporting multiple C++ ABI's - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-abi.h b/gdb/cp-abi.h index cbe8b623ce..6d038f328f 100644 --- a/gdb/cp-abi.h +++ b/gdb/cp-abi.h @@ -3,7 +3,7 @@ Contributed by Daniel Berlin - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y index c7a3f123b9..c6a5c341bf 100644 --- a/gdb/cp-name-parser.y +++ b/gdb/cp-name-parser.y @@ -1,6 +1,6 @@ /* YACC parser for C++ names, for GDB. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. Parts of the lexer are based on c-exp.y from GDB. diff --git a/gdb/cp-namespace.c b/gdb/cp-namespace.c index 6890001b9b..72002d6830 100644 --- a/gdb/cp-namespace.c +++ b/gdb/cp-namespace.c @@ -1,5 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. Contributed by David Carlton and by Kealia, Inc. diff --git a/gdb/cp-support.c b/gdb/cp-support.c index a14455a8c7..df127c4e05 100644 --- a/gdb/cp-support.c +++ b/gdb/cp-support.c @@ -1,5 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. Contributed by MontaVista Software. diff --git a/gdb/cp-support.h b/gdb/cp-support.h index 12d8d80c6e..78749c81fd 100644 --- a/gdb/cp-support.h +++ b/gdb/cp-support.h @@ -1,5 +1,5 @@ /* Helper routines for C++ support in GDB. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. Contributed by MontaVista Software. Namespace support contributed by David Carlton. diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index a3e94261b4..effce30cf8 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -1,6 +1,6 @@ /* Support for printing C++ values for GDB, the GNU debugger. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/cris-linux-tdep.c b/gdb/cris-linux-tdep.c index ec0dce10cb..5bdd6caf93 100644 --- a/gdb/cris-linux-tdep.c +++ b/gdb/cris-linux-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent code for GNU/Linux on CRIS processors, for GDB. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hendrik Ruijter, Stefan Andersson, Orjan Friberg, diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 46afc1f1e0..971ee9f691 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -1,6 +1,6 @@ /* Target dependent code for CRIS, for GDB, the GNU debugger. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hendrik Ruijter, Stefan Andersson, and Orjan Friberg. diff --git a/gdb/cris-tdep.h b/gdb/cris-tdep.h index a87823194e..30642413d3 100644 --- a/gdb/cris-tdep.h +++ b/gdb/cris-tdep.h @@ -1,6 +1,6 @@ /* Target dependent code for CRIS, for GDB, the GNU debugger. - Copyright (C) 2001-2015 Free Software Foundation, Inc. + Copyright (C) 2001-2016 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hendrik Ruijter, Stefan Andersson, and Orjan Friberg. diff --git a/gdb/ctf.c b/gdb/ctf.c index b8d7285f27..9d496e37fa 100644 --- a/gdb/ctf.c +++ b/gdb/ctf.c @@ -1,6 +1,6 @@ /* CTF format support. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. Contributed by Hui Zhu Contributed by Yao Qi diff --git a/gdb/ctf.h b/gdb/ctf.h index afc5b28dc8..ee1338641f 100644 --- a/gdb/ctf.h +++ b/gdb/ctf.h @@ -1,6 +1,6 @@ /* CTF format support. - Copyright (C) 2012-2015 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/d-exp.y b/gdb/d-exp.y index fb955ba181..54c01c5b4b 100644 --- a/gdb/d-exp.y +++ b/gdb/d-exp.y @@ -1,6 +1,6 @@ /* YACC parser for D expressions, for GDB. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/d-lang.c b/gdb/d-lang.c index 0fbc2fa871..e8a08e19c4 100644 --- a/gdb/d-lang.c +++ b/gdb/d-lang.c @@ -1,6 +1,6 @@ /* D language support routines for GDB, the GNU debugger. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/d-lang.h b/gdb/d-lang.h index 8b8b5dc424..8f63f519df 100644 --- a/gdb/d-lang.h +++ b/gdb/d-lang.h @@ -1,6 +1,6 @@ /* D language support definitions for GDB, the GNU debugger. - Copyright (C) 2005-2015 Free Software Foundation, Inc. + Copyright (C) 2005-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/d-namespace.c b/gdb/d-namespace.c index 170bddc176..bcd0f45e75 100644 --- a/gdb/d-namespace.c +++ b/gdb/d-namespace.c @@ -1,6 +1,6 @@ /* Helper routines for D support in GDB. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/d-valprint.c b/gdb/d-valprint.c index 5f4df329de..8527424f87 100644 --- a/gdb/d-valprint.c +++ b/gdb/d-valprint.c @@ -1,6 +1,6 @@ /* Support for printing D values for GDB, the GNU debugger. - Copyright (C) 2008-2015 Free Software Foundation, Inc. + Copyright (C) 2008-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/darwin-nat-info.c b/gdb/darwin-nat-info.c index 90e61dac96..314d265f7e 100644 --- a/gdb/darwin-nat-info.c +++ b/gdb/darwin-nat-info.c @@ -1,5 +1,5 @@ /* Darwin support for GDB, the GNU debugger. - Copyright (C) 1997-2015 Free Software Foundation, Inc. + Copyright (C) 1997-2016 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c index 457ba89e76..082a056ec1 100644 --- a/gdb/darwin-nat.c +++ b/gdb/darwin-nat.c @@ -1,5 +1,5 @@ /* Darwin support for GDB, the GNU debugger. - Copyright (C) 2008-2015 Free Software Foundation, Inc. + Copyright (C) 2008-2016 Free Software Foundation, Inc. Contributed by AdaCore. diff --git a/gdb/darwin-nat.h b/gdb/darwin-nat.h index 9bf8fb6bf9..7a174764f8 100644 --- a/gdb/darwin-nat.h +++ b/gdb/darwin-nat.h @@ -1,5 +1,5 @@ /* Common things used by the various darwin files - Copyright (C) 1995-2015 Free Software Foundation, Inc. + Copyright (C) 1995-2016 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/data-directory/Makefile.in b/gdb/data-directory/Makefile.in index abca534a97..f6d959f942 100644 --- a/gdb/data-directory/Makefile.in +++ b/gdb/data-directory/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2010-2015 Free Software Foundation, Inc. +# Copyright (C) 2010-2016 Free Software Foundation, Inc. # Makefile for building a staged copy of the data-directory. # This file is part of GDB. diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 7f422ad1dc..5ee7315220 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -1,5 +1,5 @@ /* Read dbx symbol tables and convert to internal format, for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dcache.c b/gdb/dcache.c index 6b654013e4..cb43068131 100644 --- a/gdb/dcache.c +++ b/gdb/dcache.c @@ -1,6 +1,6 @@ /* Caching code for GDB, the GNU debugger. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dcache.h b/gdb/dcache.h index eccf94d5c2..c9f3753098 100644 --- a/gdb/dcache.h +++ b/gdb/dcache.h @@ -1,7 +1,7 @@ /* Declarations for caching. Typically used by remote back ends for caching remote memory. - Copyright (C) 1992-2015 Free Software Foundation, Inc. + Copyright (C) 1992-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/debug.c b/gdb/debug.c index 525dcd2493..16b38713c1 100644 --- a/gdb/debug.c +++ b/gdb/debug.c @@ -1,6 +1,6 @@ /* Debug printing functions. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/defs.h b/gdb/defs.h index 03f7e8a050..f6ffeac0e6 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1,7 +1,7 @@ /* *INDENT-OFF* */ /* ATTRIBUTE_PRINTF confuses indent, avoid running it for now. */ /* Basic, host-specific, and target-specific definitions for GDB. - Copyright (C) 1986-2015 Free Software Foundation, Inc. + Copyright (C) 1986-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/demangle.c b/gdb/demangle.c index ded4a25ab1..f5f93e5dae 100644 --- a/gdb/demangle.c +++ b/gdb/demangle.c @@ -1,6 +1,6 @@ /* Basic C++ demangling support for GDB. - Copyright (C) 1991-2015 Free Software Foundation, Inc. + Copyright (C) 1991-2016 Free Software Foundation, Inc. Written by Fred Fish at Cygnus Support. diff --git a/gdb/dfp.c b/gdb/dfp.c index 7887eac49e..1558997535 100644 --- a/gdb/dfp.c +++ b/gdb/dfp.c @@ -1,6 +1,6 @@ /* Decimal floating point support for GDB. - Copyright (C) 2007-2015 Free Software Foundation, Inc. + Copyright (C) 2007-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dfp.h b/gdb/dfp.h index 40c1fba2f8..7d4d32ed80 100644 --- a/gdb/dfp.h +++ b/gdb/dfp.h @@ -1,6 +1,6 @@ /* Decimal floating point support for GDB. - Copyright (C) 2007-2015 Free Software Foundation, Inc. + Copyright (C) 2007-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dicos-tdep.c b/gdb/dicos-tdep.c index 82c6c11f40..2cb244a99b 100644 --- a/gdb/dicos-tdep.c +++ b/gdb/dicos-tdep.c @@ -1,6 +1,6 @@ /* Target-dependent, architecture-independent code for DICOS, for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dicos-tdep.h b/gdb/dicos-tdep.h index 52c684700b..b7604735e8 100644 --- a/gdb/dicos-tdep.h +++ b/gdb/dicos-tdep.h @@ -1,6 +1,6 @@ /* Target-dependent, architecture-independent code for DICOS, for GDB. - Copyright (C) 2009-2015 Free Software Foundation, Inc. + Copyright (C) 2009-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/dictionary.c b/gdb/dictionary.c index 68f4f7de28..a6f80dca50 100644 --- a/gdb/dictionary.c +++ b/gdb/dictionary.c @@ -1,6 +1,6 @@ /* Routines for name->symbol lookups in GDB. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. Contributed by David Carlton and by Kealia, Inc. diff --git a/gdb/dictionary.h b/gdb/dictionary.h index 2b7885039e..c816f720cf 100644 --- a/gdb/dictionary.h +++ b/gdb/dictionary.h @@ -1,6 +1,6 @@ /* Routines for name->symbol lookups in GDB. - Copyright (C) 2003-2015 Free Software Foundation, Inc. + Copyright (C) 2003-2016 Free Software Foundation, Inc. Contributed by David Carlton and by Kealia, Inc. diff --git a/gdb/disasm.c b/gdb/disasm.c index 87d79a8b19..9405928643 100644 --- a/gdb/disasm.c +++ b/gdb/disasm.c @@ -1,6 +1,6 @@ /* Disassemble support for GDB. - Copyright (C) 2000-2015 Free Software Foundation, Inc. + Copyright (C) 2000-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/disasm.h b/gdb/disasm.h index 32b64ff57d..a2b72b9441 100644 --- a/gdb/disasm.h +++ b/gdb/disasm.h @@ -1,5 +1,5 @@ /* Disassemble support for GDB. - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2016 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/doc/Doxyfile-base.in b/gdb/doc/Doxyfile-base.in index 0e8c791fcd..1a3831ca17 100644 --- a/gdb/doc/Doxyfile-base.in +++ b/gdb/doc/Doxyfile-base.in @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 Free Software Foundation, Inc. +# Copyright (C) 2014-2016 Free Software Foundation, Inc. # Base doxyfile for GDB. # This file is part of GDB. diff --git a/gdb/doc/Doxyfile-gdb-api.in b/gdb/doc/Doxyfile-gdb-api.in index 0d3c3fc449..38ddf09573 100644 --- a/gdb/doc/Doxyfile-gdb-api.in +++ b/gdb/doc/Doxyfile-gdb-api.in @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 Free Software Foundation, Inc. +# Copyright (C) 2014-2016 Free Software Foundation, Inc. # Doxygen file for GDB internal API. # This file is part of GDB. diff --git a/gdb/doc/Doxyfile-gdb-xref.in b/gdb/doc/Doxyfile-gdb-xref.in index 655b8e1956..9f589b5040 100644 --- a/gdb/doc/Doxyfile-gdb-xref.in +++ b/gdb/doc/Doxyfile-gdb-xref.in @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 Free Software Foundation, Inc. +# Copyright (C) 2014-2016 Free Software Foundation, Inc. # Doxygen file for a full GDB cross-reference. # This file is part of GDB. diff --git a/gdb/doc/Doxyfile-gdbserver.in b/gdb/doc/Doxyfile-gdbserver.in index 4ee9032f4c..a4d45ec8f6 100644 --- a/gdb/doc/Doxyfile-gdbserver.in +++ b/gdb/doc/Doxyfile-gdbserver.in @@ -1,4 +1,4 @@ -# Copyright (C) 2014-2015 Free Software Foundation, Inc. +# Copyright (C) 2014-2016 Free Software Foundation, Inc. # Doxygen file for a GDBserver cross-reference. # This file is part of GDB. diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 85ed95b570..70af0fe146 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -1,4 +1,4 @@ -##Copyright (C) 1991-2015 Free Software Foundation, Inc. +##Copyright (C) 1991-2016 Free Software Foundation, Inc. # Makefile for GDB documentation. # This file is part of GDB. diff --git a/gdb/doc/agentexpr.texi b/gdb/doc/agentexpr.texi index 297cd5e687..731234dfe6 100644 --- a/gdb/doc/agentexpr.texi +++ b/gdb/doc/agentexpr.texi @@ -7,7 +7,7 @@ @c This file is part of the GDB manual. @c -@c Copyright (C) 2003-2015 Free Software Foundation, Inc. +@c Copyright (C) 2003-2016 Free Software Foundation, Inc. @c @c See the file gdb.texinfo for copying conditions. diff --git a/gdb/doc/all-cfg.texi b/gdb/doc/all-cfg.texi index 5a678d9cf8..9881ed6ae0 100644 --- a/gdb/doc/all-cfg.texi +++ b/gdb/doc/all-cfg.texi @@ -1,6 +1,6 @@ @c GDB MANUAL configuration file. @c -@c Copyright (C) 1993-2015 Free Software Foundation, Inc. +@c Copyright (C) 1993-2016 Free Software Foundation, Inc. @c @c NOTE: While the GDB manual is configurable (by changing these @c switches), its configuration is ***NOT*** automatically tied in to diff --git a/gdb/doc/annotate.texinfo b/gdb/doc/annotate.texinfo index a8023f9af3..a61bd90485 100644 --- a/gdb/doc/annotate.texinfo +++ b/gdb/doc/annotate.texinfo @@ -27,7 +27,7 @@ @c cost. Having a smaller cheaper manual helps the GNU Press with its sales. @copying -Copyright @copyright{} 1994-2015 Free Software Foundation, Inc. +Copyright @copyright{} 1994-2016 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or diff --git a/gdb/doc/doxy-index.in b/gdb/doc/doxy-index.in index af1498903a..0746924114 100644 --- a/gdb/doc/doxy-index.in +++ b/gdb/doc/doxy-index.in @@ -1,4 +1,4 @@ -