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.