aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-15 14:55:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-15 14:55:00 +0000
commit10a351590fe8030f2e0a3968d27134baa1ab85af (patch)
treeb43cc6a3406106e3ad932b70c18785e16e3f490b /gcc
parent80c48076bf33c124af5f73bf768f44b4d19045ae (diff)
downloadgcc-10a351590fe8030f2e0a3968d27134baa1ab85af.zip
gcc-10a351590fe8030f2e0a3968d27134baa1ab85af.tar.gz
gcc-10a351590fe8030f2e0a3968d27134baa1ab85af.tar.bz2
boehm.c, [...]: Update copyright.
* 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/ChangeLog6
-rw-r--r--gcc/java/boehm.c2
-rw-r--r--gcc/java/builtins.c2
-rw-r--r--gcc/java/java-except.h2
-rw-r--r--gcc/java/jcf-io.c2
-rw-r--r--gcc/java/jcf-path.c2
-rw-r--r--gcc/java/jcf.h2
-rw-r--r--gcc/java/lang-specs.h2
-rw-r--r--gcc/java/lex.c2
-rw-r--r--gcc/java/lex.h2
-rw-r--r--gcc/java/resource.c2
-rw-r--r--gcc/java/win32-host.c2
12 files changed, 17 insertions, 11 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 126041a..5945899 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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
diff --git a/gcc/java/boehm.c b/gcc/java/boehm.c
index 8b54590..52f544e 100644
--- a/gcc/java/boehm.c
+++ b/gcc/java/boehm.c
@@ -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.
diff --git a/gcc/java/builtins.c b/gcc/java/builtins.c
index 5219f23..8230036 100644
--- a/gcc/java/builtins.c
+++ b/gcc/java/builtins.c
@@ -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.
diff --git a/gcc/java/java-except.h b/gcc/java/java-except.h
index 960a915..3aa5e01 100644
--- a/gcc/java/java-except.h
+++ b/gcc/java/java-except.h
@@ -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.
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c
index 0b21092..3fcda4f 100644
--- a/gcc/java/jcf-io.c
+++ b/gcc/java/jcf-io.c
@@ -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.
diff --git a/gcc/java/jcf-path.c b/gcc/java/jcf-path.c
index 0f295e6..b8c17b0 100644
--- a/gcc/java/jcf-path.c
+++ b/gcc/java/jcf-path.c
@@ -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.
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h
index 09e2c1a..e36f2ec 100644
--- a/gcc/java/jcf.h
+++ b/gcc/java/jcf.h
@@ -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.
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h
index 6449ec3..cdae043 100644
--- a/gcc/java/lang-specs.h
+++ b/gcc/java/lang-specs.h
@@ -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.
diff --git a/gcc/java/lex.c b/gcc/java/lex.c
index 7ac2d9f..94e37b0 100644
--- a/gcc/java/lex.c
+++ b/gcc/java/lex.c
@@ -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)
diff --git a/gcc/java/lex.h b/gcc/java/lex.h
index c9d5ac6..37ace45 100644
--- a/gcc/java/lex.h
+++ b/gcc/java/lex.h
@@ -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)
diff --git a/gcc/java/resource.c b/gcc/java/resource.c
index 0778659..7f7d72a 100644
--- a/gcc/java/resource.c
+++ b/gcc/java/resource.c
@@ -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.
diff --git a/gcc/java/win32-host.c b/gcc/java/win32-host.c
index d5d9eb8..915b5f6 100644
--- a/gcc/java/win32-host.c
+++ b/gcc/java/win32-host.c
@@ -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.