diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 14:10:08 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 14:10:08 -0700 |
commit | e511adc05df22082e8ac1f637d864f9ce50ee442 (patch) | |
tree | d958de8da7fcfc7876c0e7bc001206b3785e7816 /gcc/java | |
parent | c12f5242230ffe2d6ed575bf50c3b47f521603d6 (diff) | |
download | gcc-e511adc05df22082e8ac1f637d864f9ce50ee442.zip gcc-e511adc05df22082e8ac1f637d864f9ce50ee442.tar.gz gcc-e511adc05df22082e8ac1f637d864f9ce50ee442.tar.bz2 |
Fix copyrights.
From-SVN: r24538
Diffstat (limited to 'gcc/java')
-rw-r--r-- | gcc/java/Make-lang.in | 2 | ||||
-rw-r--r-- | gcc/java/Makefile.in | 2 | ||||
-rw-r--r-- | gcc/java/expr.c | 2 | ||||
-rw-r--r-- | gcc/java/java-tree.h | 2 | ||||
-rw-r--r-- | gcc/java/jcf-dump.c | 2 | ||||
-rw-r--r-- | gcc/java/jcf-parse.c | 2 | ||||
-rw-r--r-- | gcc/java/lex.c | 2 | ||||
-rw-r--r-- | gcc/java/lex.h | 2 | ||||
-rw-r--r-- | gcc/java/parse.h | 2 | ||||
-rw-r--r-- | gcc/java/parse.y | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index b71116c..49edd64 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -1,6 +1,6 @@ # Top level makefile fragment for the GNU compiler for the Java(TM) # language. -# Copyright (C) 1996, 1998 Free Software Foundation, Inc. +# Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc. #This file is part of GNU CC. diff --git a/gcc/java/Makefile.in b/gcc/java/Makefile.in index 158d584..f87eeeb 100644 --- a/gcc/java/Makefile.in +++ b/gcc/java/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU compiler for the Java(TM) language. -# Copyright (C) 1987, 88, 90-4, 1995, 1998 Free Software Foundation, Inc. +# Copyright (C) 1987, 88, 90-5, 1998, 1999 Free Software Foundation, Inc. #This file is part of GNU CC. diff --git a/gcc/java/expr.c b/gcc/java/expr.c index 9c55437..4c5d1bb 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, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999 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 2e9ac7c..dd94035 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, 1998 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-dump.c b/gcc/java/jcf-dump.c index 36f0ead..cb962cb 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, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 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/jcf-parse.c b/gcc/java/jcf-parse.c index 6aafb5a..27ac86c 100644 --- a/gcc/java/jcf-parse.c +++ b/gcc/java/jcf-parse.c @@ -1,5 +1,5 @@ /* Parser for Java(TM) .class files. - Copyright (C) 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/java/lex.c b/gcc/java/lex.c index f1b5469..fb83e5f 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 Free Software Foundation, Inc. + Copyright (C) 1997, 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/lex.h b/gcc/java/lex.h index 0fb97a1..42cb1c4 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 Free Software Foundation, Inc. + Copyright (C) 1997, 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/parse.h b/gcc/java/parse.h index 72beb58..88f2dcb 100644 --- a/gcc/java/parse.h +++ b/gcc/java/parse.h @@ -1,5 +1,5 @@ /* Language parser definitions for the GNU compiler for the Java(TM) language. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 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/parse.y b/gcc/java/parse.y index 874d722..1680a68 100644 --- a/gcc/java/parse.y +++ b/gcc/java/parse.y @@ -1,6 +1,6 @@ /* Source code parsing and tree node generation for the GNU compiler for the Java(TM) language. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com) This file is part of GNU CC. |