diff options
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/implic.c | 2 | ||||
-rw-r--r-- | gcc/f/lex.c | 3 | ||||
-rw-r--r-- | gcc/f/stb.c | 2 | ||||
-rw-r--r-- | gcc/f/ste.c | 2 | ||||
-rw-r--r-- | gcc/f/stu.c | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 993b11135c2..d386e1d1fa7 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,5 +1,9 @@ 2002-02-04 Philipp Thomas <pthomas@suse.de> + * implic.c lex.c stb.c ste.c stu.c: Update copyright dates. + +2002-02-04 Philipp Thomas <pthomas@suse.de> + * bad.def com.c expr.c implic.c lex.c stb.c ste.c stu.c: Insert comments to mark messages as not being printf style where appropriate. diff --git a/gcc/f/implic.c b/gcc/f/implic.c index 0896ed4d229..6fe4606e357 100644 --- a/gcc/f/implic.c +++ b/gcc/f/implic.c @@ -1,5 +1,5 @@ /* implic.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/lex.c b/gcc/f/lex.c index ddca27013d9..d9f3bad51f0 100644 --- a/gcc/f/lex.c +++ b/gcc/f/lex.c @@ -1,5 +1,6 @@ /* Implementation of Fortran lexer - Copyright (C) 1995, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 2001, 2002 + Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/stb.c b/gcc/f/stb.c index 42e873c1330..bf456a1afc1 100644 --- a/gcc/f/stb.c +++ b/gcc/f/stb.c @@ -1,5 +1,5 @@ /* stb.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/ste.c b/gcc/f/ste.c index dfc51a30fab..2959984c4b8 100644 --- a/gcc/f/ste.c +++ b/gcc/f/ste.c @@ -1,5 +1,5 @@ /* ste.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. diff --git a/gcc/f/stu.c b/gcc/f/stu.c index 7d3945a6edd..1d58731fcae 100644 --- a/gcc/f/stu.c +++ b/gcc/f/stu.c @@ -1,5 +1,5 @@ /* stu.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. |