summaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/agent.c2
-rw-r--r--gdb/common/agent.h2
-rw-r--r--gdb/common/ax.def2
-rw-r--r--gdb/common/break-common.h2
-rw-r--r--gdb/common/btrace-common.c2
-rw-r--r--gdb/common/btrace-common.h2
-rw-r--r--gdb/common/buffer.c2
-rw-r--r--gdb/common/buffer.h2
-rw-r--r--gdb/common/cleanups.c2
-rw-r--r--gdb/common/cleanups.h2
-rw-r--r--gdb/common/common-debug.c2
-rw-r--r--gdb/common/common-debug.h2
-rw-r--r--gdb/common/common-defs.h2
-rw-r--r--gdb/common/common-exceptions.c2
-rw-r--r--gdb/common/common-exceptions.h2
-rw-r--r--gdb/common/common-regcache.c2
-rw-r--r--gdb/common/common-regcache.h2
-rw-r--r--gdb/common/common-types.h2
-rw-r--r--gdb/common/common-utils.c2
-rw-r--r--gdb/common/common-utils.h2
-rw-r--r--gdb/common/common.host2
-rw-r--r--gdb/common/common.m42
-rwxr-xr-xgdb/common/create-version.sh2
-rw-r--r--gdb/common/enum-flags.h2
-rw-r--r--gdb/common/errors.c2
-rw-r--r--gdb/common/errors.h2
-rw-r--r--gdb/common/fileio.c2
-rw-r--r--gdb/common/fileio.h2
-rw-r--r--gdb/common/filestuff.c2
-rw-r--r--gdb/common/filestuff.h2
-rw-r--r--gdb/common/format.c2
-rw-r--r--gdb/common/format.h2
-rw-r--r--gdb/common/gdb_assert.h2
-rw-r--r--gdb/common/gdb_locale.h2
-rw-r--r--gdb/common/gdb_setjmp.h2
-rw-r--r--gdb/common/gdb_signals.h2
-rw-r--r--gdb/common/gdb_sys_time.h2
-rw-r--r--gdb/common/gdb_vecs.c2
-rw-r--r--gdb/common/gdb_vecs.h2
-rw-r--r--gdb/common/gdb_wait.h2
-rw-r--r--gdb/common/host-defs.h2
-rw-r--r--gdb/common/mingw-strerror.c2
-rw-r--r--gdb/common/posix-strerror.c2
-rw-r--r--gdb/common/print-utils.c2
-rw-r--r--gdb/common/print-utils.h2
-rw-r--r--gdb/common/ptid.c2
-rw-r--r--gdb/common/ptid.h2
-rw-r--r--gdb/common/queue.h2
-rw-r--r--gdb/common/rsp-low.c2
-rw-r--r--gdb/common/rsp-low.h2
-rw-r--r--gdb/common/signals.c2
-rw-r--r--gdb/common/symbol.h2
-rw-r--r--gdb/common/vec.c2
-rw-r--r--gdb/common/vec.h2
-rw-r--r--gdb/common/version.h2
-rw-r--r--gdb/common/x86-xstate.h2
-rw-r--r--gdb/common/xml-utils.c2
-rw-r--r--gdb/common/xml-utils.h2
58 files changed, 58 insertions, 58 deletions
diff --git a/gdb/common/agent.c b/gdb/common/agent.c
index 5c307290589..9faf8e7c7d6 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 a004c2e6b6f..7fb1b0f4762 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 27c97cc51ed..f375373dd0b 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 e5b55b41190..868a261165d 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 7d65ab2b4c7..185a3e59d0b 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. <markus.t.metzger@intel.com>
diff --git a/gdb/common/btrace-common.h b/gdb/common/btrace-common.h
index c90a3313516..4165fd3f733 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. <markus.t.metzger@intel.com>.
diff --git a/gdb/common/buffer.c b/gdb/common/buffer.c
index 684fb6ef52d..e9eee09c7dd 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 a1d9eb3ef5e..2a47db4cc09 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 2b48e867932..7500ca70ca7 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 7ab39eeaa25..5e2167882e8 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 7c376bcb898..c3713782079 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 d1e195f86b1..06892035b6c 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 acea66372b1..2c941170453 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 231bab56000..829ce12f87f 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 def08b1f9dc..398a2fb399a 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 9ee11021cdb..93a9c60ff70 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 97c186c5596..0fe8d128269 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 3f60a9a9a56..efeb0db46c9 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 e86ed5b7ecb..c1b5eea749b 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 eef5e6b11a6..47def11a675 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 8a83882a10b..551bb90bfcd 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 a87579a12b9..1342503aaf4 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 e6d6341a34b..e0f9eb341d3 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 d7046e09017..9b8c952df83 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 00b325ea293..1fc96025f9d 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 36e2c49297c..56979adf380 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 d219f3041c3..698438a19c0 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 88f96cf1b60..79209d54a31 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 a5b94cb8910..3996f6f6e60 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 e997ecc7bcc..a490ddeabf4 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 65c1fb45512..fbb82fd1858 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 1c5f31f0343..cb56a2c551f 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 ed2d7a8cc1a..ac8f8a3daf4 100644
--- a/gdb/common/gdb_assert.h
+++ b/gdb/common/gdb_assert.h
@@ -1,5 +1,5 @@
/* GDB-friendly replacement for <assert.h>.
- 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 3e9baadd702..686260e921d 100644
--- a/gdb/common/gdb_locale.h
+++ b/gdb/common/gdb_locale.h
@@ -1,5 +1,5 @@
/* GDB-friendly replacement for <locale.h>.
- 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 f5b67f66579..2fec8553d04 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 d0f50c1773d..038ad08654d 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 0f764f888b1..9fdb03a6ef4 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 f8c34147222..11a2465e8a8 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 a08d416cd5c..3a10379e74f 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 412f8131212..2345280e895 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 7bc41a20932..b6e7e7ecef6 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 c62c42d7065..8a4b456d4e6 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 119fcf6034f..00cf660c1b4 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 7eba07d5e80..5bb83b579c6 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 49bc09ab2df..706877bd0bb 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 deaea6b30aa..c997d649251 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 a21d2d4b081..e18e5efc92d 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 99459a0b3c5..8611ed65858 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 178c6986798..e5fadd1f240 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 f45d0ae9e9d..29417be982d 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 d4cf9532925..45c0c7341ef 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 b809777051c..e44b79ee0dd 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 6b7f25ed276..a6c42dd9b08 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 <nathan@codesourcery.com>
This file is part of GDB.
diff --git a/gdb/common/vec.h b/gdb/common/vec.h
index a188b020620..2b2da0bffd6 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 <nathan@codesourcery.com>
This file is part of GDB.
diff --git a/gdb/common/version.h b/gdb/common/version.h
index 3c18d8f4c28..62508fd2e55 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 9690ccb99f3..8386420d92f 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 00e035621e6..afc802f5d0d 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 73dd47413da..c73bf072d5d 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.