Commit 2ba5f774 by Tom Tromey Committed by Tom Tromey

All files: Updated copyright information.

	* All files: Updated copyright information.
	* COPYING: New file.
	* COPYING.LIB: Removed.
	* LIBGCJ_LICENSE: We now use GPL + special exception.

From-SVN: r32387
parent 32fdad6e
This diff is collapsed. Click to expand it.
2000-03-07 Tom Tromey <tromey@cygnus.com>
* All files: Updated copyright information.
* COPYING: New file.
* COPYING.LIB: Removed.
* LIBGCJ_LICENSE: We now use GPL + special exception.
2000-03-07 Bryce McKinlay <bryce@albatross.co.nz> 2000-03-07 Bryce McKinlay <bryce@albatross.co.nz>
* resolve.cc (_Jv_SearchMethodInClass): New function. * resolve.cc (_Jv_SearchMethodInClass): New function.
......
March 2, 1999 March 7, 2000
The libgcj library is licensed under the terms of the GNU Library The libgcj library is licensed under the terms of the GNU General
General Public License. Public License, with this special exception:
You should have received a copy of the GNU Library General Public
License along with libjava; see the file COPYING.LIB. If not, write
to the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
As a special exception, if you link this library with other files
to produce an executable, this library does not by itself cause
the resulting executable to be covered by the GNU General Public
License. This exception does not however invalidate any other
reasons why the executable file might be covered by the GNU
General Public License.
You should have received a copy of the GNU General Public License
along with libjava; see the file COPYING. If not, write to the
Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
// boehm.cc - interface between libjava and Boehm GC. // boehm.cc - interface between libjava and Boehm GC.
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc. /* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// defineclass.cc - defining a class from .class format. // defineclass.cc - defining a class from .class format.
/* Copyright (C) 1999, 2000 Red Hat, Inc. /* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Functions for Exception Support for Java. // Functions for Exception Support for Java.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// array.h - Header file for CNI arrays. -*- c++ -*- // array.h - Header file for CNI arrays. -*- c++ -*-
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// This file describes the Cygnus Native Interface, CNI. // This file describes the Cygnus Native Interface, CNI.
// It provides a nicer interface to many of the things in gcj/javaprims.h. // It provides a nicer interface to many of the things in gcj/javaprims.h.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// field.h - Header file for fieldID instances. -*- c++ -*- // field.h - Header file for fieldID instances. -*- c++ -*-
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc. /* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// javaprims.h - Main external header file for libgcj. -*- c++ -*- // javaprims.h - Main external header file for libgcj. -*- c++ -*-
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// method.h - Header file for methodID instances. -*- c++ -*- // method.h - Header file for methodID instances. -*- c++ -*-
/* Copyright (C) 1999, 2000 Red Hat, Inc. /* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
...@@ -38,7 +38,7 @@ static void ...@@ -38,7 +38,7 @@ static void
version () version ()
{ {
printf ("gij (GNU libgcj) version %s\n\n", VERSION); printf ("gij (GNU libgcj) version %s\n\n", VERSION);
printf ("Copyright (C) 1999 Red Hat, Inc..\n"); printf ("Copyright (C) 1999 Free Software Foundation.\n");
printf ("This is free software; see the source for copying conditions. There is NO\n"); printf ("This is free software; see the source for copying conditions. There is NO\n");
printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"); printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n");
exit (0); exit (0);
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999, 2000 Red Hat, Inc. /* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Input_iconv.java -- Java side of iconv() reader. // Input_iconv.java -- Java side of iconv() reader.
/* Copyright (C) 2000 Red Hat, Inc. /* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Output_iconv.java -- Java side of iconv() writer. // Output_iconv.java -- Java side of iconv() writer.
/* Copyright (C) 2000 Red Hat, Inc. /* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999, 2000 Red Hat, Inc. /* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Input_iconv.java -- Java side of iconv() reader. // Input_iconv.java -- Java side of iconv() reader.
/* Copyright (C) 2000 Red Hat, Inc. /* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Do not edit this file! Create a new version with MakeDefaultMimeTypes. // Do not edit this file! Create a new version with MakeDefaultMimeTypes.
/* Copyright (C) 2000 Red Hat, Inc. /* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 2000 Red Hat, Inc. /* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// NativeThread.java - Wrapper for attached user threads. // NativeThread.java - Wrapper for attached user threads.
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc. /* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// natNativeThread.cc - Native side of attached threads. // natNativeThread.cc - Native side of attached threads.
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc. /* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999, 2000 Red Hat, Inc. /* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Connection.java - Implementation of URLConnection for file protocol. // Connection.java - Implementation of URLConnection for file protocol.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Handler.java - URLStreamHandler for file protocol. // Handler.java - URLStreamHandler for file protocol.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Connection.java - Implementation of HttpURLConnection for http protocol. // Connection.java - Implementation of HttpURLConnection for http protocol.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Handler.java - URLStreamHandler for http protocol. // Handler.java - URLStreamHandler for http protocol.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Handler.java - URLStreamHandler for file protocol. // Handler.java - URLStreamHandler for file protocol.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// FirstThread.java - Implementation of very first thread. // FirstThread.java - Implementation of very first thread.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// natFirstThread.cc - Implementation of FirstThread native methods. // natFirstThread.cc - Implementation of FirstThread native methods.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Base class for default BreakIterators. // Base class for default BreakIterators.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Default character BreakIterator. // Default character BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Default word BreakIterator. // Default word BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Generic English locale data for java.text. // Generic English locale data for java.text.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// US English locale data for java.text. // US English locale data for java.text.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Default sentence BreakIterator. // Default sentence BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// Default word BreakIterator. // Default word BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// -*- c++ -*- // -*- c++ -*-
// boehm-gc.h - Defines for Boehm collector. // boehm-gc.h - Defines for Boehm collector.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// default-signal.h - Catch runtime signals and turn them into exceptions. // default-signal.h - Catch runtime signals and turn them into exceptions.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// i386-signal.h - Catch runtime signals and turn them into exceptions. // i386-signal.h - Catch runtime signals and turn them into exceptions.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// java-assert.h - Header file holding assertion definitions. -*- c++ -*- // java-assert.h - Header file holding assertion definitions. -*- c++ -*-
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// java-cpool.h - Constant pool parsing header. -*- c++ -*- // java-cpool.h - Constant pool parsing header. -*- c++ -*-
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// java-insns.h - Instruction encodings. This is -*- c++ -*- // java-insns.h - Instruction encodings. This is -*- c++ -*-
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// java-interp.h - Header file for the bytecode interpreter. -*- c++ -*- // java-interp.h - Header file for the bytecode interpreter. -*- c++ -*-
/* Copyright (C) 1999, 2000 Red Hat, Inc. /* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// java-props.h - Properties -*- c++ -*- // java-props.h - Properties -*- c++ -*-
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc. /* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// jvm.h - Header file for private implementation information. -*- c++ -*- // jvm.h - Header file for private implementation information. -*- c++ -*-
/* Copyright (C) 1998, 1999, 2000 Red Hat, Inc. /* Copyright (C) 1998, 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// -*- c++ -*- // -*- c++ -*-
// no-gc.h - Defines for no garbage collector. // no-gc.h - Defines for no garbage collector.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// -*- c++ -*- // -*- c++ -*-
// no-threads.h - Defines for using no threads. // no-threads.h - Defines for using no threads.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// -*- c++ -*- // -*- c++ -*-
// posix-threads.h - Defines for using POSIX threads. // posix-threads.h - Defines for using POSIX threads.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// sparc-signal.h - Catch runtime signals and turn them into exceptions. // sparc-signal.h - Catch runtime signals and turn them into exceptions.
/* Copyright (C) 1998, 1999 Red Hat, Inc. /* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
// interpret.cc - Code for the interpreter // interpret.cc - Code for the interpreter
/* Copyright (C) 1999, 2000 Red Hat, Inc. /* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj. This file is part of libgcj.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
/* Copyright (C) 1999 Red Hat, Inc. /* Copyright (C) 1999 Free Software Foundation
This file is part of libjava. This file is part of libjava.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment