diff options
Diffstat (limited to 'gcc/objc')
-rw-r--r-- | gcc/objc/Make-lang.in | 3 | ||||
-rw-r--r-- | gcc/objc/config-lang.in | 3 | ||||
-rw-r--r-- | gcc/objc/lang-specs.h | 3 | ||||
-rw-r--r-- | gcc/objc/objc-act.h | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/gcc/objc/Make-lang.in b/gcc/objc/Make-lang.in index 76532cd..8bd83a4 100644 --- a/gcc/objc/Make-lang.in +++ b/gcc/objc/Make-lang.in @@ -1,5 +1,6 @@ # Top level -*- makefile -*- fragment for GNU Objective-C -# Copyright (C) 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index 2abd933..f18783c 100644 --- a/gcc/objc/config-lang.in +++ b/gcc/objc/config-lang.in @@ -1,5 +1,6 @@ # Top level configure fragment for GNU Objective-C -# Copyright (C) 1997, 1998, 2000, 2001, 2003 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. #This file is part of GCC. diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h index 8895ab6..3017ab3 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/lang-specs.h @@ -1,5 +1,6 @@ /* Definitions for specs for Objective-C. - Copyright (C) 1998, 1999, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2002, 2002, 2003 + Free Software Foundation, Inc. This file is part of GCC. diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index dcdf9cb..c03e55a 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.h @@ -1,5 +1,6 @@ /* Declarations for objc-act.c. - Copyright (C) 1990, 2000, 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 1990, 2000, 2001, 2002, 2003 + Free Software Foundation, Inc. This file is part of GCC. |