This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: src/include demangle.h hashtab.h splay-tree.h


On Wed, Sep 02, 2009 at 04:08:35PM -0000, dj@sourceware.org wrote:
> Modified files:
> 	include        : demangle.h hashtab.h splay-tree.h 
> 
> Log message:
> 	merge from gcc

Huh, forgot about that when I updated copyright dates for iles in the
src repo, in preparation for the next binutils release.  Supporting
evidence for the patch can be found in include/ChangeLog, and the
names of the guilty parties who failed to update the copyright when
changing these files.  :-)

I'd also like to split the ChangeLog.  OK to apply the following to
gcc?

Index: include/demangle.h
===================================================================
RCS file: /cvs/src/src/include/demangle.h,v
retrieving revision 1.33
diff -u -p -r1.33 demangle.h
--- include/demangle.h	2 Sep 2009 16:08:35 -0000	1.33
+++ include/demangle.h	2 Sep 2009 23:38:44 -0000
@@ -1,6 +1,6 @@
 /* Defs for interface to demanglers.
    Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001, 2002,
-   2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   2003, 2004, 2005, 2007, 2008, 2009 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: include/hashtab.h
===================================================================
RCS file: /cvs/src/src/include/hashtab.h,v
retrieving revision 1.24
diff -u -p -r1.24 hashtab.h
--- include/hashtab.h	2 Sep 2009 16:08:35 -0000	1.24
+++ include/hashtab.h	2 Sep 2009 23:38:44 -0000
@@ -1,5 +1,6 @@
 /* An expandable hash tables datatype.  
-   Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005, 2009
+   Free Software Foundation, Inc.
    Contributed by Vladimir Makarov (vmakarov@cygnus.com).
 
 This program is free software; you can redistribute it and/or modify
Index: include/splay-tree.h
===================================================================
RCS file: /cvs/src/src/include/splay-tree.h,v
retrieving revision 1.19
diff -u -p -r1.19 splay-tree.h
--- include/splay-tree.h	2 Sep 2009 16:08:35 -0000	1.19
+++ include/splay-tree.h	2 Sep 2009 23:38:44 -0000
@@ -1,5 +1,6 @@
 /* A splay-tree datatype.  
-   Copyright 1998, 1999, 2000, 2002, 2007 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000, 2002, 2005, 2007, 2009
+   Free Software Foundation, Inc.
    Contributed by Mark Mitchell (mark@markmitchell.com).
 
    This file is part of GCC.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]