arith.c: Update copyright years.
authorTobias Schlüter <tobi@gcc.gnu.org>
Sun, 24 Feb 2008 21:43:48 +0000 (22:43 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 24 Feb 2008 21:43:48 +0000 (22:43 +0100)
* arith.c: Update copyright years.
* arith.h: Likewise.
* array.c: Likewise.
* bbt.c: Likewise.
* check.c: Likewise.
* data.c: Likewise.
* data.h: Likewise.
* decl.c: Likewise.
* dependency.c: Likewise.
* dependency.h: Likewise.
* dump-parse-tree.c: Likewise.
* error.c: Likewise.
* expr.c: Likewise.
* gfc-internals.texi: Likewise.
* gfortran.h: Likewise.
* gfortran.texi: Likewise.
* gfortranspec.c: Likewise.
* interface.c: Likewise.
* intrinsic.c: Likewise.
* intrinsic.h: Likewise.
* intrinsic.texi: Likewise.
* invoke.texi: Likewise.
* io.c: Likewise.
* iresolve.c: Likewise.
* iso-c-binding.def: Likewise.
* iso-fortran-env.def: Likewise.
* lang-specs.h: Likewise.
* lang.opt: Likewise.
* libgfortran.h: Likewise.
* match.c: Likewise.
* match.h: Likewise.
* matchexp.c: Likewise.
* misc.c: Likewise.
* module.c: Likewise.
* openmp.c: Likewise.
* options.c: Likewise.
* parse.c: Likewise.
* parse.h: Likewise.
* primary.c: Likewise.
* resolve.c: Likewise.
* scanner.c: Likewise.
* simplify.c: Likewise.
* st.c: Likewise.
* symbol.c: Likewise.
* target-memory.c: Likewise.
* target-memory.h: Likewise.
* trans-array.h: Likewise.
* trans-const.h: Likewise.
* trans-stmt.h: Likewise.
* trans-types.c: Likewise.
* trans-types.h: Likewise.
* types.def: Likewise.

From-SVN: r132600

53 files changed:
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/arith.h
gcc/fortran/array.c
gcc/fortran/bbt.c
gcc/fortran/check.c
gcc/fortran/data.c
gcc/fortran/data.h
gcc/fortran/decl.c
gcc/fortran/dependency.c
gcc/fortran/dependency.h
gcc/fortran/dump-parse-tree.c
gcc/fortran/error.c
gcc/fortran/expr.c
gcc/fortran/gfc-internals.texi
gcc/fortran/gfortran.h
gcc/fortran/gfortran.texi
gcc/fortran/gfortranspec.c
gcc/fortran/interface.c
gcc/fortran/intrinsic.c
gcc/fortran/intrinsic.h
gcc/fortran/intrinsic.texi
gcc/fortran/invoke.texi
gcc/fortran/io.c
gcc/fortran/iresolve.c
gcc/fortran/iso-c-binding.def
gcc/fortran/iso-fortran-env.def
gcc/fortran/lang-specs.h
gcc/fortran/lang.opt
gcc/fortran/libgfortran.h
gcc/fortran/match.c
gcc/fortran/match.h
gcc/fortran/matchexp.c
gcc/fortran/misc.c
gcc/fortran/module.c
gcc/fortran/openmp.c
gcc/fortran/options.c
gcc/fortran/parse.c
gcc/fortran/parse.h
gcc/fortran/primary.c
gcc/fortran/resolve.c
gcc/fortran/scanner.c
gcc/fortran/simplify.c
gcc/fortran/st.c
gcc/fortran/symbol.c
gcc/fortran/target-memory.c
gcc/fortran/target-memory.h
gcc/fortran/trans-array.h
gcc/fortran/trans-const.h
gcc/fortran/trans-stmt.h
gcc/fortran/trans-types.c
gcc/fortran/trans-types.h
gcc/fortran/types.def

index 35f05a9d75b9b91ca141e617e19d1d6a4a24b590..5b639fc837714613ec92270418b85065e024265e 100644 (file)
@@ -1,3 +1,58 @@
+2008-02-24  Tobias Schlüter  <tobi@gcc.gnu.org>
+
+       * arith.c: Update copyright years.
+       * arith.h: Likewise.
+       * array.c: Likewise.
+       * bbt.c: Likewise.
+       * check.c: Likewise.
+       * data.c: Likewise.
+       * data.h: Likewise.
+       * decl.c: Likewise.
+       * dependency.c: Likewise.
+       * dependency.h: Likewise.
+       * dump-parse-tree.c: Likewise.
+       * error.c: Likewise.
+       * expr.c: Likewise.
+       * gfc-internals.texi: Likewise.
+       * gfortran.h: Likewise.
+       * gfortran.texi: Likewise.
+       * gfortranspec.c: Likewise.
+       * interface.c: Likewise.
+       * intrinsic.c: Likewise.
+       * intrinsic.h: Likewise.
+       * intrinsic.texi: Likewise.
+       * invoke.texi: Likewise.
+       * io.c: Likewise.
+       * iresolve.c: Likewise.
+       * iso-c-binding.def: Likewise.
+       * iso-fortran-env.def: Likewise.
+       * lang-specs.h: Likewise.
+       * lang.opt: Likewise.
+       * libgfortran.h: Likewise.
+       * match.c: Likewise.
+       * match.h: Likewise.
+       * matchexp.c: Likewise.
+       * misc.c: Likewise.
+       * module.c: Likewise.
+       * openmp.c: Likewise.
+       * options.c: Likewise.
+       * parse.c: Likewise.
+       * parse.h: Likewise.
+       * primary.c: Likewise.
+       * resolve.c: Likewise.
+       * scanner.c: Likewise.
+       * simplify.c: Likewise.
+       * st.c: Likewise.
+       * symbol.c: Likewise.
+       * target-memory.c: Likewise.
+       * target-memory.h: Likewise.
+       * trans-array.h: Likewise.
+       * trans-const.h: Likewise.
+       * trans-stmt.h: Likewise.
+       * trans-types.c: Likewise.
+       * trans-types.h: Likewise.
+       * types.def: Likewise.
+
 2008-02-24  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/35223
index b06aa078c8aac0b51c2d6511326fd97aeb070fb2..fdd6f6a7d77bab07004cab541e9286a7319d7c41 100644 (file)
@@ -1,5 +1,5 @@
 /* Compiler arithmetic
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 67d73617a746929bf7e29af19988772b334c03ed..f370c1cbce8a40ad59ee12ec275fcafcdef80fd4 100644 (file)
@@ -1,5 +1,5 @@
 /* Compiler arithmetic header.
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Steven Bosscher
 
index 75f80edc3b53658f78be3d1d91bd7581181c8216..adc3f3f6bfb2d4561c61359e75fbc57f6b6b3daf 100644 (file)
@@ -1,5 +1,5 @@
 /* Array things
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 4fd00fb0232ab10206757dd3405596bc677b9c6b..e89eb57fd8d6dee2210ff92d1596dc254434fa82 100644 (file)
@@ -1,5 +1,5 @@
 /* Balanced binary trees using treaps.
-   Copyright (C) 2000, 2002, 2003, 2007
+   Copyright (C) 2000, 2002, 2003, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 8727862022a522d64b4828d69d9cb50981ed2b15..5c7353d116855d99acf5cbaa33fb5ad0c23de2cd 100644 (file)
@@ -1,5 +1,5 @@
 /* Check functions
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught & Katherine Holcomb
 
index 654c4384de6e3e2de369fdd8063b7677bd3d119c..1fe2ee51f9d4ea39c6b45edcc29ce241760549c0 100644 (file)
@@ -1,5 +1,5 @@
 /* Supporting functions for resolving DATA statement.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Lifang Zeng <zlf605@hotmail.com>
 
index 5f89d981f7e45e69ba158fda93651c951b325cbd..a677a86e0e35bee14ee2361abfa01004d95b283d 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for functions resolving DATA statements.
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 06c1df3c4fa6e30efef785a84ecb7de6f125ef09..d8306879d56a7a9c1e8275ee99c5e2bd2a6a58cb 100644 (file)
@@ -1,5 +1,5 @@
 /* Declaration statement matcher
-   Copyright (C) 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 29a5237e6eb555d320264f6e0631cad3fdfc2888..8e7e34332ce72da75874be39d2f072d88cec1c4a 100644 (file)
@@ -1,5 +1,5 @@
 /* Dependency analysis
-   Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Paul Brook <paul@nowt.org>
 
index 9c856af094f294a3d6f1e39b40b32d27a6d99ed1..041b0d53b45a2a1e3b3b81338b79abe43f3bddfb 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for dependency analysis
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Paul Brook
 
index ea83da76cff90518f36eacf774698a3575bb4540..4f4a77c04505056094f3a7fad4017ef39ee00565 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse tree dumper
-   Copyright (C) 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Steven Bosscher
 
index fa1a505c3f3c5d3268b4cff1ed59e648d9a3d8fe..0718e5af5b54632bf9cce93aac0709210e0541ce 100644 (file)
@@ -1,5 +1,5 @@
 /* Handle errors.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught & Niels Kristian Bech Jensen
 
index bfb61fdf6a8a7a02a77f98a157e70d5cca9ccdc1..0b0fd0936a345d62bc79a2362b71af652a9ab166 100644 (file)
@@ -1,5 +1,5 @@
 /* Routines for manipulation of expression nodes.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 256a85421fc8fa8ea0bf0eb4024db183df626542..f693aa9a72d512c3518e0e8088de6243a8c74e7d 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfc-internals.info
-@set copyrights-gfortran 2007
+@set copyrights-gfortran 2007-2008
 
 @include gcc-common.texi
 
index 5cd99c415f9cf6ae1b7438ba82d464b741c8f1d0..5aef5bf11586bd01ebe6d5ac6b660e2224eed7a6 100644 (file)
@@ -1,5 +1,5 @@
 /* gfortran header file
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index d1fa68985ef1e5288db497b3d8b83c6a8ebe6602..098f1f05bd943e675e2273dc188823e263b1a3af 100644 (file)
@@ -1,7 +1,7 @@
 \input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfortran.info
-@set copyrights-gfortran 1999-2007
+@set copyrights-gfortran 1999-2008
 
 @include gcc-common.texi
 
index be9830386f731b7c9086ea07adfc6dd8e185de87..c8263ad49dfae28759e6b81fe43b9c82c928677a 100644 (file)
@@ -1,5 +1,6 @@
 /* Specific flags and argument handling of the Fortran front-end.
-   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+   2007, 2008
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 8b73adcf3c8a9d9e1a505ad5c5a1b40910cb136a..e72b97b1dce8b4100b4576164eeb6403203a9f4a 100644 (file)
@@ -1,5 +1,5 @@
 /* Deal with interfaces.
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 227c5ec1c6e7af47be8d0ecae8173d902395e0cb..96bf62ba0b93c852de931782e6b5693f25cd7b0a 100644 (file)
@@ -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, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught & Katherine Holcomb
 
index dc544890e49e1b23023bd58f82d208b5b8ac2ed7..55fe6452bf73acaf9ce13abccfe770bd278ef128 100644 (file)
@@ -1,6 +1,6 @@
 /* Header file for intrinsics check, resolve and simplify function
    prototypes.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught & Katherine Holcomb
 
index 95a7ec83e5db0763e5d74551e4910312bc675ce0..0b5e65f0eec5b592f23e47c8857b1a142b345f5d 100644 (file)
@@ -1,5 +1,5 @@
 @ignore
-Copyright (C) 2005, 2006, 2007
+Copyright (C) 2005, 2006, 2007, 2008
 Free Software Foundation, Inc.
 This is part of the GNU Fortran manual.   
 For copying conditions, see the file gfortran.texi.
index 0a67785d299327a7d5afccf43f301ab8c552e106..06d36b96e8935139883796bf5425fa8288441d3d 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 2004, 2005, 2006, 2007
+@c Copyright (C) 2004, 2005, 2006, 2007, 2008
 @c Free Software Foundation, Inc.
 @c This is part of the GNU Fortran manual.   
 @c For copying conditions, see the file gfortran.texi.
index 0bff511db065f3923590942f497fbc3b701e0ad0..decd81930701fe76841f37756170a0703acbcf5b 100644 (file)
@@ -1,5 +1,5 @@
 /* Deal with I/O statements & related stuff.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index a72d740a36f33ce1f258e52e0c462421ae0ce5e2..3bc07fe633b5a5f4e977d3cc899fc51ec4f9d4f8 100644 (file)
@@ -1,5 +1,5 @@
 /* Intrinsic function resolution.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught & Katherine Holcomb
 
index 5c277a867513950cd40dbd34bf49bb12503272e6..c41870d4998c59d862d142beb926f4b93809ae37 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 8ef5597d3b28cf33b3f13b9e8682e03a93c83089..dba2d3521ada37a1646fa30ca08c3760a1b994b7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 4f752ec657f7bdbdc4c4c74f1436c7202c9e3024..e49b073aca31f85d73639b558c0ad924d6a9b8d4 100644 (file)
@@ -1,6 +1,6 @@
 /* Contribution to the specs for the GNU Compiler Collection
    from GNU Fortran 95 compiler.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
 
    This file is free software; you can redistribute it and/or modify
index bc48e78bd3ab531030321b83cc89d17d6a924621..967f634de94e52ef8f7d21d49997dfb22c66428d 100644 (file)
@@ -1,5 +1,6 @@
 ; Options for the Fortran 95 front end.
-; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
+; Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
index d9bfa05e80a0a330e89f4c9b1cdf00ecc218bb32..be9716e0e9b71c5c905b8dbd15df49ccb5ceded0 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file to the Fortran front-end and runtime library
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index c1920ff9d58163d58de29c9876285de5dc793410..25edd4aca4c37cecedf0a85be361f5092b8807b8 100644 (file)
@@ -1,5 +1,5 @@
 /* Matching subroutines in all sizes, shapes and colors.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index eac543308f419c4537baa5ca82ad529ed5dc8ffd..34f1af1738db5d1446422c2987dd7139f4e4af36 100644 (file)
@@ -1,5 +1,5 @@
 /* All matcher functions.
-   Copyright (C) 2003, 2005, 2007
+   Copyright (C) 2003, 2005, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Steven Bosscher
 
index 0bc567f3cec1094eff5d0f198c1b96a3c72f7de5..a9e90c99454c020dc64e1dbe0517becad53ccccc 100644 (file)
@@ -1,5 +1,5 @@
 /* Expression parser.
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 5ee5434baeee3cdc558e13647764a0b4a046200a..0d76926b267a87e295e069c972471d3d40f39177 100644 (file)
@@ -1,5 +1,5 @@
 /* Miscellaneous stuff that doesn't fit anywhere else.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index b478d3eda9166e0eaef17485f1a24ba11fe5c533..e9303a4f367aeb3c6c1780290dc479e6a9d317b1 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle modules, which amounts to loading and saving symbols and
    their attendant structures.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 5c45343007c6af58a4d7f8bf48f169077423b73c..8c2d2577440cbc74918dfc3e2b18208bc516fff0 100644 (file)
@@ -1,5 +1,5 @@
 /* OpenMP directive matching and resolving.
-   Copyright (C) 2005, 2006, 2007
+   Copyright (C) 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Jakub Jelinek
 
index 16e9079f6e652a2913a2a81bc930aba3290c112f..7d35fb704ce9c846d06c8cb75769f7ea07db264f 100644 (file)
@@ -1,5 +1,5 @@
 /* Parse and display command line options.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 8d30beeca11377bbf6dc9168e539606988870ce7..67f4cc775c546b8d783678452603839783603bb1 100644 (file)
@@ -1,5 +1,5 @@
 /* Main parser.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index be885bb013b44c93694150c8167d1ad2817d1369..196b9f736a52ea4e1fff912e14440a6da3d29f19 100644 (file)
@@ -1,5 +1,6 @@
 /* Parser header
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by Steven Bosscher
 
 This file is part of GCC.
index 8385cb5788eee7fb72339ec6486fffd46a38c5d7..f6b163503b346dae875fdaded7a072b522939864 100644 (file)
@@ -1,5 +1,5 @@
 /* Primary expression subroutines
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 5a3f782934102c3b93417c4663af252d93951e26..3df9791c876d3aede871b848a9b82236d76a2e93 100644 (file)
@@ -1,5 +1,5 @@
 /* Perform type resolution on the various stuctures.
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 9bbb06581c986aaf1a652066f23a5ed5850a2b1e..ad3b51583341c7ebf61fccac6f5b295337513957 100644 (file)
@@ -1,5 +1,5 @@
 /* Character scanner.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 77af04d4c45991a1f8a529a00fb17588aca1043a..264f689b96b62333d7fac941f2dbe546a1456b50 100644 (file)
@@ -1,5 +1,5 @@
 /* Simplify intrinsic functions at compile-time.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught & Katherine Holcomb
 
index 777e4eb8a25b4ac3b98337132a44e1224914e5f7..5f65846fb0daee5e01225f6a1407e417b5fa3cc2 100644 (file)
@@ -1,5 +1,5 @@
 /* Build executable statement trees.
-   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index e97684fc1ccd97527be2ae41d7e6dc392a126c29..c86fa9ae40e957cd6e4ca9b674d7c4574ed22cfe 100644 (file)
@@ -1,5 +1,5 @@
 /* Maintain binary trees of symbols.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Andy Vaught
 
index 762587767433fb04515bf8b965c6232040ea3467..e16c163ceaacacc6a833a21a2b3b991d1f082503 100644 (file)
@@ -1,5 +1,5 @@
 /* Simulate storage of variables into target memory.
-   Copyright (C) 2007
+   Copyright (C) 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Paul Thomas and Brooks Moses
 
index a693563bc9b9b1d26894f77bdd8b4fd4831bb750..04b9c7800850ebd03823b99823ef86a28a90294f 100644 (file)
@@ -1,5 +1,5 @@
 /* Simulate storage of variables into target memory, header.
-   Copyright (C) 2007
+   Copyright (C) 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Paul Thomas and Brooks Moses
 
index 98b6fb1a3490d7770c160ad4f70c35598241b29e..511f04bcbbb0d80712a0345f082a57d464b575d5 100644 (file)
@@ -1,6 +1,6 @@
 /* Header for array handling functions
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by Paul Brook
 
 This file is part of GCC.
index 6633f869531aac3cc3b11d36d172055445ec6e32..04b60cfa13d37ab8bd5055a2a6e9cd2e75c811cc 100644 (file)
@@ -1,5 +1,5 @@
 /* Header for code constant translation functions
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
    Contributed by Paul Brook
 
index 66944fddf6c3bdfe3910b44c6fae7224073c191d..f2b9b84f41aace52e90abe6e0483a02788164ec8 100644 (file)
@@ -1,5 +1,6 @@
 /* Header for statement translation functions
-   Copyright (C) 2002, 2003, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2006, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by Paul Brook
 
 This file is part of GCC.
index 67eaf041c23f9292f982d6b5f602cd2d5e416eac..6e98db7dbface5d913afb0def3f619014eef05aa 100644 (file)
@@ -1,6 +1,6 @@
 /* Backend support for Fortran 95 basic types and derived types.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by Paul Brook <paul@nowt.org>
    and Steven Bosscher <s.bosscher@student.tudelft.nl>
 
index 87873060ac04ff08fdfc444849e622ef19b15aea..7b1da3e1113d11eaf91a22d363943320d380f199 100644 (file)
@@ -1,6 +1,6 @@
 /* Header for Fortran 95 types backend support.
-   Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation,
-   Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008
+   Free Software Foundation, Inc.
    Contributed by Paul Brook <paul@nowt.org>
    and Steven Bosscher <s.bosscher@student.tudelft.nl>
 
index ce23770c2db9f4d9ef217642bb0c12ff2c879c67..22dcafd2397b1fd03cbf9854281c1b35bffde090 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
+/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
    Free Software Foundation, Inc.
 
 This file is part of GCC.