]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
boehm.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 15 Oct 2004 14:55:00 +0000 (14:55 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 15 Oct 2004 14:55:00 +0000 (14:55 +0000)
* boehm.c, builtins.c, java-except.h, jcf-io.c, jcf-path.c,
jcf.h, lang-specs.h, lex.c, lex.h, resource.c, win32-host.c:
Update copyright.

From-SVN: r89100

12 files changed:
gcc/java/ChangeLog
gcc/java/boehm.c
gcc/java/builtins.c
gcc/java/java-except.h
gcc/java/jcf-io.c
gcc/java/jcf-path.c
gcc/java/jcf.h
gcc/java/lang-specs.h
gcc/java/lex.c
gcc/java/lex.h
gcc/java/resource.c
gcc/java/win32-host.c

index 126041a0ffa7f6c5fced5b578b0964cd8eb2dd9a..59458998b51cfe770bbf98a984a4803230fde5ec 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * boehm.c, builtins.c, java-except.h, jcf-io.c, jcf-path.c,
+       jcf.h, lang-specs.h, lex.c, lex.h, resource.c, win32-host.c:
+       Update copyright.
+
 2004-10-14  Matt Austern  <austern@apple.com>
 
        * lang.c (java_tree_inlining_walk_subtrees): Last arg is struct
index 8b545904447220cd128041df37bdc154574b3915..52f544e6c3355f3cb11559ebfa3c6d262e3b61a1 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions related to the Boehm garbage collector.
-   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 5219f23bcc8f9c601238fbf1bafbb1184016bd5c..8230036aa7fc42dfe4d0385032ae466c654f87e4 100644 (file)
@@ -1,5 +1,5 @@
 /* Built-in and inline functions for gcj
-   Copyright (C) 2001, 2003
+   Copyright (C) 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 960a91550231f508f8f2e3700423662da1213fe8..3aa5e0105ef2f96fdcbc9d7f15ad83db6fc41e00 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for exception handling for use by the GNU compiler
    for the Java(TM) language compiler.
-   Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0b2109294f499810782af84f8dca53ae9a5d6902..3fcda4f0db9bfd7629183d73db16fe3abdf992b7 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility routines for finding and reading Java(TM) .class files.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 0f295e6667dcacd249ecc91ce484f055ad7b2181..b8c17b0ad2783311f26fb4e0c18bb246487d646f 100644 (file)
@@ -1,5 +1,5 @@
 /* Handle CLASSPATH, -classpath, and path searching.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 09e2c1a2bc535b9fc98d6b31f2da42f27d21251e..e36f2ec7f6681d8978f8bae6f32fa2544949764d 100644 (file)
@@ -1,5 +1,5 @@
 /* Utility macros to read Java(TM) .class files and byte codes.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 6449ec3309ecf2c9d87dfa6b2d4e5cc0cbb01a1e..cdae043b41918d4faef02decad6102d6447b6399 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for specs for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1996, 1998, 1999, 2000, 2001, 2003
+   Copyright (C) 1996, 1998, 1999, 2000, 2001, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index 7ac2d9fb5f3a151cd389f82f2a8f9fe2ca60478a..94e37b014b48ff425292e4956bfd283e4b052623 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
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
index c9d5ac6d8502ace6d9fd0417f552be29ceac3f40..37ace45582e065d83129c6768cd0eaa4e2691e02 100644 (file)
@@ -1,5 +1,5 @@
 /* Language lexer definitions for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
index 07786592915fa38a4ccf19fc01c492964da3caf0..7f7d72abe8e1a78d2c8a65899210a515fd6f5bd0 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions related to building resource files.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index d5d9eb8a1b782d4d0a5707cc6e66ade4f2b33d41..915b5f69abd0d1d89fa8e330acc6a77e9bf7499c 100644 (file)
@@ -1,5 +1,5 @@
 /* Platform-Specific Win32 Functions
-   Copyright (C) 2003  Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004  Free Software Foundation, Inc.
 
 This file is part of GCC.