diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ggc-callbacks.c | 2 | ||||
-rw-r--r-- | gcc/ggc-common.c | 2 | ||||
-rw-r--r-- | gcc/ggc-none.c | 2 | ||||
-rw-r--r-- | gcc/ggc-simple.c | 2 | ||||
-rw-r--r-- | gcc/ggc.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ggc-callbacks.c b/gcc/ggc-callbacks.c index 3992368..caae2bc 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 7fc2068..179afa4 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 0953059..6551e59 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 12120be..ba41390 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. @@ -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. |