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,6 +1,6 @@
// BindException.java
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

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

View file

@ -1,6 +1,6 @@
// ContentHandler.java - Superclass of classes that read from a URLConnection.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

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

View file

@ -1,6 +1,6 @@
// DatagramPacket.java - Represents packets in a connectionless 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 @@
// DatagramSocket.java
/* 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 @@
// DatagramSocketImpl.java - Abstract datagram socket implementation.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// FileNameMap.java - Abstract interface to map from a File Name to MIME type.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,7 +1,7 @@
// HttpURLConnection.java - Subclass of communications links using
// Hypertext Transfer 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 @@
// INetAddress.java -- An Internet Protocol (IP) address.
/* 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 @@
// MalformedURLException.java
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
// SocketException.java - Base class for networking exceptions
/* 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 @@
// SocketImpl.java - Abstract socket implementation.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// SocketImplFactory.java - Abstract socket implementation factory.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// SocketOptions.java - Interface for get/set socket options.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// URL.java - A Uniform Resource Locator.
/* 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,7 +1,7 @@
// URLConnection.java - Superclass of all communications links between
// an application and a URL.
/* Copyright (C) 1999, 2000 Red Hat, Inc.
/* Copyright (C) 1999, 2000 Free Software Foundation
This file is part of libgcj.

View file

@ -1,7 +1,7 @@
// URLDecoder.java - Provides a method for decoding strings according to
// application/x-www-form-urlencoded MIME type.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,7 +1,7 @@
// URLEncoder.java - Provides a method for encoding strings according to
// application/x-www-form-urlencoded MIME type.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

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

View file

@ -1,6 +1,6 @@
// URLStreamHandlerFactory.java - Abstract URL Stream Handler factory.
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// UnknownHostException.java
/* 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 @@
// UnknownServiceException.java
/* Copyright (C) 1999 Red Hat, Inc.
/* Copyright (C) 1999 Free Software Foundation
This file is part of libgcj.

View file

@ -1,6 +1,6 @@
// natInetAddress.cc
/* 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, 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) 1998, 1999 Red Hat, Inc.
/* Copyright (C) 1998, 1999 Free Software Foundation
This file is part of libgcj.