aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaveh Ghazi <ghazi@gcc.gnu.org>1999-01-23 21:49:56 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-01-23 21:49:56 +0000
commit9b318a74d76a1d747b0617f446a9048d0a58e532 (patch)
tree7a85fa91075f98fb399c209428b8630aee80ba2d /gcc
parentf573e6fc7ffe7b4b6534078f7b85320e01aa31b7 (diff)
downloadgcc-9b318a74d76a1d747b0617f446a9048d0a58e532.zip
gcc-9b318a74d76a1d747b0617f446a9048d0a58e532.tar.gz
gcc-9b318a74d76a1d747b0617f446a9048d0a58e532.tar.bz2
Update copyrights for the last patch
From-SVN: r24837
Diffstat (limited to 'gcc')
-rw-r--r--gcc/java/class.c2
-rw-r--r--gcc/java/decl.c2
-rw-r--r--gcc/java/except.c2
-rw-r--r--gcc/java/gjavah.c2
-rw-r--r--gcc/java/java-except.h2
-rw-r--r--gcc/java/jcf-io.c2
-rw-r--r--gcc/java/jcf-write.c2
-rw-r--r--gcc/java/jv-scan.c2
-rw-r--r--gcc/java/lang.c2
-rw-r--r--gcc/java/mangle.c2
-rw-r--r--gcc/java/typeck.c2
-rw-r--r--gcc/java/verify.c2
-rw-r--r--gcc/java/zextract.c2
-rw-r--r--gcc/java/zipfile.h2
14 files changed, 14 insertions, 14 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index 2ee7726..8b51559 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -1,5 +1,5 @@
/* Functions related to building classes and their related objects.
- Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 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 48430ed..5293ddc 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, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/except.c b/gcc/java/except.c
index 460909f..4628823 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 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c
index 7e20d69..34f11a6 100644
--- a/gcc/java/gjavah.c
+++ b/gcc/java/gjavah.c
@@ -1,7 +1,7 @@
/* Program to write C++-suitable header files from a Java(TM) .class
file. This is similar to SUN's javah.
-Copyright (C) 1996, 1998 Free Software Foundation, Inc.
+Copyright (C) 1996, 1998, 1999 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/java-except.h b/gcc/java/java-except.h
index 30516f2..f6e77b0 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 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c
index 8cea2ab..52f62c7 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, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 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-write.c b/gcc/java/jcf-write.c
index 2897e42..1b5539b 100644
--- a/gcc/java/jcf-write.c
+++ b/gcc/java/jcf-write.c
@@ -1,5 +1,5 @@
/* Write out a Java(TM) class file.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c
index 661ca85..af099ae 100644
--- a/gcc/java/jv-scan.c
+++ b/gcc/java/jv-scan.c
@@ -1,5 +1,5 @@
/* Main for jv-scan
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
This file is part of GNU CC.
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index 82b4727..42f3562 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -1,5 +1,5 @@
/* Java(TM) language-specific utility routines.
- Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/mangle.c b/gcc/java/mangle.c
index a6d48e9..8014238 100644
--- a/gcc/java/mangle.c
+++ b/gcc/java/mangle.c
@@ -1,6 +1,6 @@
/* Functions related to mangling class names for the GNU compiler
for the Java(TM) language.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/typeck.c b/gcc/java/typeck.c
index 18ee374..7dab3f25 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 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/verify.c b/gcc/java/verify.c
index dfbddb2..8cd3c66 100644
--- a/gcc/java/verify.c
+++ b/gcc/java/verify.c
@@ -1,6 +1,6 @@
/* Handle verification of bytecoded methods for the GNU compiler for
the Java(TM) language.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
diff --git a/gcc/java/zextract.c b/gcc/java/zextract.c
index 10cf18d..5e170b3 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 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 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 0d955a3..ccddaff 100644
--- a/gcc/java/zipfile.h
+++ b/gcc/java/zipfile.h
@@ -1,6 +1,6 @@
/* Definitions for using a zipped' archive.
- Copyright (C) 1996 Free Software Foundation, Inc.
+ Copyright (C) 1996, 97-98, 1999 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