From 9b318a74d76a1d747b0617f446a9048d0a58e532 Mon Sep 17 00:00:00 2001 From: Kaveh Ghazi Date: Sat, 23 Jan 1999 21:49:56 +0000 Subject: [PATCH] Update copyrights for the last patch From-SVN: r24837 --- gcc/java/class.c | 2 +- gcc/java/decl.c | 2 +- gcc/java/except.c | 2 +- gcc/java/gjavah.c | 2 +- gcc/java/java-except.h | 2 +- gcc/java/jcf-io.c | 2 +- gcc/java/jcf-write.c | 2 +- gcc/java/jv-scan.c | 2 +- gcc/java/lang.c | 2 +- gcc/java/mangle.c | 2 +- gcc/java/typeck.c | 2 +- gcc/java/verify.c | 2 +- gcc/java/zextract.c | 2 +- gcc/java/zipfile.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/gcc/java/class.c b/gcc/java/class.c index 2ee7726c475e..8b5155974d4a 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 48430ed8acd5..5293ddc906ea 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 460909fc62d9..4628823f11d2 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 7e20d697ee81..34f11a653496 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 30516f2fe61c..f6e77b0d447a 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 8cea2ab095fb..52f62c7f5675 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 2897e427d73b..1b5539b4b924 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 661ca85b793b..af099ae4814b 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 82b47279d34b..42f35621576f 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 a6d48e933fd2..8014238f0d96 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 18ee37484838..7dab3f251cea 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 dfbddb2a69b0..8cd3c663852f 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 10cf18dd32d0..5e170b3a7bb4 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 0d955a30bb95..ccddaffe2ad6 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 -- 2.47.3