builtins.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 12 Feb 2005 15:21:14 +0000 (15:21 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 12 Feb 2005 15:21:14 +0000 (15:21 +0000)
* builtins.c, java-except.h, jcf-parse.c, jv-scan.c, lex.c,
parse-scan.y: Update copyright.

From-SVN: r94940

gcc/java/ChangeLog
gcc/java/builtins.c
gcc/java/java-except.h
gcc/java/jcf-parse.c
gcc/java/jv-scan.c
gcc/java/lex.c
gcc/java/parse-scan.y

index a1002f15b31167896e287b18985fb9baf70ad5c4..e4cc2ff537b73471eabc9a19e69443d6eaefa318 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-12  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * builtins.c, java-except.h, jcf-parse.c, jv-scan.c, lex.c,
+       parse-scan.y: Update copyright.
+
 2005-02-11  Per Bothner  <per@bothner.com>
 
        PR java/15543
index fd8aa5a886692373598701681942973cd4d12e50..f4a8efb2a1b6d9560c63e6b6afa24a2e779c2877 100644 (file)
@@ -1,5 +1,5 @@
 /* Built-in and inline functions for gcj
-   Copyright (C) 2001, 2003, 2004
+   Copyright (C) 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index e09f21dfde804b8bc9e33039619b4cf8692aff9f..a45e650ffb8ab27404f36d59a473615df1c846cf 100644 (file)
@@ -1,6 +1,7 @@
 /* Definitions for exception handling for use by the GNU compiler
    for the Java(TM) language compiler.
-   Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004, 2005
+   Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 50a75054cb1feaad3d1ff4bc64064cf0d4b4e878..3a4c780e77a30adb83a5ca225fa6e0930142262e 100644 (file)
@@ -1,5 +1,5 @@
 /* Parser for Java(TM) .class files.
-   Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index b7b8809b1172940fa3cfb22ed3fb51c5f734d47f..a3726fd2ff9d9a36b98ae3ba7d0401eac549683a 100644 (file)
@@ -1,5 +1,5 @@
 /* Main for jv-scan
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
index d0a8f93e49501783270174fe2577d9217648bbf4..b82a307e6ba28c57782bec944f8e7e68f5ab5462 100644 (file)
@@ -1,5 +1,5 @@
 /* Language lexer for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
index 2e020c800e1f0b155615f10be562ef04cf1b2ac6..dceacb6cc7f2a6fa9aa800e1727616eae86388bd 100644 (file)
@@ -1,5 +1,5 @@
 /* Parser grammar for quick source code scan of Java(TM) language programs.
-   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)