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
This commit is contained in:
Tom Tromey 2000-03-07 19:55:28 +00:00 committed by Tom Tromey
parent 32fdad6ead
commit 2ba5f77454
390 changed files with 750 additions and 880 deletions

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999, 2000 Red Hat, Inc.
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999, 2000 Red Hat, Inc.
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2000 Red Hat, Inc.
/* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999, 2000 Red Hat, Inc.
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,6 +1,6 @@
// Handler.java - URLStreamHandler for file protocol.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,6 +1,6 @@
// Handler.java - URLStreamHandler for http protocol.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// Handler.java - URLStreamHandler for file protocol.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,6 +1,6 @@
// Base class for default BreakIterators.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// Default character BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// Default word BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,6 +1,6 @@
// 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.

View file

@ -1,6 +1,6 @@
// Default sentence BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// Default word BreakIterator.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,4 +1,4 @@
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.