Commit 710a179f by Tobias Schlüter

arith.h: Update copyright years.

* arith.h: Update copyright years.
* dependency.h: Likewise.
* gfortran.h: Likewise.
* lang-specs.h: Likewise.
* parse.h: Likewise.
* symbol.c: Likewise.
* trans.h: Likewise.
* trans.c: Likewise.
* trans-array.c: Likewise.
* trans-common.c: Likewise.
* trans-const.h: Likewise.
* trans-const.c: Likewise.
* trans-decl.c: Likewise.
* trans-expr.c: Likewise.
* trans-io.c: Likewise.
* trans-openmp.c: Likewise.
* trans-types.h: Likewise.
* types.def: Likewise.

From-SVN: r123911
parent cd38ca7f
2007-04-17 Tobias Schlter <tobi@gcc.gnu.org> 2007-04-17 Tobias Schlter <tobi@gcc.gnu.org>
* arith.h: Update copyright years.
* dependency.h: Likewise.
* gfortran.h: Likewise.
* lang-specs.h: Likewise.
* parse.h: Likewise.
* symbol.c: Likewise.
* trans.h: Likewise.
* trans.c: Likewise.
* trans-array.c: Likewise.
* trans-common.c: Likewise.
* trans-const.h: Likewise.
* trans-const.c: Likewise.
* trans-decl.c: Likewise.
* trans-expr.c: Likewise.
* trans-io.c: Likewise.
* trans-openmp.c: Likewise.
* trans-types.h: Likewise.
* types.def: Likewise.
2007-04-17 Tobias Schlter <tobi@gcc.gnu.org>
PR fortran/31144 PR fortran/31144
* decl.c (gfc_sym_mangled_identifier): Use capital letters in name * decl.c (gfc_sym_mangled_identifier): Use capital letters in name
mangling. mangling.
......
/* Compiler arithmetic header. /* Compiler arithmetic header.
Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Steven Bosscher Contributed by Steven Bosscher
......
/* Header for dependency analysis /* Header for dependency analysis
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
Contributed by Paul Brook Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* gfortran header file /* gfortran header file
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
......
/* Contribution to the specs for the GNU Compiler Collection /* Contribution to the specs for the GNU Compiler Collection
from GNU Fortran 95 compiler. from GNU Fortran 95 compiler.
Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
Inc.
This file is licensed under the GPL. */ This file is licensed under the GPL. */
......
/* Parser header /* Parser header
Copyright (C) 2003, 2005, 2006 Free Software Foundation, Inc. Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
Contributed by Steven Bosscher Contributed by Steven Bosscher
This file is part of GCC. This file is part of GCC.
......
/* Maintain binary trees of symbols. /* Maintain binary trees of symbols.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Foundation, Inc. Free Software Foundation, Inc.
Contributed by Andy Vaught Contributed by Andy Vaught
This file is part of GCC. This file is part of GCC.
......
/* Header for array handling functions /* Header for array handling functions
Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc.
Contributed by Paul Brook Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* Common block and equivalence list handling /* Common block and equivalence list handling
Copyright (C) 2000, 2003, 2004, 2005, 2006 Copyright (C) 2000, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Canqun Yang <canqun@nudt.edu.cn> Contributed by Canqun Yang <canqun@nudt.edu.cn>
......
/* Translation of constants /* Translation of constants
Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc.
Contributed by Paul Brook Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* Header for code constant translation functions /* Header for code constant translation functions
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
Inc.
Contributed by Paul Brook Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* Backend function setup /* Backend function setup
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Inc. Foundation, Inc.
Contributed by Paul Brook Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* Expression translation /* Expression translation
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 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, 2005, 2006 Free Software Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc. Foundation, Inc.
Contributed by Paul Brook Contributed by Paul Brook
......
/* OpenMP directive translation -- generate GCC trees from gfc_code. /* OpenMP directive translation -- generate GCC trees from gfc_code.
Copyright (C) 2005, 2006 Free Software Foundation, Inc. Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
Contributed by Jakub Jelinek <jakub@redhat.com> Contributed by Jakub Jelinek <jakub@redhat.com>
This file is part of GCC. This file is part of GCC.
......
/* Header for Fortran 95 types backend support. /* Header for Fortran 95 types backend support.
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005, 2007 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, 2005, 2006 Free Software Foundation, Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Inc. Foundation, Inc.
Contributed by Paul Brook Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* Header for code translation functions /* Header for code translation functions
Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
Foundation, Inc.
Contributed by Paul Brook Contributed by Paul Brook
This file is part of GCC. This file is part of GCC.
......
/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 /* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
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