summaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2014-01-01 07:54:24 +0400
committerJoel Brobecker <brobecker@adacore.com>2014-01-01 07:54:24 +0400
commitecd75fc8eed3bde86036141228074a20e55dcfc9 (patch)
tree8f4a51f410949d8e3e7f03b005e798e7dfa2721d /gdb/common
parent28498c4207945d583481d50ba6b181d3ce60fa72 (diff)
downloadbinutils-gdb-ecd75fc8eed3bde86036141228074a20e55dcfc9.tar.gz
Update Copyright year range in all files maintained by GDB.
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/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/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_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/i386-cpuid.h2
-rw-r--r--gdb/common/i386-gcc-cpuid.h2
-rw-r--r--gdb/common/i386-xstate.h2
-rw-r--r--gdb/common/linux-btrace.c2
-rw-r--r--gdb/common/linux-btrace.h2
-rw-r--r--gdb/common/linux-osdata.c2
-rw-r--r--gdb/common/linux-osdata.h2
-rw-r--r--gdb/common/linux-procfs.c2
-rw-r--r--gdb/common/linux-procfs.h2
-rw-r--r--gdb/common/linux-ptrace.c2
-rw-r--r--gdb/common/linux-ptrace.h2
-rw-r--r--gdb/common/mips-linux-watch.c2
-rw-r--r--gdb/common/mips-linux-watch.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/signals.c2
-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/xml-utils.c2
-rw-r--r--gdb/common/xml-utils.h2
44 files changed, 44 insertions, 44 deletions
diff --git a/gdb/common/agent.c b/gdb/common/agent.c
index 99cef4fcab3..9503592a3eb 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/agent.h b/gdb/common/agent.h
index a75f8904c5a..70cf356ffeb 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ax.def b/gdb/common/ax.def
index 06ae70bacae..135d161aa53 100644
--- a/gdb/common/ax.def
+++ b/gdb/common/ax.def
@@ -1,5 +1,5 @@
/* Definition of agent opcode values. -*- c -*-
- Copyright (C) 1998-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2014 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 16ed0e214ec..e76bf2897d0 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1992-2014 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 b157c7c000d..c7d811687c1 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 Free Software Foundation, Inc.
+ Copyright (C) 2013-2014 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 ee5d35e8f63..4d9edb88317 100644
--- a/gdb/common/buffer.c
+++ b/gdb/common/buffer.c
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/buffer.h b/gdb/common/buffer.h
index 568543abd79..c6abc8b3f86 100644
--- a/gdb/common/buffer.h
+++ b/gdb/common/buffer.h
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 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 4f2b78a6afc..29fe2c516c1 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1986-2014 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 9b659d8dace..9777ac0f166 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1986-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/common.m4 b/gdb/common/common.m4
index 29debd1b8fb..426df793842 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-2013 Free Software Foundation, Inc.
+dnl Copyright (C) 1995-2014 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 ad509469db5..a36b2215c0f 100755
--- a/gdb/common/create-version.sh
+++ b/gdb/common/create-version.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 1989-2013 Free Software Foundation, Inc.
+# Copyright (C) 1989-2014 Free Software Foundation, Inc.
# This file is part of GDB.
diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c
index b884c02d1c5..4544926464d 100644
--- a/gdb/common/filestuff.c
+++ b/gdb/common/filestuff.c
@@ -1,5 +1,5 @@
/* Low-level file-handling.
- Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/filestuff.h b/gdb/common/filestuff.h
index b162a0c6e77..70e09aa889d 100644
--- a/gdb/common/filestuff.h
+++ b/gdb/common/filestuff.h
@@ -1,5 +1,5 @@
/* Low-level file-handling.
- Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/format.c b/gdb/common/format.c
index 985e0e4be55..bddfbc6c52d 100644
--- a/gdb/common/format.c
+++ b/gdb/common/format.c
@@ -1,6 +1,6 @@
/* Parse a printf-style format string.
- Copyright (C) 1986-2013 Free Software Foundation, Inc.
+ Copyright (C) 1986-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/format.h b/gdb/common/format.h
index ba3d703cf7d..42e4b34bcff 100644
--- a/gdb/common/format.h
+++ b/gdb/common/format.h
@@ -1,6 +1,6 @@
/* Parse a printf-style format string.
- Copyright (C) 1986-2013 Free Software Foundation, Inc.
+ Copyright (C) 1986-2014 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 28e8da4f747..50f7bf2be9b 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 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 2f8e068e6ec..f837c761beb 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2002-2014 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 e02d1ee7f94..e19fd9f0884 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1990-2014 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 8494aedaf46..b25698627c3 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 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 7df3001c9b3..29782050e2d 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 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 1c234c41530..af615917649 100644
--- a/gdb/common/gdb_wait.h
+++ b/gdb/common/gdb_wait.h
@@ -1,5 +1,5 @@
/* Standard wait macros.
- Copyright (C) 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 2000-2014 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 ac239b05a8e..e4acef055a5 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1986-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/i386-cpuid.h b/gdb/common/i386-cpuid.h
index 8bb28c533d3..9aea054ef60 100644
--- a/gdb/common/i386-cpuid.h
+++ b/gdb/common/i386-cpuid.h
@@ -1,5 +1,5 @@
/* C API for x86 cpuid insn.
- Copyright (C) 2007-2013 Free Software Foundation, Inc.
+ Copyright (C) 2007-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/i386-gcc-cpuid.h b/gdb/common/i386-gcc-cpuid.h
index dafb21c00e2..34ab1974644 100644
--- a/gdb/common/i386-gcc-cpuid.h
+++ b/gdb/common/i386-gcc-cpuid.h
@@ -3,7 +3,7 @@
* include this directly, but pull in i386-cpuid.h and use that func.
*/
/*
- * Copyright (C) 2007-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2007-2014 Free Software Foundation, Inc.
*
* This file is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/gdb/common/i386-xstate.h b/gdb/common/i386-xstate.h
index c4b8c8a1f14..36381421418 100644
--- a/gdb/common/i386-xstate.h
+++ b/gdb/common/i386-xstate.h
@@ -1,6 +1,6 @@
/* Common code for i386 XSAVE extended state.
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/linux-btrace.c b/gdb/common/linux-btrace.c
index 7e20745a657..ef240f707ef 100644
--- a/gdb/common/linux-btrace.c
+++ b/gdb/common/linux-btrace.c
@@ -1,6 +1,6 @@
/* Linux-dependent part of branch trace support for GDB, and GDBserver.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-2014 Free Software Foundation, Inc.
Contributed by Intel Corp. <markus.t.metzger@intel.com>
diff --git a/gdb/common/linux-btrace.h b/gdb/common/linux-btrace.h
index d4e8402d1c2..32a0403c33a 100644
--- a/gdb/common/linux-btrace.h
+++ b/gdb/common/linux-btrace.h
@@ -1,6 +1,6 @@
/* Linux-dependent part of branch trace support for GDB, and GDBserver.
- Copyright (C) 2013 Free Software Foundation, Inc.
+ Copyright (C) 2013-2014 Free Software Foundation, Inc.
Contributed by Intel Corp. <markus.t.metzger@intel.com>
diff --git a/gdb/common/linux-osdata.c b/gdb/common/linux-osdata.c
index 90da8995a66..359ab181c2c 100644
--- a/gdb/common/linux-osdata.c
+++ b/gdb/common/linux-osdata.c
@@ -1,6 +1,6 @@
/* Linux-specific functions to retrieve OS data.
- Copyright (C) 2009-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/linux-osdata.h b/gdb/common/linux-osdata.h
index 8e45efaec09..73def8687b0 100644
--- a/gdb/common/linux-osdata.h
+++ b/gdb/common/linux-osdata.h
@@ -1,6 +1,6 @@
/* Linux-specific functions to retrieve OS data.
- Copyright (C) 2009-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/linux-procfs.c b/gdb/common/linux-procfs.c
index ec0f6c72fa0..1443a880a76 100644
--- a/gdb/common/linux-procfs.c
+++ b/gdb/common/linux-procfs.c
@@ -1,5 +1,5 @@
/* Linux-specific PROCFS manipulation routines.
- Copyright (C) 2009-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/linux-procfs.h b/gdb/common/linux-procfs.h
index 267d32d9251..d13fff75df5 100644
--- a/gdb/common/linux-procfs.h
+++ b/gdb/common/linux-procfs.h
@@ -1,5 +1,5 @@
/* Linux-specific PROCFS manipulation routines.
- Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/linux-ptrace.c b/gdb/common/linux-ptrace.c
index 2b12a681214..7c1b78a55b6 100644
--- a/gdb/common/linux-ptrace.c
+++ b/gdb/common/linux-ptrace.c
@@ -1,5 +1,5 @@
/* Linux-specific ptrace manipulation routines.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/linux-ptrace.h b/gdb/common/linux-ptrace.h
index 39c943e456f..38bb9ea92d4 100644
--- a/gdb/common/linux-ptrace.h
+++ b/gdb/common/linux-ptrace.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/mips-linux-watch.c b/gdb/common/mips-linux-watch.c
index 875d6b7a4e2..acfc7f41a98 100644
--- a/gdb/common/mips-linux-watch.c
+++ b/gdb/common/mips-linux-watch.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/mips-linux-watch.h b/gdb/common/mips-linux-watch.h
index aa89f198762..c9f69322b32 100644
--- a/gdb/common/mips-linux-watch.h
+++ b/gdb/common/mips-linux-watch.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c
index d7780d3750c..49354ad2801 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1986-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h
index 2a31a1c02a1..362882dfa3e 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1986-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/queue.h b/gdb/common/queue.h
index 14620271aff..4ce53c3c7c7 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-2014 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/signals.c b/gdb/common/signals.c
index 299519505a1..5e81356fb13 100644
--- a/gdb/common/signals.c
+++ b/gdb/common/signals.c
@@ -1,5 +1,5 @@
/* Target signal translation functions for GDB.
- Copyright (C) 1990-2013 Free Software Foundation, Inc.
+ Copyright (C) 1990-2014 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff --git a/gdb/common/vec.c b/gdb/common/vec.c
index 2a82afb9e3b..4611e5f8db0 100644
--- a/gdb/common/vec.c
+++ b/gdb/common/vec.c
@@ -1,5 +1,5 @@
/* Vector API for GDB.
- Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 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 b4988a70b60..987457301b1 100644
--- a/gdb/common/vec.h
+++ b/gdb/common/vec.h
@@ -1,5 +1,5 @@
/* Vector API for GDB.
- Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 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 94b577cf56d..adfc4c2f286 100644
--- a/gdb/common/version.h
+++ b/gdb/common/version.h
@@ -1,5 +1,5 @@
/* Version information for GDB.
- Copyright (C) 1999-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999-2014 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 89093cf8e51..c6ceb69eee2 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 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 ea4ab53e38c..9fd6d8b1317 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2006-2014 Free Software Foundation, Inc.
This file is part of GDB.