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]

Copyright updates for files in include


Hi Guys,

  I would like permission to apply the patch below to update the
  copyright notices on some of the header files in the include
  directory.

  These changes came about because I recently used a perl script
  created by Kevin Buettner <kevinb@redhat.com> to fix copyright dates
  based upon entries in the ChangeLog.  These particular changes were
  generated by comparing the include files in the BINUTILS repository
  against their ChangeLog, but since these files are also used in the
  FSF GCC repository, I am submitting the changes here.

Cheers
        Nick

2001-03-14  Nick Clifton  <nickc@redhat.com>

	* ansidecl.h: Fix copyright dates.
	* demangle.h: Fix copyright dates.
	* floatformat.h: Fix copyright dates.
	* fnmatch.h: Fix copyright dates.
	* getopt.h: Fix copyright dates.
	* libiberty.h: Add FSF copyright notice.
	* md5.h: Fix copyright dates.
	* obstack.h: Fix copyright dates.
	* splay-tree.h: Fix copyright dates.

Index: ansidecl.h
===================================================================
RCS file: /cvs/gcc/egcs/include/ansidecl.h,v
retrieving revision 1.7
diff -p -r1.7 ansidecl.h
*** ansidecl.h	2000/05/06 19:59:59	1.7
--- ansidecl.h	2001/03/14 18:58:56
***************
*** 1,5 ****
  /* ANSI and traditional C compatability macros
!    Copyright 1991, 1992, 1996, 1999 Free Software Foundation, Inc.
     This file is part of the GNU C Library.
  
  This program is free software; you can redistribute it and/or modify
--- 1,6 ----
  /* ANSI and traditional C compatability macros
!    Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000
!    Free Software Foundation, Inc.
     This file is part of the GNU C Library.
  
  This program is free software; you can redistribute it and/or modify
Index: demangle.h
===================================================================
RCS file: /cvs/gcc/egcs/include/demangle.h,v
retrieving revision 1.13
diff -p -r1.13 demangle.h
*** demangle.h	2001/02/02 00:27:39	1.13
--- demangle.h	2001/03/14 18:58:56
***************
*** 1,5 ****
  /* Defs for interface to demanglers.
!    Copyright 1992, 1995, 1996 Free Software Foundation, Inc.
     
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
--- 1,6 ----
  /* Defs for interface to demanglers.
!    Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000
!    Free Software Foundation, Inc.
     
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
Index: floatformat.h
===================================================================
RCS file: /cvs/gcc/egcs/include/floatformat.h,v
retrieving revision 1.3
diff -p -r1.3 floatformat.h
*** floatformat.h	2000/05/31 11:00:54	1.3
--- floatformat.h	2001/03/14 18:58:56
***************
*** 1,5 ****
  /* IEEE floating point support declarations, for GDB, the GNU Debugger.
!    Copyright (C) 1991, 2000 Free Software Foundation, Inc.
  
  This file is part of GDB.
  
--- 1,5 ----
  /* IEEE floating point support declarations, for GDB, the GNU Debugger.
!    Copyright 1991, 1994, 1995, 1997, 2000 Free Software Foundation, Inc.
  
  This file is part of GDB.
  
Index: fnmatch.h
===================================================================
RCS file: /cvs/gcc/egcs/include/fnmatch.h,v
retrieving revision 1.2
diff -p -r1.2 fnmatch.h
*** fnmatch.h	1999/01/11 13:51:09	1.2
--- fnmatch.h	2001/03/14 18:58:56
***************
*** 1,4 ****
! /* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
  
  NOTE: The canonical source of this file is maintained with the GNU C Library.
  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
--- 1,4 ----
! /* Copyright 1991, 1992, 1993, 1996 Free Software Foundation, Inc.
  
  NOTE: The canonical source of this file is maintained with the GNU C Library.
  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
Index: getopt.h
===================================================================
RCS file: /cvs/gcc/egcs/include/getopt.h,v
retrieving revision 1.5
diff -p -r1.5 getopt.h
*** getopt.h	2000/12/07 01:54:13	1.5
--- getopt.h	2001/03/14 18:58:56
***************
*** 1,5 ****
  /* Declarations for getopt.
!    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997
     Free Software Foundation, Inc.
  
     NOTE: The canonical source of this file is maintained with the GNU C Library.
--- 1,5 ----
  /* Declarations for getopt.
!    Copyright 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 2000
     Free Software Foundation, Inc.
  
     NOTE: The canonical source of this file is maintained with the GNU C Library.
Index: libiberty.h
===================================================================
RCS file: /cvs/gcc/egcs/include/libiberty.h,v
retrieving revision 1.16
diff -p -r1.16 libiberty.h
*** libiberty.h	2001/03/10 10:41:25	1.16
--- libiberty.h	2001/03/14 18:58:56
***************
*** 1,4 ****
--- 1,22 ----
  /* Function declarations for libiberty.
+ 
+    Copyright 2001 Free Software Foundation, Inc.
+    
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2, or (at your option)
+    any later version.
+ 
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+ 
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place - Suite 330,
+    Boston, MA 02111-1307, USA.
+    
     Written by Cygnus Support, 1994.
  
     The libiberty library provides a number of functions which are
Index: md5.h
===================================================================
RCS file: /cvs/gcc/egcs/include/md5.h,v
retrieving revision 1.2
diff -p -r1.2 md5.h
*** md5.h	2000/09/06 06:10:12	1.2
--- md5.h	2001/03/14 18:58:56
***************
*** 1,6 ****
  /* md5.h - Declaration of functions and data types used for MD5 sum
     computing library functions.
!    Copyright (C) 1995, 1996 Free Software Foundation, Inc.
     NOTE: The canonical source of this file is maintained with the GNU C
     Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
  
--- 1,6 ----
  /* md5.h - Declaration of functions and data types used for MD5 sum
     computing library functions.
!    Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
     NOTE: The canonical source of this file is maintained with the GNU C
     Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.
  
Index: obstack.h
===================================================================
RCS file: /cvs/gcc/egcs/include/obstack.h,v
retrieving revision 1.4
diff -p -r1.4 obstack.h
*** obstack.h	2000/12/07 01:54:13	1.4
--- obstack.h	2001/03/14 18:58:56
***************
*** 1,5 ****
  /* obstack.h - object stack macros
!    Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998
     Free Software Foundation, Inc.
  
  
--- 1,6 ----
  /* obstack.h - object stack macros
!    Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998,
!    1999, 2000
     Free Software Foundation, Inc.
  
  
Index: splay-tree.h
===================================================================
RCS file: /cvs/gcc/egcs/include/splay-tree.h,v
retrieving revision 1.12
diff -p -r1.12 splay-tree.h
*** splay-tree.h	2000/09/10 21:28:21	1.12
--- splay-tree.h	2001/03/14 18:58:56
***************
*** 1,5 ****
  /* A splay-tree datatype.  
!    Copyright (C) 1998, 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell (mark@markmitchell.com).
  
  This file is part of GNU CC.
--- 1,5 ----
  /* A splay-tree datatype.  
!    Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
     Contributed by Mark Mitchell (mark@markmitchell.com).
  
  This file is part of GNU CC.


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