]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* getopt.h obstack.h: Standarize copyright statement.
authorRodney Brown <RodneyBrown@mynd.com>
Thu, 7 Dec 2000 01:54:13 +0000 (01:54 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 7 Dec 2000 01:54:13 +0000 (18:54 -0700)
From-SVN: r38086

include/ChangeLog
include/getopt.h
include/obstack.h

index f7e89b7da403fa87c0905345ead0cdac9c0f14eb..1c3968bdcc1d626d6558934c77834e314705caa8 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
+
+       * getopt.h obstack.h: Standarize copyright statement.
+
 2000-12-04  Richard Henderson  <rth@redhat.com>
 
        * demangle.h: Change "new_abi" to "v3" everywhere.
index 9620fc70637e6a3566708a8b952b210e242d5805..bf65c6eda5032eef764925f972973088addf6002 100644 (file)
@@ -1,5 +1,6 @@
 /* Declarations for getopt.
-   Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc.
+   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.
    Bugs can be reported to bug-glibc@gnu.org.
index a20ab55967a2aeba81039175b46ae304eb8ea214..314a27a992ac3755ba36d65521bf9399f96bd46e 100644 (file)
@@ -1,5 +1,6 @@
 /* obstack.h - object stack macros
-   Copyright (C) 1988,89,90,91,92,93,94,96,97,98 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998
+   Free Software Foundation, Inc.
 
 
    NOTE: The canonical source of this file is maintained with the GNU C Library.