aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2017-01-01 10:50:51 +0400
committerJoel Brobecker <brobecker@adacore.com>2017-01-01 10:52:34 +0400
commit61baf725eca99af2569262d10aca03dcde2698f6 (patch)
tree460360d133660b0c2b77919fe92334fc980eac7a /gdb/common
parentc113e7ff6176890ef6d73a23f0918aca98b8619f (diff)
downloadgdb-61baf725eca99af2569262d10aca03dcde2698f6.zip
gdb-61baf725eca99af2569262d10aca03dcde2698f6.tar.gz
gdb-61baf725eca99af2569262d10aca03dcde2698f6.tar.bz2
update copyright year range in GDB files
This applies the second part of GDB's End of Year Procedure, which updates the copyright year range in all of GDB's files. gdb/ChangeLog: Update copyright year range in all GDB files.
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_unique_ptr.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/new-op.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/run-time-clock.c2
-rw-r--r--gdb/common/run-time-clock.h2
-rw-r--r--gdb/common/scoped_restore.h2
-rw-r--r--gdb/common/signals-state-save-restore.c2
-rw-r--r--gdb/common/signals-state-save-restore.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
65 files changed, 65 insertions, 65 deletions
diff --git a/gdb/common/agent.c b/gdb/common/agent.c
index 9faf8e7..95f67ba 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/agent.h b/gdb/common/agent.h
index 7fb1b0f..171c591 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ax.def b/gdb/common/ax.def
index f375373..d0c696f 100644
--- a/gdb/common/ax.def
+++ b/gdb/common/ax.def
@@ -1,5 +1,5 @@
/* Definition of agent opcode values. -*- c -*-
- Copyright (C) 1998-2016 Free Software Foundation, Inc.
+ Copyright (C) 1998-2017 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 868a261..9782e6e 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1992-2017 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 90aef76..940ec75 100644
--- a/gdb/common/btrace-common.c
+++ b/gdb/common/btrace-common.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2017 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 d702bb8..bcae22b 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2013-2017 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 e9eee09..c5eb169 100644
--- a/gdb/common/buffer.c
+++ b/gdb/common/buffer.c
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/buffer.h b/gdb/common/buffer.h
index 8122a2c..2432a06 100644
--- a/gdb/common/buffer.h
+++ b/gdb/common/buffer.h
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009-2016 Free Software Foundation, Inc.
+ Copyright (C) 2009-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/cleanups.c b/gdb/common/cleanups.c
index 7500ca7..24c292b 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/cleanups.h b/gdb/common/cleanups.h
index 5e21678..039004b 100644
--- a/gdb/common/cleanups.h
+++ b/gdb/common/cleanups.h
@@ -1,5 +1,5 @@
/* Cleanups.
- Copyright (C) 1986-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 c371378..8643490 100644
--- a/gdb/common/common-debug.c
+++ b/gdb/common/common-debug.c
@@ -1,6 +1,6 @@
/* Debug printing functions.
- Copyright (C) 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2014-2017 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 0689203..67fba93 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2014-2017 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 69254c8..af37111 100644
--- a/gdb/common/common-defs.h
+++ b/gdb/common/common-defs.h
@@ -1,6 +1,6 @@
/* Common definitions.
- Copyright (C) 1986-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 33fff21..6b7d5ec 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 4cc56b4..c4a2f59 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 93a9c60..e3e4fc4 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015-2017 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 0fe8d12..83071c7 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2014-2017 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 efeb0db..1b4f898 100644
--- a/gdb/common/common-types.h
+++ b/gdb/common/common-types.h
@@ -1,6 +1,6 @@
/* Declarations for common types.
- Copyright (C) 1986-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 e112b62..afc0af9 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 a9053ff..618d266 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/common.host b/gdb/common/common.host
index 551bb90..7e9b5b6 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-2016 Free Software Foundation, Inc.
+# Copyright (C) 2015-2017 Free Software Foundation, Inc.
#
# This file is part of GDB.
#
diff --git a/gdb/common/common.m4 b/gdb/common/common.m4
index 68afc65..e21e6e5 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-2016 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2017 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 e0f9eb3..f23991d 100755
--- a/gdb/common/create-version.sh
+++ b/gdb/common/create-version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 1989-2016 Free Software Foundation, Inc.
+# Copyright (C) 1989-2017 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 9b8c952..5b8c3ebc 100644
--- a/gdb/common/enum-flags.h
+++ b/gdb/common/enum-flags.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2015-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/errors.c b/gdb/common/errors.c
index 1fc9602..7b1f285 100644
--- a/gdb/common/errors.c
+++ b/gdb/common/errors.c
@@ -1,6 +1,6 @@
/* Error reporting facilities.
- Copyright (C) 1986-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/errors.h b/gdb/common/errors.h
index 56979ad..35fee0d 100644
--- a/gdb/common/errors.h
+++ b/gdb/common/errors.h
@@ -1,6 +1,6 @@
/* Declarations for error-reporting facilities.
- Copyright (C) 1986-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/fileio.c b/gdb/common/fileio.c
index 698438a..9f7ea53 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2003-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/fileio.h b/gdb/common/fileio.h
index 79209d5..7d7512e 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2003-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c
index 3996f6f..725fb92 100644
--- a/gdb/common/filestuff.c
+++ b/gdb/common/filestuff.c
@@ -1,5 +1,5 @@
/* Low-level file-handling.
- Copyright (C) 2012-2016 Free Software Foundation, Inc.
+ Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/filestuff.h b/gdb/common/filestuff.h
index a490dde..b0a811b 100644
--- a/gdb/common/filestuff.h
+++ b/gdb/common/filestuff.h
@@ -1,5 +1,5 @@
/* Low-level file-handling.
- Copyright (C) 2012-2016 Free Software Foundation, Inc.
+ Copyright (C) 2012-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/format.c b/gdb/common/format.c
index fbb82fd..d68579c 100644
--- a/gdb/common/format.c
+++ b/gdb/common/format.c
@@ -1,6 +1,6 @@
/* Parse a printf-style format string.
- Copyright (C) 1986-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/format.h b/gdb/common/format.h
index cb56a2c..e1482fa 100644
--- a/gdb/common/format.h
+++ b/gdb/common/format.h
@@ -1,6 +1,6 @@
/* Parse a printf-style format string.
- Copyright (C) 1986-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 ac8f8a3d..5de9d3f 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 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 f9538a7..c5562ab 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2002-2017 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 2fec855..9223356 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 038ad08..dce0fbd 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1990-2017 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 9fdb03a..0955f9e 100644
--- a/gdb/common/gdb_sys_time.h
+++ b/gdb/common/gdb_sys_time.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2015-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/gdb_unique_ptr.h b/gdb/common/gdb_unique_ptr.h
index 86a0d2f..4faadaf 100644
--- a/gdb/common/gdb_unique_ptr.h
+++ b/gdb/common/gdb_unique_ptr.h
@@ -1,6 +1,6 @@
/* std::unique_ptr specializations for GDB.
- Copyright (C) 2016 Free Software Foundation, Inc.
+ Copyright (C) 2016-2017 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 11a2465..3cf7745 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2012-2017 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 3a10379..d777747 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2012-2017 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 2345280..7084422 100644
--- a/gdb/common/gdb_wait.h
+++ b/gdb/common/gdb_wait.h
@@ -1,5 +1,5 @@
/* Standard wait macros.
- Copyright (C) 2000-2016 Free Software Foundation, Inc.
+ Copyright (C) 2000-2017 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 b6e7e7e..d653e29 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 8a4b456..a2643ff 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2006-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/new-op.c b/gdb/common/new-op.c
index c67239c..664ea79 100644
--- a/gdb/common/new-op.c
+++ b/gdb/common/new-op.c
@@ -1,6 +1,6 @@
/* Replace operator new/new[], for GDB, the GNU debugger.
- Copyright (C) 2016 Free Software Foundation, Inc.
+ Copyright (C) 2016-2017 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 00cf660..b12f959 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2006-2017 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 1a21404..a0fb541 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 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 8790d0b..0cdb539 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c
index c997d64..05c0db1 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h
index e18e5ef..337bfb0 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1986-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/queue.h b/gdb/common/queue.h
index 8611ed6..6314ad5 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2012-2017 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 e5fadd1..eb85ab5 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1988-2017 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 29417be..b57f58b 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 1988-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/run-time-clock.c b/gdb/common/run-time-clock.c
index f9dc7a0..ac453cb 100644
--- a/gdb/common/run-time-clock.c
+++ b/gdb/common/run-time-clock.c
@@ -1,5 +1,5 @@
/* User/system CPU time clocks that follow the std::chrono interface.
- Copyright (C) 2016 Free Software Foundation, Inc.
+ Copyright (C) 2016-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/run-time-clock.h b/gdb/common/run-time-clock.h
index ee531bb..18348dc 100644
--- a/gdb/common/run-time-clock.h
+++ b/gdb/common/run-time-clock.h
@@ -1,5 +1,5 @@
/* User/system CPU time clocks that follow the std::chrono interface.
- Copyright (C) 2016 Free Software Foundation, Inc.
+ Copyright (C) 2016-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/scoped_restore.h b/gdb/common/scoped_restore.h
index 8c2a5b0..0c8c30d 100644
--- a/gdb/common/scoped_restore.h
+++ b/gdb/common/scoped_restore.h
@@ -1,6 +1,6 @@
/* scoped_restore, a simple class for saving and restoring a value
- Copyright (C) 2016 Free Software Foundation, Inc.
+ Copyright (C) 2016-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/signals-state-save-restore.c b/gdb/common/signals-state-save-restore.c
index 5269062..d11a9ae 100644
--- a/gdb/common/signals-state-save-restore.c
+++ b/gdb/common/signals-state-save-restore.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 Free Software Foundation, Inc.
+/* Copyright (C) 2016-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/signals-state-save-restore.h b/gdb/common/signals-state-save-restore.h
index bed77fe..008d3aa 100644
--- a/gdb/common/signals-state-save-restore.h
+++ b/gdb/common/signals-state-save-restore.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 Free Software Foundation, Inc.
+/* Copyright (C) 2016-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/signals.c b/gdb/common/signals.c
index f84935d..50bd8ce 100644
--- a/gdb/common/signals.c
+++ b/gdb/common/signals.c
@@ -1,5 +1,5 @@
/* Target signal translation functions for GDB.
- Copyright (C) 1990-2016 Free Software Foundation, Inc.
+ Copyright (C) 1990-2017 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 e44b79e..47a0693 100644
--- a/gdb/common/symbol.h
+++ b/gdb/common/symbol.h
@@ -1,6 +1,6 @@
/* Declarations of common symbol functions.
- Copyright (C) 2014-2016 Free Software Foundation, Inc.
+ Copyright (C) 2014-2017 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/vec.c b/gdb/common/vec.c
index a6c42dd..18e2c42 100644
--- a/gdb/common/vec.c
+++ b/gdb/common/vec.c
@@ -1,5 +1,5 @@
/* Vector API for GDB.
- Copyright (C) 2004-2016 Free Software Foundation, Inc.
+ Copyright (C) 2004-2017 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 2b2da0b..982f771 100644
--- a/gdb/common/vec.h
+++ b/gdb/common/vec.h
@@ -1,5 +1,5 @@
/* Vector API for GDB.
- Copyright (C) 2004-2016 Free Software Foundation, Inc.
+ Copyright (C) 2004-2017 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 62508fd..4e71354 100644
--- a/gdb/common/version.h
+++ b/gdb/common/version.h
@@ -1,5 +1,5 @@
/* Version information for GDB.
- Copyright (C) 1999-2016 Free Software Foundation, Inc.
+ Copyright (C) 1999-2017 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 0aa9164..fcb7453 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2010-2017 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 afc802f..b5fe442 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2006-2017 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 c73bf07..d138bab 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-2016 Free Software Foundation, Inc.
+ Copyright (C) 2006-2017 Free Software Foundation, Inc.
This file is part of GDB.