merge from gcc
authorDJ Delorie <dj@redhat.com>
Wed, 2 Sep 2009 16:08:35 +0000 (16:08 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 2 Sep 2009 16:08:35 +0000 (16:08 +0000)
include/demangle.h
include/hashtab.h
include/splay-tree.h

index 4b3565bfbb8d3fc986e4045b9929a2360ec7485b..0bcae2fdbbb38a90fe15663b0fc1bccb94469281 100644 (file)
@@ -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
index 1cd406daf31148c720e9ed118559508e6a165d47..4f67448a9af8f15d947e35988158353018e0736c 100644 (file)
@@ -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
index 8a56a20cdc38cb919ec23fe64e6c2bf36280abb5..8f236e09ccf6d7aa735c116744dbc6ac3944c864 100644 (file)
@@ -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.