[patch] fortran/*: Update copyright.
Kazu Hirata
kazu@cs.umass.edu
Tue Jan 18 12:13:00 GMT 2005
Hi,
Committed as obvious.
Kazu Hirata
2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
* arith.c, array.c, check.c, decl.c, expr.c, f95-lang.c,
gfortran.h, interface.c, intrinsic.c, io.c, iresolve.c,
match.c, matchexp.c, misc.c, module.c, options.c, parse.c,
scanner.c, simplify.c, symbol.c, trans-array.c, trans-expr.c,
trans-io.c, trans-stmt.c, trans.c: Update copyright.
Index: arith.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/arith.c,v
retrieving revision 1.19
diff -u -d -p -r1.19 arith.c
--- arith.c 8 Jan 2005 22:40:47 -0000 1.19
+++ arith.c 18 Jan 2005 12:11:03 -0000
@@ -1,5 +1,5 @@
/* Compiler arithmetic
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: array.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/array.c,v
retrieving revision 1.11
diff -u -d -p -r1.11 array.c
--- array.c 3 Jan 2005 21:43:49 -0000 1.11
+++ array.c 18 Jan 2005 12:11:03 -0000
@@ -1,5 +1,5 @@
/* Array things
- Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of GCC.
Index: check.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/check.c,v
retrieving revision 1.21
diff -u -d -p -r1.21 check.c
--- check.c 8 Jan 2005 22:40:47 -0000 1.21
+++ check.c 18 Jan 2005 12:11:04 -0000
@@ -1,5 +1,5 @@
/* Check functions
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Andy Vaught & Katherine Holcomb
This file is part of GCC.
Index: decl.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/decl.c,v
retrieving revision 1.28
diff -u -d -p -r1.28 decl.c
--- decl.c 3 Jan 2005 21:43:49 -0000 1.28
+++ decl.c 18 Jan 2005 12:11:04 -0000
@@ -1,5 +1,5 @@
/* Declaration statement matcher
- Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of GCC.
Index: expr.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/expr.c,v
retrieving revision 1.18
diff -u -d -p -r1.18 expr.c
--- expr.c 3 Jan 2005 21:43:49 -0000 1.18
+++ expr.c 18 Jan 2005 12:11:04 -0000
@@ -1,5 +1,5 @@
/* Routines for manipulation of expression nodes.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: f95-lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/f95-lang.c,v
retrieving revision 1.28
diff -u -d -p -r1.28 f95-lang.c
--- f95-lang.c 17 Jan 2005 14:04:11 -0000 1.28
+++ f95-lang.c 18 Jan 2005 12:11:04 -0000
@@ -1,5 +1,5 @@
/* gfortran backend interface
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Paul Brook.
Index: gfortran.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/gfortran.h,v
retrieving revision 1.49
diff -u -d -p -r1.49 gfortran.h
--- gfortran.h 8 Jan 2005 13:35:18 -0000 1.49
+++ gfortran.h 18 Jan 2005 12:11:05 -0000
@@ -1,5 +1,5 @@
/* gfortran header file
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: interface.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/interface.c,v
retrieving revision 1.9
diff -u -d -p -r1.9 interface.c
--- interface.c 3 Jan 2005 21:43:50 -0000 1.9
+++ interface.c 18 Jan 2005 12:11:05 -0000
@@ -1,5 +1,5 @@
/* Deal with interfaces.
- Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of GCC.
Index: intrinsic.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/intrinsic.c,v
retrieving revision 1.35
diff -u -d -p -r1.35 intrinsic.c
--- intrinsic.c 3 Jan 2005 21:43:50 -0000 1.35
+++ intrinsic.c 18 Jan 2005 12:11:05 -0000
@@ -1,6 +1,6 @@
/* Build up a list of intrinsic subroutines and functions for the
name-resolution stage.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught & Katherine Holcomb
Index: io.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/io.c,v
retrieving revision 1.17
diff -u -d -p -r1.17 io.c
--- io.c 3 Jan 2005 21:43:50 -0000 1.17
+++ io.c 18 Jan 2005 12:11:05 -0000
@@ -1,5 +1,5 @@
/* Deal with I/O statements & related stuff.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: iresolve.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/iresolve.c,v
retrieving revision 1.29
diff -u -d -p -r1.29 iresolve.c
--- iresolve.c 13 Jan 2005 19:34:37 -0000 1.29
+++ iresolve.c 18 Jan 2005 12:11:05 -0000
@@ -1,5 +1,5 @@
/* Intrinsic function resolution.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught & Katherine Holcomb
Index: match.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/match.c,v
retrieving revision 1.28
diff -u -d -p -r1.28 match.c
--- match.c 3 Jan 2005 21:43:50 -0000 1.28
+++ match.c 18 Jan 2005 12:11:06 -0000
@@ -1,5 +1,5 @@
/* Matching subroutines in all sizes, shapes and colors.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: matchexp.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/matchexp.c,v
retrieving revision 1.6
diff -u -d -p -r1.6 matchexp.c
--- matchexp.c 3 Jan 2005 21:43:50 -0000 1.6
+++ matchexp.c 18 Jan 2005 12:11:06 -0000
@@ -1,5 +1,5 @@
/* Expression parser.
- Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of GCC.
Index: misc.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/misc.c,v
retrieving revision 1.7
diff -u -d -p -r1.7 misc.c
--- misc.c 3 Jan 2005 21:43:50 -0000 1.7
+++ misc.c 18 Jan 2005 12:11:06 -0000
@@ -1,5 +1,6 @@
/* Miscellaneous stuff that doesn't fit anywhere else.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+ Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of GCC.
Index: module.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/module.c,v
retrieving revision 1.23
diff -u -d -p -r1.23 module.c
--- module.c 3 Jan 2005 21:43:50 -0000 1.23
+++ module.c 18 Jan 2005 12:11:06 -0000
@@ -1,6 +1,6 @@
/* Handle modules, which amounts to loading and saving symbols and
their attendant structures.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: options.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/options.c,v
retrieving revision 1.15
diff -u -d -p -r1.15 options.c
--- options.c 3 Jan 2005 21:43:50 -0000 1.15
+++ options.c 18 Jan 2005 12:11:06 -0000
@@ -1,5 +1,5 @@
/* Parse and display command line options.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: parse.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/parse.c,v
retrieving revision 1.22
diff -u -d -p -r1.22 parse.c
--- parse.c 3 Jan 2005 21:43:50 -0000 1.22
+++ parse.c 18 Jan 2005 12:11:07 -0000
@@ -1,5 +1,5 @@
/* Main parser.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: scanner.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/scanner.c,v
retrieving revision 1.15
diff -u -d -p -r1.15 scanner.c
--- scanner.c 3 Jan 2005 21:43:52 -0000 1.15
+++ scanner.c 18 Jan 2005 12:11:07 -0000
@@ -1,5 +1,6 @@
/* Character scanner.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+ Free Software Foundation, Inc.
Contributed by Andy Vaught
This file is part of GCC.
Index: simplify.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/simplify.c,v
retrieving revision 1.16
diff -u -d -p -r1.16 simplify.c
--- simplify.c 3 Jan 2005 21:43:53 -0000 1.16
+++ simplify.c 18 Jan 2005 12:11:07 -0000
@@ -1,5 +1,5 @@
/* Simplify intrinsic functions at compile-time.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught & Katherine Holcomb
Index: symbol.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/symbol.c,v
retrieving revision 1.17
diff -u -d -p -r1.17 symbol.c
--- symbol.c 3 Jan 2005 21:43:54 -0000 1.17
+++ symbol.c 18 Jan 2005 12:11:07 -0000
@@ -1,5 +1,5 @@
/* Maintain binary trees of symbols.
- Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation,
+ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
Index: trans-array.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-array.c,v
retrieving revision 1.32
diff -u -d -p -r1.32 trans-array.c
--- trans-array.c 3 Jan 2005 21:43:54 -0000 1.32
+++ trans-array.c 18 Jan 2005 12:11:08 -0000
@@ -1,5 +1,5 @@
/* Array translation routines
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Paul Brook <paul@nowt.org>
and Steven Bosscher <s.bosscher@student.tudelft.nl>
Index: trans-expr.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-expr.c,v
retrieving revision 1.34
diff -u -d -p -r1.34 trans-expr.c
--- trans-expr.c 3 Jan 2005 21:43:55 -0000 1.34
+++ trans-expr.c 18 Jan 2005 12:11:08 -0000
@@ -1,5 +1,5 @@
/* Expression translation
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Paul Brook <paul@nowt.org>
and Steven Bosscher <s.bosscher@student.tudelft.nl>
Index: trans-io.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-io.c,v
retrieving revision 1.25
diff -u -d -p -r1.25 trans-io.c
--- trans-io.c 3 Jan 2005 21:43:55 -0000 1.25
+++ trans-io.c 18 Jan 2005 12:11:08 -0000
@@ -1,5 +1,5 @@
/* IO Code translation/library interface
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of GCC.
Index: trans-stmt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-stmt.c,v
retrieving revision 1.20
diff -u -d -p -r1.20 trans-stmt.c
--- trans-stmt.c 3 Jan 2005 21:43:55 -0000 1.20
+++ trans-stmt.c 18 Jan 2005 12:11:09 -0000
@@ -1,5 +1,5 @@
/* Statement translation -- generate GCC trees from gfc_code.
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Paul Brook <paul@nowt.org>
and Steven Bosscher <s.bosscher@student.tudelft.nl>
Index: trans.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans.c,v
retrieving revision 1.20
diff -u -d -p -r1.20 trans.c
--- trans.c 3 Jan 2005 21:43:55 -0000 1.20
+++ trans.c 18 Jan 2005 12:11:09 -0000
@@ -1,5 +1,5 @@
/* Code translation -- generate GCC trees from gfc_code.
- Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Paul Brook
This file is part of GCC.
More information about the Fortran
mailing list