aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@gcc.gnu.org>1999-09-11 12:50:42 -0700
committerRichard Henderson <rth@gcc.gnu.org>1999-09-11 12:50:42 -0700
commita611912f138414f88cdfac7fbcb4747160e9b46b (patch)
tree986058d2ca76989cf0d72cd05341e58d821f9217 /gcc
parentb49a6a907c1e3e1cd0b80b0d7879b1709bdf81e7 (diff)
downloadgcc-a611912f138414f88cdfac7fbcb4747160e9b46b.zip
gcc-a611912f138414f88cdfac7fbcb4747160e9b46b.tar.gz
gcc-a611912f138414f88cdfac7fbcb4747160e9b46b.tar.bz2
Update copyright.
From-SVN: r29282
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ggc-callbacks.c2
-rw-r--r--gcc/ggc-common.c2
-rw-r--r--gcc/ggc-none.c2
-rw-r--r--gcc/ggc-simple.c2
-rw-r--r--gcc/ggc.h2
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.
diff --git a/gcc/ggc.h b/gcc/ggc.h
index d7111d6..da29d24 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.