]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyright.
authorRichard Henderson <rth@gcc.gnu.org>
Sat, 11 Sep 1999 19:50:42 +0000 (12:50 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 11 Sep 1999 19:50:42 +0000 (12:50 -0700)
From-SVN: r29282

gcc/ggc-callbacks.c
gcc/ggc-common.c
gcc/ggc-none.c
gcc/ggc-simple.c
gcc/ggc.h

index 3992368cff567465cc179ca458ead437b2b99f98..caae2bcff28c28af6a1617d82af66e360d302b0b 100644 (file)
@@ -1,5 +1,5 @@
 /* Empty GC callbacks to be used by languages that don't support GC.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1999 Free Software Foundation, Inc.
 
    This file is part of GNU CC.
 
index 7fc20681fa138ce329b36e1dd0e8a4597e19f108..179afa4711bf9bec4427c9fa533cfd5f56e9b46f 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple garbage collection for the GNU compiler.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1999 Free Software Foundation, Inc.
 
    This file is part of GNU CC.
 
index 0953059a41cb697e18ebf73fc8d047a76716ec3b..6551e59a3ac4265c9f3d39fcb2139b4a2250fdc3 100644 (file)
@@ -1,5 +1,5 @@
 /* Null garbage collection for the GNU compiler.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 
    This file is part of GNU CC.
 
index 12120be3fd16717f94ed100e5e47a23adf8d4d11..ba4139017d166462e9e34395a22f6d3373d67029 100644 (file)
@@ -1,5 +1,5 @@
 /* Simple garbage collection for the GNU compiler.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 
    This file is part of GNU CC.
 
index d7111d62e322018e5904deac25c9b77649afab97..da29d249bff445c58575cccb4ef8ff126872c644 100644 (file)
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -1,5 +1,5 @@
 /* Garbage collection for the GNU compiler.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
 
    This file is part of GNU CC.