summaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/ax.def3
-rw-r--r--gdb/common/buffer.c2
-rw-r--r--gdb/common/buffer.h2
-rw-r--r--gdb/common/common-utils.c4
-rw-r--r--gdb/common/common-utils.h4
-rw-r--r--gdb/common/gdb_assert.h3
-rw-r--r--gdb/common/gdb_dirent.h3
-rw-r--r--gdb/common/gdb_locale.h3
-rw-r--r--gdb/common/gdb_signals.h4
-rw-r--r--gdb/common/gdb_thread_db.h3
-rw-r--r--gdb/common/i386-xstate.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.h2
-rw-r--r--gdb/common/ptid.c4
-rw-r--r--gdb/common/ptid.h4
-rw-r--r--gdb/common/signals.c4
-rw-r--r--gdb/common/xml-utils.c3
-rw-r--r--gdb/common/xml-utils.h3
21 files changed, 21 insertions, 40 deletions
diff --git a/gdb/common/ax.def b/gdb/common/ax.def
index d2e1b4fa097..fdc043fdb45 100644
--- a/gdb/common/ax.def
+++ b/gdb/common/ax.def
@@ -1,6 +1,5 @@
/* Definition of agent opcode values. -*- c -*-
- Copyright (C) 1998, 1999, 2000, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2012 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/buffer.c b/gdb/common/buffer.c
index 4ada0bc2d12..37b7b55f748 100644
--- a/gdb/common/buffer.c
+++ b/gdb/common/buffer.c
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/buffer.h b/gdb/common/buffer.h
index 84a9caab734..e4bad092387 100644
--- a/gdb/common/buffer.h
+++ b/gdb/common/buffer.h
@@ -1,6 +1,6 @@
/* A simple growing buffer for GDB.
- Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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 198b21c76b2..ad01ed658d8 100644
--- a/gdb/common/common-utils.c
+++ b/gdb/common/common-utils.c
@@ -1,8 +1,6 @@
/* Shared general utility routines for GDB, the GNU debugger.
- Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1988-2012 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 a49e201dd87..030bcc5305f 100644
--- a/gdb/common/common-utils.h
+++ b/gdb/common/common-utils.h
@@ -1,8 +1,6 @@
/* Shared general utility routines for GDB, the GNU debugger.
- Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1988-2012 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 de1a1c98702..351f55877e3 100644
--- a/gdb/common/gdb_assert.h
+++ b/gdb/common/gdb_assert.h
@@ -1,6 +1,5 @@
/* GDB-friendly replacement for <assert.h>.
- Copyright (C) 2000, 2001, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2000-2001, 2007-2012 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/gdb_dirent.h b/gdb/common/gdb_dirent.h
index 5d226036ed4..183dfe47e2e 100644
--- a/gdb/common/gdb_dirent.h
+++ b/gdb/common/gdb_dirent.h
@@ -1,6 +1,5 @@
/* Portable <dirent.h>.
- Copyright (C) 2000, 2002, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2000, 2002, 2007-2012 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 93f2f8c7c20..41e95c8efb6 100644
--- a/gdb/common/gdb_locale.h
+++ b/gdb/common/gdb_locale.h
@@ -1,6 +1,5 @@
/* GDB-friendly replacement for <locale.h>.
- Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2002, 2007-2012 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 c04d7952797..1cc629775d3 100644
--- a/gdb/common/gdb_signals.h
+++ b/gdb/common/gdb_signals.h
@@ -1,7 +1,5 @@
/* Target signal translation functions for GDB.
- Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1990-2003, 2006-2012 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff --git a/gdb/common/gdb_thread_db.h b/gdb/common/gdb_thread_db.h
index 96ac988a3cb..3f6b6c1adb3 100644
--- a/gdb/common/gdb_thread_db.h
+++ b/gdb/common/gdb_thread_db.h
@@ -14,8 +14,7 @@
#else
-/* Copyright (C) 1999, 2000, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+/* Copyright (C) 1999-2000, 2007-2012 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/gdb/common/i386-xstate.h b/gdb/common/i386-xstate.h
index 5a081f4d633..56a4d8fb6bd 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, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2010-2012 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/linux-osdata.c b/gdb/common/linux-osdata.c
index a356bb86d36..4f97a22ea51 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, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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 b8bac53995b..b99c0e42768 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, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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 33730b299de..421f36edb46 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, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2009-2012 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 bdfa569cefe..a4ba4a1b48d 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 Free Software Foundation, Inc.
+ Copyright (C) 2011-2012 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 841775ef5e9..96ac3fb8b77 100644
--- a/gdb/common/linux-ptrace.h
+++ b/gdb/common/linux-ptrace.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.c b/gdb/common/ptid.c
index 389d2b34d7f..f5add4d6061 100644
--- a/gdb/common/ptid.c
+++ b/gdb/common/ptid.c
@@ -1,8 +1,6 @@
/* The ptid_t type and common functions operating on it.
- Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/ptid.h b/gdb/common/ptid.h
index e750a81bc1d..243f4ab775c 100644
--- a/gdb/common/ptid.h
+++ b/gdb/common/ptid.h
@@ -1,8 +1,6 @@
/* The ptid_t type and common functions operating on it.
- Copyright (C) 1986, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
- 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 1986, 1988-2012 Free Software Foundation, Inc.
This file is part of GDB.
diff --git a/gdb/common/signals.c b/gdb/common/signals.c
index 55f708493d8..75699dbd5af 100644
--- a/gdb/common/signals.c
+++ b/gdb/common/signals.c
@@ -1,7 +1,5 @@
/* Target signal translation functions for GDB.
- Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 1990-2003, 2006-2012 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB.
diff --git a/gdb/common/xml-utils.c b/gdb/common/xml-utils.c
index 1d0057fb7df..c486220201c 100644
--- a/gdb/common/xml-utils.c
+++ b/gdb/common/xml-utils.c
@@ -1,7 +1,6 @@
/* Shared helper routines for manipulating XML.
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2006-2012 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 f4d903ee7e9..8d38ea1cb19 100644
--- a/gdb/common/xml-utils.h
+++ b/gdb/common/xml-utils.h
@@ -1,7 +1,6 @@
/* Shared helper routines for manipulating XML.
- Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
- Free Software Foundation, Inc.
+ Copyright (C) 2006-2012 Free Software Foundation, Inc.
This file is part of GDB.