Fix copyright dates
authorNick Clifton <nickc@redhat.com>
Wed, 14 Mar 2001 19:44:38 +0000 (19:44 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 14 Mar 2001 19:44:38 +0000 (19:44 +0000)
From-SVN: r40469

include/ChangeLog
include/ansidecl.h
include/demangle.h
include/floatformat.h
include/fnmatch.h
include/getopt.h
include/libiberty.h
include/md5.h
include/obstack.h
include/splay-tree.h

index 57e64be08be583adae4308af9fa357c2baf733b1..56733abd049d4089f8d3bba3cec728f29db51337 100644 (file)
@@ -1,3 +1,15 @@
+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.
+
 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
            John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
index e7852c6845886a50eaf1a888ad1fd25ecc7c025f..545a62103a959f43d0109d4be4e27c2cfdc59d4e 100644 (file)
@@ -1,5 +1,6 @@
 /* ANSI and traditional C compatability macros
-   Copyright 1991, 1992, 1996, 1999 Free Software Foundation, Inc.
+   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 a3b664b0e7c9145b4776374946c4d777df6e29e0..9cb1d966bc428db6069fe4b7c5d8cf8d8d87b6a7 100644 (file)
@@ -1,5 +1,6 @@
 /* Defs for interface to demanglers.
-   Copyright 1992, 1995, 1996 Free Software Foundation, Inc.
+   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 e4d1d150f26f13a80b3dfebc6ee7d1c4d5c7a1f0..4335401db5f1d891dc7c94dde0e095b367c8624f 100644 (file)
@@ -1,5 +1,5 @@
 /* IEEE floating point support declarations, for GDB, the GNU Debugger.
-   Copyright (C) 1991, 2000 Free Software Foundation, Inc.
+   Copyright 1991, 1994, 1995, 1997, 2000 Free Software Foundation, Inc.
 
 This file is part of GDB.
 
index d5eb700097774498acf26e252709de877329910c..37d23ee1b35d82f41f0bec3b5898a144b0da4bf5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+/* 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 bf65c6eda5032eef764925f972973088addf6002..cb5feba1160ca068ed985916914cc49be0299b4c 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for getopt.
-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997
+   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 c61c1f012cb11063f33ab299e3f26e74bb9bf6ee..c7a4d060c11a378c9bb5fa6d658a6308459d6d7b 100644 (file)
@@ -1,4 +1,29 @@
 /* Function declarations for libiberty.
+
+   Copyright 2001 Free Software Foundation, Inc.
+   
+   Note - certain prototypes declared in this header file are for
+   functions whoes implementation copyright does not belong to the
+   FSF.  Those prototypes are present in this file for reference
+   purposes only and their presence in this file should not construed
+   as an indication of ownership by the FSF of the implementation of
+   those functions in any way or form whatsoever.
+
+   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 0840b31b4587372603e1bc9bd523fc6ce1a62668..ad51f19877a29f568c44763eb6bd7fcbe5a007eb 100644 (file)
@@ -1,6 +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.
+   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 314a27a992ac3755ba36d65521bf9399f96bd46e..d86d9f2c4263f772cc8659f923d5948c30a73e33 100644 (file)
@@ -1,5 +1,6 @@
 /* obstack.h - object stack macros
-   Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998
+   Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998,
+   1999, 2000
    Free Software Foundation, Inc.
 
 
index f53f855767b526bb6ec5d44c336ca9df62f4580d..e43d4b62eaa09780f22bac0bb8e0d0f8e13c02e0 100644 (file)
@@ -1,5 +1,5 @@
 /* A splay-tree datatype.  
-   Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+   Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
    Contributed by Mark Mitchell (mark@markmitchell.com).
 
 This file is part of GNU CC.