Commit ec378180 by Kazu Hirata Committed by Kazu Hirata

arith.c, [...]: Update copyright.

	* 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.

From-SVN: r93830
parent 5b86a469
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.
2005-01-17 Ira Rosen <irar@il.ibm.com> 2005-01-17 Ira Rosen <irar@il.ibm.com>
* f95-lang.c (gfc_init_builtin_functions): Call targetm.init_builtins. * f95-lang.c (gfc_init_builtin_functions): Call targetm.init_builtins.
......
/* Compiler arithmetic /* Compiler arithmetic
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Array things /* 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 Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Check functions /* 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 Contributed by Andy Vaught & Katherine Holcomb
This file is part of GCC. This file is part of GCC.
......
/* Declaration statement matcher /* Declaration statement matcher
Copyright (C) 2002, 2004 Free Software Foundation, Inc. Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Routines for manipulation of expression nodes. /* 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. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* gfortran backend interface /* 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. Inc.
Contributed by Paul Brook. Contributed by Paul Brook.
......
/* gfortran header file /* 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. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Deal with interfaces. /* 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 Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Build up a list of intrinsic subroutines and functions for the /* Build up a list of intrinsic subroutines and functions for the
name-resolution stage. 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. Inc.
Contributed by Andy Vaught & Katherine Holcomb Contributed by Andy Vaught & Katherine Holcomb
......
/* Deal with I/O statements & related stuff. /* 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. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Intrinsic function resolution. /* 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. Inc.
Contributed by Andy Vaught & Katherine Holcomb Contributed by Andy Vaught & Katherine Holcomb
......
/* Matching subroutines in all sizes, shapes and colors. /* 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. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Expression parser. /* 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 Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Miscellaneous stuff that doesn't fit anywhere else. /* 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 Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Handle modules, which amounts to loading and saving symbols and /* Handle modules, which amounts to loading and saving symbols and
their attendant structures. 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. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Parse and display command line options. /* 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. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Main parser. /* Main parser.
Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Character scanner. /* 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 Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Simplify intrinsic functions at compile-time. /* 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. Inc.
Contributed by Andy Vaught & Katherine Holcomb Contributed by Andy Vaught & Katherine Holcomb
......
/* Maintain binary trees of symbols. /* 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. Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Array translation routines /* 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> Contributed by Paul Brook <paul@nowt.org>
and Steven Bosscher <s.bosscher@student.tudelft.nl> and Steven Bosscher <s.bosscher@student.tudelft.nl>
......
/* Expression translation /* 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> Contributed by Paul Brook <paul@nowt.org>
and Steven Bosscher <s.bosscher@student.tudelft.nl> and Steven Bosscher <s.bosscher@student.tudelft.nl>
......
/* IO Code translation/library interface /* 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 Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* Statement translation -- generate GCC trees from gfc_code. /* 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> Contributed by Paul Brook <paul@nowt.org>
and Steven Bosscher <s.bosscher@student.tudelft.nl> and Steven Bosscher <s.bosscher@student.tudelft.nl>
......
/* Code translation -- generate GCC trees from gfc_code. /* 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 Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment