From: Jeff Law Date: Wed, 6 Jan 1999 21:10:34 +0000 (-0700) Subject: Copyright fixes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=414b46a91d675627b38c61c3a3710431ecceb551;p=gcc.git Copyright fixes. From-SVN: r24539 --- 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.