summaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2015-01-01 13:32:14 +0400
committerJoel Brobecker <brobecker@adacore.com>2015-01-01 13:32:14 +0400
commit32d0add0a654c1204ab71dc8a55d9374538c4b33 (patch)
treec17872eaaa56843d99bbdfcaba8f6b04f855161b /gdb/common
parent76f2b779a17de2a13e9b6c0d1a4bb0ad5699a39c (diff)
downloadbinutils-gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.gz
Update year range in copyright notice of all files owned by the GDB project.
gdb/ChangeLog: Update year range in copyright notice of all 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.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.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.m42
-rwxr-xr-xgdb/common/create-version.sh2
-rw-r--r--gdb/common/errors.c2
-rw-r--r--gdb/common/errors.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_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/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
49 files changed, 49 insertions, 49 deletions
diff --git a/gdb/common/agent.c b/gdb/common/agent.c
index 0c3d7a3d4b8..999a3debc67 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/agent.h b/gdb/common/agent.h
index 70cf356ffeb..e01b0ad2d55 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ax.def b/gdb/common/ax.def
index 135d161aa53..8b277258f76 100644
--- a/gdb/common/ax.def
+++ b/gdb/common/ax.def
@@ -1,5 +1,5 @@
/* Definition of agent opcode values. -*- c -*-
- Copyright (C) 1998-2014 Free Software Foundation, Inc.
+ Copyright (C) 1998-2015 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 e76bf2897d0..e5b55b41190 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1992-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/btrace-common.h b/gdb/common/btrace-common.h
index 339e68430a9..6118c0da678 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2013-2015 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 d6afb6a39ee..28b2625f069 100644
--- a/gdb/common/buffer.c
+++ b/gdb/common/buffer.c
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009-2014 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/buffer.h b/gdb/common/buffer.h
index 1c748dd18a2..a1d9eb3ef5e 100644
--- a/gdb/common/buffer.h
+++ b/gdb/common/buffer.h
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009-2014 Free Software Foundation, Inc.
+ Copyright (C) 2009-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/cleanups.c b/gdb/common/cleanups.c
index 8678114ba9d..964df7ae072 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/cleanups.h b/gdb/common/cleanups.h
index aad5add8358..7ab39eeaa25 100644
--- a/gdb/common/cleanups.h
+++ b/gdb/common/cleanups.h
@@ -1,5 +1,5 @@
/* Cleanups.
- Copyright (C) 1986-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 933d4363742..7c376bcb898 100644
--- a/gdb/common/common-debug.c
+++ b/gdb/common/common-debug.c
@@ -1,6 +1,6 @@
/* Debug printing functions.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2014-2015 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 348b0e3def0..d1e195f86b1 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 Free Software Foundation, Inc.
+ Copyright (C) 2014-2015 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 0a5256a6176..1873211d572 100644
--- a/gdb/common/common-defs.h
+++ b/gdb/common/common-defs.h
@@ -1,6 +1,6 @@
/* Common definitions.
- Copyright (C) 1986-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 38216c8a93d..4308b91184c 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 5f750c3a638..4f60ad817cb 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 2825c7fcfd2..a9223161802 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 Free Software Foundation, Inc.
+ Copyright (C) 2014-2015 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 9fa1c24f5d3..55b41abb8fc 100644
--- a/gdb/common/common-types.h
+++ b/gdb/common/common-types.h
@@ -1,6 +1,6 @@
/* Declarations for common types.
- Copyright (C) 1986-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 3b8237e9fe1..2925dd5660a 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 67615ba6632..f110924fa0c 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/common.m4 b/gdb/common/common.m4
index 7aabd07c430..a87579a12b9 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-2014 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2015 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 a36b2215c0f..e6d6341a34b 100755
--- a/gdb/common/create-version.sh
+++ b/gdb/common/create-version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 1989-2014 Free Software Foundation, Inc.
+# Copyright (C) 1989-2015 Free Software Foundation, Inc.
# This file is part of GDB.
diff --git a/gdb/common/errors.c b/gdb/common/errors.c
index 089c64b0de7..00b325ea293 100644
--- a/gdb/common/errors.c
+++ b/gdb/common/errors.c
@@ -1,6 +1,6 @@
/* Error reporting facilities.
- Copyright (C) 1986-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/errors.h b/gdb/common/errors.h
index 88d77e50324..36e2c49297c 100644
--- a/gdb/common/errors.h
+++ b/gdb/common/errors.h
@@ -1,6 +1,6 @@
/* Declarations for error-reporting facilities.
- Copyright (C) 1986-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c
index 7ee9c5a823d..ef12821a4d1 100644
--- a/gdb/common/filestuff.c
+++ b/gdb/common/filestuff.c
@@ -1,5 +1,5 @@
/* Low-level file-handling.
- Copyright (C) 2012-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/filestuff.h b/gdb/common/filestuff.h
index 70e09aa889d..f44f3b18484 100644
--- a/gdb/common/filestuff.h
+++ b/gdb/common/filestuff.h
@@ -1,5 +1,5 @@
/* Low-level file-handling.
- Copyright (C) 2012-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/format.c b/gdb/common/format.c
index b989dc784a6..deea93ca953 100644
--- a/gdb/common/format.c
+++ b/gdb/common/format.c
@@ -1,6 +1,6 @@
/* Parse a printf-style format string.
- Copyright (C) 1986-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/format.h b/gdb/common/format.h
index 42e4b34bcff..1c5f31f0343 100644
--- a/gdb/common/format.h
+++ b/gdb/common/format.h
@@ -1,6 +1,6 @@
/* Parse a printf-style format string.
- Copyright (C) 1986-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 7b795d3c18f..ed2d7a8cc1a 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 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 f837c761beb..3e9baadd702 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2002-2015 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 aba50a4e26c..f5b67f66579 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 e19fd9f0884..d0f50c1773d 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1990-2015 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff --git a/gdb/common/gdb_vecs.c b/gdb/common/gdb_vecs.c
index ae11cc6d6fa..84424f87b7b 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2015 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 0606689530d..b3f56f8e0f4 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2015 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 af615917649..9b250d250ae 100644
--- a/gdb/common/gdb_wait.h
+++ b/gdb/common/gdb_wait.h
@@ -1,5 +1,5 @@
/* Standard wait macros.
- Copyright (C) 2000-2014 Free Software Foundation, Inc.
+ Copyright (C) 2000-2015 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 e4acef055a5..6c67034f890 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 820ade01fa0..c8ff1332f72 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 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 35b97392676..8d169664d08 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c
index 84e4aa744bb..deaea6b30aa 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h
index e151a14c935..a21d2d4b081 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1986-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/queue.h b/gdb/common/queue.h
index 7353b27240e..fce43493955 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2012-2015 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 e88799a6742..d3d3d65e5b6 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1988-2015 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 31162c69776..d62f67e81be 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 1988-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/signals.c b/gdb/common/signals.c
index ebe2761220f..d4cf9532925 100644
--- a/gdb/common/signals.c
+++ b/gdb/common/signals.c
@@ -1,5 +1,5 @@
/* Target signal translation functions for GDB.
- Copyright (C) 1990-2014 Free Software Foundation, Inc.
+ Copyright (C) 1990-2015 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 723d7fa66f8..b809777051c 100644
--- a/gdb/common/symbol.h
+++ b/gdb/common/symbol.h
@@ -1,6 +1,6 @@
/* Declarations of common symbol functions.
- Copyright (C) 2014 Free Software Foundation, Inc.
+ Copyright (C) 2014-2015 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/vec.c b/gdb/common/vec.c
index 9fc691504c3..ce7bc6e8f6a 100644
--- a/gdb/common/vec.c
+++ b/gdb/common/vec.c
@@ -1,5 +1,5 @@
/* Vector API for GDB.
- Copyright (C) 2004-2014 Free Software Foundation, Inc.
+ Copyright (C) 2004-2015 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 c406c9c923e..41e41b5b22c 100644
--- a/gdb/common/vec.h
+++ b/gdb/common/vec.h
@@ -1,5 +1,5 @@
/* Vector API for GDB.
- Copyright (C) 2004-2014 Free Software Foundation, Inc.
+ Copyright (C) 2004-2015 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 adfc4c2f286..3c18d8f4c28 100644
--- a/gdb/common/version.h
+++ b/gdb/common/version.h
@@ -1,5 +1,5 @@
/* Version information for GDB.
- Copyright (C) 1999-2014 Free Software Foundation, Inc.
+ Copyright (C) 1999-2015 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 8bbbf175dfd..9690ccb99f3 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2010-2015 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 b90dd21d104..e928afb653a 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2006-2015 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 9fd6d8b1317..73dd47413da 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-2014 Free Software Foundation, Inc.
+ Copyright (C) 2006-2015 Free Software Foundation, Inc.
This file is part of GDB.