aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-26 13:02:01 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-26 13:02:01 -0700
commit3852e8afcc93fe600c7b47a25483592e1b8b9f71 (patch)
tree4f023ef17d1e10a28a6fa444883eefb8b73263b0 /gcc/java
parent4dbba8765d00a1e0cd37efd08de0b297a396b362 (diff)
downloadgcc-3852e8afcc93fe600c7b47a25483592e1b8b9f71.zip
gcc-3852e8afcc93fe600c7b47a25483592e1b8b9f71.tar.gz
gcc-3852e8afcc93fe600c7b47a25483592e1b8b9f71.tar.bz2
Fix copyrights
From-SVN: r32182
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/Makefile.in3
-rw-r--r--gcc/java/decl.c2
-rw-r--r--gcc/java/except.c2
-rw-r--r--gcc/java/expr.c2
-rw-r--r--gcc/java/java-except.h2
-rw-r--r--gcc/java/java-tree.h2
-rw-r--r--gcc/java/jcf-dump.c2
-rw-r--r--gcc/java/jcf-io.c2
-rw-r--r--gcc/java/jcf-reader.c2
-rw-r--r--gcc/java/jcf.h2
-rw-r--r--gcc/java/jvspec.c2
-rw-r--r--gcc/java/lang.c2
-rw-r--r--gcc/java/typeck.c2
-rw-r--r--gcc/java/zextract.c2
-rw-r--r--gcc/java/zipfile.h2
15 files changed, 16 insertions, 15 deletions
diff --git a/gcc/java/Makefile.in b/gcc/java/Makefile.in
index 633a13f..73bc64e 100644
--- a/gcc/java/Makefile.in
+++ b/gcc/java/Makefile.in
@@ -1,5 +1,6 @@
# Makefile for GNU compiler for the Java(TM) language.
-# Copyright (C) 1987, 88, 90-5, 1998, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 1998,
+# 1999 Free Software Foundation, Inc.
#This file is part of GNU CC.
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index 46d322b..5e64c64 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -1,7 +1,7 @@
/* Process declarations and variables for the GNU compiler for the
Java(TM) language.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/except.c b/gcc/java/except.c
index 83b9a81..0b1590f 100644
--- a/gcc/java/except.c
+++ b/gcc/java/except.c
@@ -1,5 +1,5 @@
/* Handle exceptions for GNU compiler for the Java(TM) language.
- Copyright (C) 1997, 98-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 41a1d3d..7dcf6f5 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -1,5 +1,5 @@
/* Process expressions for the GNU compiler for the Java(TM) language.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/java-except.h b/gcc/java/java-except.h
index e069053..9ff58ba 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, 98-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index 536fdc1..0699461 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -1,6 +1,6 @@
/* Definitions for parsing and type checking for the GNU compiler for
the Java(TM) language.
- Copyright (C) 1997, 98-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/jcf-dump.c b/gcc/java/jcf-dump.c
index b8531d4..8fb63cb 100644
--- a/gcc/java/jcf-dump.c
+++ b/gcc/java/jcf-dump.c
@@ -1,7 +1,7 @@
/* Program to dump out a Java(TM) .class file.
Functionally similar to Sun's javap.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c
index 869bc00..38ed908 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, 97-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gcc/java/jcf-reader.c b/gcc/java/jcf-reader.c
index 1dabf65..ccc65d0 100644
--- a/gcc/java/jcf-reader.c
+++ b/gcc/java/jcf-reader.c
@@ -2,7 +2,7 @@
It is not stand-alone: It depends on tons of macros, and the
intent is you #include this file after you've defined the macros.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gcc/java/jcf.h b/gcc/java/jcf.h
index 91fa9f3..d909b2c 100644
--- a/gcc/java/jcf.h
+++ b/gcc/java/jcf.h
@@ -1,6 +1,6 @@
/* Utility macros to read Java(TM) .class files and byte codes.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gcc/java/jvspec.c b/gcc/java/jvspec.c
index 20eb5d7..4f3a682 100644
--- a/gcc/java/jvspec.c
+++ b/gcc/java/jvspec.c
@@ -1,6 +1,6 @@
/* Specific flags and argument handling of the front-end of the
GNU compiler for the Java(TM) language.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index c6d6ee0..10db753 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -1,5 +1,5 @@
/* Java(TM) language-specific utility routines.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/typeck.c b/gcc/java/typeck.c
index e76a318..aba0e20 100644
--- a/gcc/java/typeck.c
+++ b/gcc/java/typeck.c
@@ -1,5 +1,5 @@
/* Handle types for the GNU compiler for the Java(TM) language.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/zextract.c b/gcc/java/zextract.c
index bfe3afe..359249b 100644
--- a/gcc/java/zextract.c
+++ b/gcc/java/zextract.c
@@ -2,7 +2,7 @@
This extracts a member from a .zip file, but does not handle
uncompression (since that is not needed for classes.zip).
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gcc/java/zipfile.h b/gcc/java/zipfile.h
index 66aa1d8..a19ec16 100644
--- a/gcc/java/zipfile.h
+++ b/gcc/java/zipfile.h
@@ -1,6 +1,6 @@
/* Definitions for using a zipped' archive.
- Copyright (C) 1996, 97-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by