summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2009-09-02 16:08:35 +0000
committerDJ Delorie <dj@delorie.com>2009-09-02 16:08:35 +0000
commit2e682323cd714922d9e4603440aae9a54252b847 (patch)
tree7879b7996b9e3c9476b877cfb283dbe3354f7643
parent48f1a0c703396a964a1bc72aa8a90f3413ad1ce9 (diff)
downloadgdb-2e682323cd714922d9e4603440aae9a54252b847.tar.gz
merge from gcc
-rw-r--r--include/demangle.h2
-rw-r--r--include/hashtab.h3
-rw-r--r--include/splay-tree.h3
3 files changed, 3 insertions, 5 deletions
diff --git a/include/demangle.h b/include/demangle.h
index 4b3565bfbb8..0bcae2fdbbb 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -1,6 +1,6 @@
/* Defs for interface to demanglers.
Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
- 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
+ 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License
diff --git a/include/hashtab.h b/include/hashtab.h
index 1cd406daf31..4f67448a9af 100644
--- a/include/hashtab.h
+++ b/include/hashtab.h
@@ -1,6 +1,5 @@
/* An expandable hash tables datatype.
- Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2009
- Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Vladimir Makarov (vmakarov@cygnus.com).
This program is free software; you can redistribute it and/or modify
diff --git a/include/splay-tree.h b/include/splay-tree.h
index 8a56a20cdc3..8f236e09ccf 100644
--- a/include/splay-tree.h
+++ b/include/splay-tree.h
@@ -1,6 +1,5 @@
/* A splay-tree datatype.
- Copyright 1998, 1999, 2000, 2002, 2005, 2007, 2009
- Free Software Foundation, Inc.
+ Copyright 1998, 1999, 2000, 2002, 2007 Free Software Foundation, Inc.
Contributed by Mark Mitchell (mark@markmitchell.com).
This file is part of GCC.