aboutsummaryrefslogtreecommitdiff
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)
downloadgdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.zip
gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.gz
gdb-32d0add0a654c1204ab71dc8a55d9374538c4b33.tar.bz2
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 0c3d7a3..999a3de 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 70cf356..e01b0ad 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 135d161..8b27725 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 e76bf28..e5b55b4 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 339e684..6118c0d 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 d6afb6a..28b2625 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 1c748dd..a1d9eb3 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 8678114..964df7a 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 aad5add..7ab39ee 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 933d436..7c376bc 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 348b0e3..d1e195f 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 0a5256a..1873211 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 38216c8..4308b91 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 5f750c3..4f60ad8 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 2825c7f..a922316 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 9fa1c24..55b41ab 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 3b8237e..2925dd5 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 67615ba..f110924 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 7aabd07..a87579a 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 a36b221..e6d6341 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 089c64b..00b325e 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 88d77e5..36e2c49 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 7ee9c5a..ef12821 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 70e09aa..f44f3b1 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 b989dc7..deea93c 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 42e4b34..1c5f31f 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 7b795d3..ed2d7a8 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 f837c76..3e9baad 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 aba50a4..f5b67f6 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 e19fd9f..d0f50c1 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 ae11cc6..84424f8 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 0606689..b3f56f8 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 af61591..9b250d2 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 e4acef0..6c67034 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 820ade0..c8ff133 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 35b9739..8d16966 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 84e4aa7..deaea6b 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 e151a14..a21d2d4 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 7353b27..fce4349 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 e88799a..d3d3d65 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 31162c6..d62f67e 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 ebe2761..d4cf953 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 723d7fa..b809777 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 9fc6915..ce7bc6e 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 c406c9c..41e41b5 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 adfc4c2..3c18d8f 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 8bbbf17..9690ccb 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 b90dd21..e928afb 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 9fd6d8b..73dd474 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.