]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make-lang.in, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 18 Jan 2005 11:45:39 +0000 (11:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 18 Jan 2005 11:45:39 +0000 (11:45 +0000)
* Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
typeck2.c: Update copyright.

From-SVN: r93828

gcc/cp/ChangeLog
gcc/cp/Make-lang.in
gcc/cp/call.c
gcc/cp/cvt.c
gcc/cp/init.c
gcc/cp/rtti.c
gcc/cp/tree.c
gcc/cp/typeck2.c

index 56974b6bd9faf3c6aa335e7ee28f7484729da69a..7301400fc5b991451deb172fbb64b9fc2e384c54 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
+       typeck2.c: Update copyright.
+
 2005-01-16  Kazu Hirata  <kazu@cs.umass.edu>
 
        * class.c (get_enclosing_class): Remove.
index 7da0deba03691c9517f61bcae70c37f0b45a12bf..00075b30a9fb639ff9239a9e8136b1b29dafd60a 100644 (file)
@@ -1,5 +1,6 @@
 # Top level -*- makefile -*- fragment for GNU C++.
-#   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+#   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+#   2005
 #   Free Software Foundation, Inc.
 
 #This file is part of GCC.
index 831d30b48a5f2e1eecd2092d8dc88d2be6b994c2..4828b9cc9a135e266ef2381be04be02a2d080d48 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions related to invoking methods and overloaded functions.
    Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com) and
    modified by Brendan Kehoe (brendan@cygnus.com).
 
index 262970707e78304d9c9b77d65f2510d4c199ee51..9bc86b20faf6c1f9947658b09ebb7f705781ade0 100644 (file)
@@ -1,6 +1,6 @@
 /* Language-level data type conversion for GNU C++.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
index 70a7802e6dd9de0f83d2d39fb0c6acdbff4c153b..eb73980ecc41b2643efa878fb95ecc83ea101f1d 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle initialization things in C++.
    Copyright (C) 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
index b683dad4d476397741dd213423840fbef07c3d1b..2d0569b00a83d9c110821051ff5399d63f96da0a 100644 (file)
@@ -1,5 +1,6 @@
 /* RunTime Type Identification
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005
    Free Software Foundation, Inc.
    Mostly written by Jason Merrill (jason@cygnus.com).
 
index 2b6c96ebfc6f60e0ab7aff319905c7f872959f25..d37f7d1919f2e1e95d58143f54725d611847ec00 100644 (file)
@@ -1,6 +1,6 @@
 /* Language-dependent node constructors for parse phase of GNU compiler.
    Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)
 
 This file is part of GCC.
index 7edfdd277b3cc911d0148db32d412a93f4fb0dfb..8017af3dd250a95b4f2c7b7fc7a6003cf3d7fb5f 100644 (file)
@@ -1,7 +1,7 @@
 /* Report error messages, build initializers, and perform
    some front-end optimizations for C++ compiler.
    Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-   1999, 2000, 2001, 2002, 2004
+   1999, 2000, 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
    Hacked by Michael Tiemann (tiemann@cygnus.com)