diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 21:10:34 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 21:10:34 +0000 |
commit | fd0f6bcc4c3e536c07b306f56a7535d017c3797e (patch) | |
tree | 60be36943e3ddae9febea97ee3ff11260c9e59ec /gcc/objc | |
parent | 64ed3d739a3c65fef60756435b5a479dd463595e (diff) | |
download | gcc-fd0f6bcc4c3e536c07b306f56a7535d017c3797e.tar.gz |
Copyright fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24539 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/Makefile.in | 2 | ||||
-rw-r--r-- | gcc/objc/objc-tree.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 0bc92122e5d..71c564c6c59 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -1,5 +1,5 @@ # GNU Objective C frontend Makefile -# Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1993, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # # This file is part of GNU CC. # diff --git a/gcc/objc/objc-tree.def b/gcc/objc/objc-tree.def index 9d6765b295e..a6616243d10 100644 --- a/gcc/objc/objc-tree.def +++ b/gcc/objc/objc-tree.def @@ -1,7 +1,7 @@ /* This file contains the definitions and documentation for the additional tree codes used in the Objective C front end (see tree.def for the standard codes). - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 1997 Free Software Foundation, Inc. This file is part of GNU CC. |