public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] java/*.[ch]: Update copyright.
@ 2004-10-15 14:56 Kazu Hirata
  0 siblings, 0 replies; 2+ messages in thread
From: Kazu Hirata @ 2004-10-15 14:56 UTC (permalink / raw)
  To: gcc-patches

Hi,

Committed as obvious.

Kazu Hirata

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.

Index: boehm.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/boehm.c,v
retrieving revision 1.20
diff -u -r1.20 boehm.c
--- boehm.c	25 Aug 2004 09:52:49 -0000	1.20
+++ boehm.c	15 Oct 2004 14:52:11 -0000
@@ -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.
 
Index: builtins.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/builtins.c,v
retrieving revision 1.26
diff -u -r1.26 builtins.c
--- builtins.c	5 Aug 2004 05:51:59 -0000	1.26
+++ builtins.c	15 Oct 2004 14:52:11 -0000
@@ -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.
Index: java-except.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/java-except.h,v
retrieving revision 1.14
diff -u -r1.14 java-except.h
--- java-except.h	29 Jun 2004 16:18:46 -0000	1.14
+++ java-except.h	15 Oct 2004 14:52:11 -0000
@@ -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.
 
Index: jcf-io.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf-io.c,v
retrieving revision 1.50
diff -u -r1.50 jcf-io.c
--- jcf-io.c	24 Jul 2004 00:03:27 -0000	1.50
+++ jcf-io.c	15 Oct 2004 14:52:11 -0000
@@ -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.
Index: jcf-path.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf-path.c,v
retrieving revision 1.30
diff -u -r1.30 jcf-path.c
--- jcf-path.c	25 Mar 2004 09:14:45 -0000	1.30
+++ jcf-path.c	15 Oct 2004 14:52:11 -0000
@@ -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.
Index: jcf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf.h,v
retrieving revision 1.43
diff -u -r1.43 jcf.h
--- jcf.h	21 Jun 2004 12:37:46 -0000	1.43
+++ jcf.h	15 Oct 2004 14:52:11 -0000
@@ -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.
Index: lang-specs.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lang-specs.h,v
retrieving revision 1.23
diff -u -r1.23 lang-specs.h
--- lang-specs.h	5 Apr 2004 19:23:19 -0000	1.23
+++ lang-specs.h	15 Oct 2004 14:52:11 -0000
@@ -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.
Index: lex.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lex.c,v
retrieving revision 1.115
diff -u -r1.115 lex.c
--- lex.c	1 Oct 2004 13:44:20 -0000	1.115
+++ lex.c	15 Oct 2004 14:52:12 -0000
@@ -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)
 
Index: lex.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lex.h,v
retrieving revision 1.40
diff -u -r1.40 lex.h
--- lex.h	30 Sep 2004 23:35:07 -0000	1.40
+++ lex.h	15 Oct 2004 14:52:12 -0000
@@ -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)
 
Index: resource.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/resource.c,v
retrieving revision 1.17
diff -u -r1.17 resource.c
--- resource.c	25 Aug 2004 09:52:53 -0000	1.17
+++ resource.c	15 Oct 2004 14:52:12 -0000
@@ -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.
Index: win32-host.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/win32-host.c,v
retrieving revision 1.5
diff -u -r1.5 win32-host.c
--- win32-host.c	11 Sep 2004 19:08:05 -0000	1.5
+++ win32-host.c	15 Oct 2004 14:52:12 -0000
@@ -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.
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [patch] java/*.[ch]: Update copyright.
@ 2005-03-06 12:58 Kazu Hirata
  0 siblings, 0 replies; 2+ messages in thread
From: Kazu Hirata @ 2005-03-06 12:58 UTC (permalink / raw)
  To: gcc-patches; +Cc: java-patches

Hi,

Committed as obvious.

Kazu Hirata

2005-03-06  Kazu Hirata  <kazu@cs.umass.edu>

	* jcf-dump.c, jcf-io.c, jcf-reader.c, lang.c, parse.h,
	typeck.c: Update copyright.

Index: jcf-dump.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf-dump.c,v
retrieving revision 1.65
diff -u -d -p -r1.65 jcf-dump.c
--- jcf-dump.c	1 Mar 2005 17:03:44 -0000	1.65
+++ jcf-dump.c	6 Mar 2005 12:54:20 -0000
@@ -1,7 +1,7 @@
 /* Program to dump out a Java(TM) .class file.
    Functionally similar to Sun's javap.
 
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: jcf-io.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf-io.c,v
retrieving revision 1.54
diff -u -d -p -r1.54 jcf-io.c
--- jcf-io.c	3 Mar 2005 00:27:03 -0000	1.54
+++ jcf-io.c	6 Mar 2005 12:54:20 -0000
@@ -1,5 +1,5 @@
 /* Utility routines for finding and reading Java(TM) .class files.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: jcf-reader.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/jcf-reader.c,v
retrieving revision 1.24
diff -u -d -p -r1.24 jcf-reader.c
--- jcf-reader.c	1 Mar 2005 17:03:44 -0000	1.24
+++ jcf-reader.c	6 Mar 2005 12:54:21 -0000
@@ -1,7 +1,7 @@
 /* This file read a Java(TM) .class file.
    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, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: lang.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/lang.c,v
retrieving revision 1.167
diff -u -d -p -r1.167 lang.c
--- lang.c	6 Mar 2005 08:42:32 -0000	1.167
+++ lang.c	6 Mar 2005 12:54:22 -0000
@@ -1,5 +1,5 @@
 /* Java(TM) language-specific utility routines.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: parse.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/parse.h,v
retrieving revision 1.104
diff -u -d -p -r1.104 parse.h
--- parse.h	6 Mar 2005 08:42:33 -0000	1.104
+++ parse.h	6 Mar 2005 12:54:23 -0000
@@ -1,5 +1,5 @@
 /* Language parser definitions for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Alexandre Petit-Bianco (apbianco@cygnus.com)
 
Index: typeck.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/typeck.c,v
retrieving revision 1.76
diff -u -d -p -r1.76 typeck.c
--- typeck.c	6 Mar 2005 08:42:33 -0000	1.76
+++ typeck.c	6 Mar 2005 12:54:23 -0000
@@ -1,5 +1,5 @@
 /* Handle types for the GNU compiler for the Java(TM) language.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-06 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-15 14:56 [patch] java/*.[ch]: Update copyright Kazu Hirata
2005-03-06 12:58 Kazu Hirata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).