From: Richard Henderson Date: Sat, 11 Sep 1999 19:50:42 +0000 (-0700) Subject: Update copyright. X-Git-Tag: prereleases/libstdc++-2.92~10669 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a611912f138414f88cdfac7fbcb4747160e9b46b;p=thirdparty%2Fgcc.git Update copyright. From-SVN: r29282 --- diff --git a/gcc/ggc-callbacks.c b/gcc/ggc-callbacks.c index 3992368cff56..caae2bcff28c 100644 --- a/gcc/ggc-callbacks.c +++ b/gcc/ggc-callbacks.c @@ -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. diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c index 7fc20681fa13..179afa4711bf 100644 --- a/gcc/ggc-common.c +++ b/gcc/ggc-common.c @@ -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. diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index 0953059a41cb..6551e59a3ac4 100644 --- a/gcc/ggc-none.c +++ b/gcc/ggc-none.c @@ -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. diff --git a/gcc/ggc-simple.c b/gcc/ggc-simple.c index 12120be3fd16..ba4139017d16 100644 --- a/gcc/ggc-simple.c +++ b/gcc/ggc-simple.c @@ -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. diff --git a/gcc/ggc.h b/gcc/ggc.h index d7111d62e322..da29d249bff4 100644 --- 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.