[kaffe] CVS kaffe (robilad): Resynced with GNU Classpath: Added missing package.html files, and switched java

Kaffe CVS cvs-commits at kaffe.org
Tue Sep 21 06:12:17 PDT 2004


PatchSet 5197 
Date: 2004/09/21 13:08:11
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU Classpath: Added missing package.html files, and switched javax.net over to GNU Classpath
2004-09-21  Dalibor Topic  <robilad at kaffe.org>

        * libraries/javalib/java/awt/im/spi/package.html,
        libraries/javalib/javax/crypto/package.html,
        libraries/javalib/javax/crypto/interfaces/package.html,
        libraries/javalib/javax/crypto/spec/package.html,
        libraries/javalib/javax/net/ServerSocketFactory.java,
        libraries/javalib/javax/net/SocketFactory.java,
        libraries/javalib/javax/net/VanillaServerSocketFactory.java,
        libraries/javalib/javax/net/VanillaSocketFactory.java,
        libraries/javalib/javax/net/package.html,
        libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java,
        libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java,
        libraries/javalib/javax/net/ssl/HostnameVerifier.java,
        libraries/javalib/javax/net/ssl/HttpsURLConnection.java,
        libraries/javalib/javax/net/ssl/KeyManager.java,
        libraries/javalib/javax/net/ssl/KeyManagerFactory.java,
        libraries/javalib/javax/net/ssl/KeyManagerFactorySpi.java,
        libraries/javalib/javax/net/ssl/ManagerFactoryParameters.java,
        libraries/javalib/javax/net/ssl/SSLContext.java,
        libraries/javalib/javax/net/ssl/SSLContextSpi.java,
        libraries/javalib/javax/net/ssl/SSLException.java,
        libraries/javalib/javax/net/ssl/SSLHandshakeException.java,
        libraries/javalib/javax/net/ssl/SSLKeyException.java,
        libraries/javalib/javax/net/ssl/SSLPeerUnverifiedException.java,
        libraries/javalib/javax/net/ssl/SSLPermission.java,
        libraries/javalib/javax/net/ssl/SSLProtocolException.java,
        libraries/javalib/javax/net/ssl/SSLServerSocketFactory.java,
        libraries/javalib/javax/net/ssl/SSLSession.java,
        libraries/javalib/javax/net/ssl/SSLSessionBindingEvent.java,
        libraries/javalib/javax/net/ssl/SSLSessionBindingListener.java,
        libraries/javalib/javax/net/ssl/SSLSessionContext.java,
        libraries/javalib/javax/net/ssl/SSLSocket.java,
        libraries/javalib/javax/net/ssl/SSLSocketFactory.java,
        libraries/javalib/javax/net/ssl/TrivialHostnameVerifier.java,
        libraries/javalib/javax/net/ssl/TrustManager.java,
        libraries/javalib/javax/net/ssl/TrustManagerFactory.java,
        libraries/javalib/javax/net/ssl/TrustManagerFactorySpi.java,
        libraries/javalib/javax/net/ssl/X509KeyManager.java,
        libraries/javalib/javax/net/ssl/X509TrustManager.java,
        libraries/javalib/javax/net/ssl/package.html,
        libraries/javalib/javax/security/package.html,
        libraries/javalib/javax/security/auth/package.html,
        libraries/javalib/javax/security/auth/callback/package.html,
        libraries/javalib/javax/security/auth/login/package.html,
        libraries/javalib/javax/security/cert/package.html,
        libraries/javalib/javax/security/sasl/package.html,
        libraries/javalib/javax/swing/package.html,
        libraries/javalib/javax/swing/border/package.html,
        libraries/javalib/javax/swing/colorchooser/package.html,
        libraries/javalib/javax/swing/filechooser/package.html,
        libraries/javalib/javax/swing/plaf/package.html,
        libraries/javalib/javax/swing/plaf/basic/package.html,
        libraries/javalib/javax/swing/plaf/metal/package.html,
        libraries/javalib/javax/swing/table/package.html,
        libraries/javalib/javax/swing/text/html/package.html,
        libraries/javalib/javax/swing/text/html/parser/package.html,
        libraries/javalib/javax/swing/tree/package.html,
        libraries/javalib/javax/swing/undo/package.html:
        Resynced with GNU Classpath. Added missing package.html files,
        and switched javax.net over to GNU Classpath's
        implementation (resulting just in changes in header comments).

        2004-09-21  Michael Koch  <konqueror at gmx.de>

        * javax/crypto/package.html,
        javax/crypto/interfaces/package.html,
        javax/crypto/spec/package.html,
        javax/net/package.html,
        javax/net/ssl/package.html,
        javax/security/package.html,
        javax/security/auth/package.html,
        javax/security/auth/callback/package.html,
        javax/security/auth/login/package.html,
        javax/security/cert/package.html,
        javax/security/sasl/package.html:
        New files for package documentation.

Members: 
	ChangeLog:1.2752->1.2753 
	libraries/javalib/java/awt/im/spi/package.html:INITIAL->1.1 
	libraries/javalib/javax/crypto/package.html:INITIAL->1.1 
	libraries/javalib/javax/crypto/interfaces/package.html:INITIAL->1.1 
	libraries/javalib/javax/crypto/spec/package.html:INITIAL->1.1 
	libraries/javalib/javax/net/ServerSocketFactory.java:1.4->1.5 
	libraries/javalib/javax/net/SocketFactory.java:1.3->1.4 
	libraries/javalib/javax/net/VanillaServerSocketFactory.java:1.3->1.4 
	libraries/javalib/javax/net/VanillaSocketFactory.java:1.3->1.4 
	libraries/javalib/javax/net/package.html:1.1->1.2 
	libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java:1.4->1.5 
	libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/HostnameVerifier.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/HttpsURLConnection.java:1.3->1.4 
	libraries/javalib/javax/net/ssl/KeyManager.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/KeyManagerFactory.java:1.5->1.6 
	libraries/javalib/javax/net/ssl/KeyManagerFactorySpi.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/ManagerFactoryParameters.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/SSLContext.java:1.4->1.5 
	libraries/javalib/javax/net/ssl/SSLContextSpi.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/SSLException.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/SSLHandshakeException.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/SSLKeyException.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/SSLPeerUnverifiedException.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/SSLPermission.java:1.3->1.4 
	libraries/javalib/javax/net/ssl/SSLProtocolException.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/SSLServerSocketFactory.java:1.5->1.6 
	libraries/javalib/javax/net/ssl/SSLSession.java:1.4->1.5 
	libraries/javalib/javax/net/ssl/SSLSessionBindingEvent.java:1.3->1.4 
	libraries/javalib/javax/net/ssl/SSLSessionBindingListener.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/SSLSessionContext.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/SSLSocket.java:1.3->1.4 
	libraries/javalib/javax/net/ssl/SSLSocketFactory.java:1.5->1.6 
	libraries/javalib/javax/net/ssl/TrivialHostnameVerifier.java:1.1->1.2 
	libraries/javalib/javax/net/ssl/TrustManager.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/TrustManagerFactory.java:1.5->1.6 
	libraries/javalib/javax/net/ssl/TrustManagerFactorySpi.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/X509KeyManager.java:1.4->1.5 
	libraries/javalib/javax/net/ssl/X509TrustManager.java:1.2->1.3 
	libraries/javalib/javax/net/ssl/package.html:1.1->1.2 
	libraries/javalib/javax/security/package.html:INITIAL->1.1 
	libraries/javalib/javax/security/auth/package.html:INITIAL->1.1 
	libraries/javalib/javax/security/auth/callback/package.html:INITIAL->1.1 
	libraries/javalib/javax/security/auth/login/package.html:INITIAL->1.1 
	libraries/javalib/javax/security/cert/package.html:1.1->1.2 
	libraries/javalib/javax/security/sasl/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/border/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/colorchooser/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/filechooser/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/plaf/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/plaf/basic/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/plaf/metal/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/table/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/text/html/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/text/html/parser/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/tree/package.html:INITIAL->1.1 
	libraries/javalib/javax/swing/undo/package.html:INITIAL->1.1 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2752 kaffe/ChangeLog:1.2753
--- kaffe/ChangeLog:1.2752	Tue Sep 21 12:27:10 2004
+++ kaffe/ChangeLog	Tue Sep 21 13:08:11 2004
@@ -1,5 +1,83 @@
 2004-09-21  Dalibor Topic  <robilad at kaffe.org>
 
+	* libraries/javalib/java/awt/im/spi/package.html,
+	libraries/javalib/javax/crypto/package.html,
+	libraries/javalib/javax/crypto/interfaces/package.html,
+	libraries/javalib/javax/crypto/spec/package.html,
+	libraries/javalib/javax/net/ServerSocketFactory.java,
+	libraries/javalib/javax/net/SocketFactory.java,
+	libraries/javalib/javax/net/VanillaServerSocketFactory.java,
+	libraries/javalib/javax/net/VanillaSocketFactory.java,
+	libraries/javalib/javax/net/package.html,
+	libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java,
+	libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java,
+	libraries/javalib/javax/net/ssl/HostnameVerifier.java,
+	libraries/javalib/javax/net/ssl/HttpsURLConnection.java,
+	libraries/javalib/javax/net/ssl/KeyManager.java,
+	libraries/javalib/javax/net/ssl/KeyManagerFactory.java,
+	libraries/javalib/javax/net/ssl/KeyManagerFactorySpi.java,
+	libraries/javalib/javax/net/ssl/ManagerFactoryParameters.java,
+	libraries/javalib/javax/net/ssl/SSLContext.java,
+	libraries/javalib/javax/net/ssl/SSLContextSpi.java,
+	libraries/javalib/javax/net/ssl/SSLException.java,
+	libraries/javalib/javax/net/ssl/SSLHandshakeException.java,
+	libraries/javalib/javax/net/ssl/SSLKeyException.java,
+	libraries/javalib/javax/net/ssl/SSLPeerUnverifiedException.java,
+	libraries/javalib/javax/net/ssl/SSLPermission.java,
+	libraries/javalib/javax/net/ssl/SSLProtocolException.java,
+	libraries/javalib/javax/net/ssl/SSLServerSocketFactory.java,
+	libraries/javalib/javax/net/ssl/SSLSession.java,
+	libraries/javalib/javax/net/ssl/SSLSessionBindingEvent.java,
+	libraries/javalib/javax/net/ssl/SSLSessionBindingListener.java,
+	libraries/javalib/javax/net/ssl/SSLSessionContext.java,
+	libraries/javalib/javax/net/ssl/SSLSocket.java,
+	libraries/javalib/javax/net/ssl/SSLSocketFactory.java,
+	libraries/javalib/javax/net/ssl/TrivialHostnameVerifier.java,
+	libraries/javalib/javax/net/ssl/TrustManager.java,
+	libraries/javalib/javax/net/ssl/TrustManagerFactory.java,
+	libraries/javalib/javax/net/ssl/TrustManagerFactorySpi.java,
+	libraries/javalib/javax/net/ssl/X509KeyManager.java,
+	libraries/javalib/javax/net/ssl/X509TrustManager.java,
+	libraries/javalib/javax/net/ssl/package.html,
+	libraries/javalib/javax/security/package.html,
+	libraries/javalib/javax/security/auth/package.html,
+	libraries/javalib/javax/security/auth/callback/package.html,
+	libraries/javalib/javax/security/auth/login/package.html,
+	libraries/javalib/javax/security/cert/package.html,
+	libraries/javalib/javax/security/sasl/package.html,
+	libraries/javalib/javax/swing/package.html,
+	libraries/javalib/javax/swing/border/package.html,
+	libraries/javalib/javax/swing/colorchooser/package.html,
+	libraries/javalib/javax/swing/filechooser/package.html,
+	libraries/javalib/javax/swing/plaf/package.html,
+	libraries/javalib/javax/swing/plaf/basic/package.html,
+	libraries/javalib/javax/swing/plaf/metal/package.html,
+	libraries/javalib/javax/swing/table/package.html,
+	libraries/javalib/javax/swing/text/html/package.html,
+	libraries/javalib/javax/swing/text/html/parser/package.html,
+	libraries/javalib/javax/swing/tree/package.html,
+	libraries/javalib/javax/swing/undo/package.html:
+	Resynced with GNU Classpath. Added missing package.html files,
+	and switched javax.net over to GNU Classpath's
+	implementation (resulting just in changes in header comments).
+
+	2004-09-21  Michael Koch  <konqueror at gmx.de>
+
+        * javax/crypto/package.html,
+        javax/crypto/interfaces/package.html,
+        javax/crypto/spec/package.html,
+        javax/net/package.html,
+        javax/net/ssl/package.html,
+        javax/security/package.html,
+        javax/security/auth/package.html,
+        javax/security/auth/callback/package.html,
+        javax/security/auth/login/package.html,
+        javax/security/cert/package.html,
+        javax/security/sasl/package.html:
+        New files for package documentation.
+
+2004-09-21  Dalibor Topic  <robilad at kaffe.org>
+
 	* libraries/javalib/javax/net/ssl/SSLServerSocket.java:
         Resynced with GNU Classpath.
 
===================================================================
Checking out kaffe/libraries/javalib/java/awt/im/spi/package.html
RCS:  /home/cvs/kaffe/kaffe/libraries/javalib/java/awt/im/spi/package.html,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/libraries/javalib/java/awt/im/spi/package.html	Tue Sep 21 13:12:16 2004
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!-- package.html - describes classes in java.awt.im.spi package.
+   Copyright (C) 2002 Free Software Foundation, Inc.
+
+This file is part of GNU Classpath.
+
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. -->
+
+<html>
+<head><title>GNU Classpath - java.awt.im.spi</title></head>
+
+<body>
+<p>Interfaces for implementation of text input methods.</p>
+
+</body>
+</html>
===================================================================
Checking out kaffe/libraries/javalib/javax/crypto/package.html
RCS:  /home/cvs/kaffe/kaffe/libraries/javalib/javax/crypto/package.html,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/libraries/javalib/javax/crypto/package.html	Tue Sep 21 13:12:17 2004
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!-- package.html - describes classes in javax.crypto package.
+   Copyright (C) 2004 Free Software Foundation, Inc.
+
+This file is part of GNU Classpath.
+
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. -->
+
+<html>
+<head><title>GNU Classpath - javax.crypto</title></head>
+
+<body>
+<p></p>
+
+</body>
+</html>
===================================================================
Checking out kaffe/libraries/javalib/javax/crypto/interfaces/package.html
RCS:  /home/cvs/kaffe/kaffe/libraries/javalib/javax/crypto/interfaces/package.html,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/libraries/javalib/javax/crypto/interfaces/package.html	Tue Sep 21 13:12:17 2004
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!-- package.html - describes classes in javax.crypto.interfaces package.
+   Copyright (C) 2004 Free Software Foundation, Inc.
+
+This file is part of GNU Classpath.
+
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. -->
+
+<html>
+<head><title>GNU Classpath - javax.crypto.interfaces</title></head>
+
+<body>
+<p></p>
+
+</body>
+</html>
===================================================================
Checking out kaffe/libraries/javalib/javax/crypto/spec/package.html
RCS:  /home/cvs/kaffe/kaffe/libraries/javalib/javax/crypto/spec/package.html,v
VERS: 1.1
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/libraries/javalib/javax/crypto/spec/package.html	Tue Sep 21 13:12:17 2004
@@ -0,0 +1,46 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!-- package.html - describes classes in javax.crypto.spec package.
+   Copyright (C) 2004 Free Software Foundation, Inc.
+
+This file is part of GNU Classpath.
+
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library.  Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. -->
+
+<html>
+<head><title>GNU Classpath - javax.crypto.spec</title></head>
+
+<body>
+<p></p>
+
+</body>
+</html>
Index: kaffe/libraries/javalib/javax/net/ServerSocketFactory.java
diff -u kaffe/libraries/javalib/javax/net/ServerSocketFactory.java:1.4 kaffe/libraries/javalib/javax/net/ServerSocketFactory.java:1.5
--- kaffe/libraries/javalib/javax/net/ServerSocketFactory.java:1.4	Thu Jun  3 19:42:19 2004
+++ kaffe/libraries/javalib/javax/net/ServerSocketFactory.java	Tue Sep 21 13:08:16 2004
@@ -1,23 +1,22 @@
 /* ServerSocketFactory.java -- factory for server sockets.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the
-
-   Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
-   USA
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -27,14 +26,14 @@
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.  */
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. */
 
 
 package javax.net;
Index: kaffe/libraries/javalib/javax/net/SocketFactory.java
diff -u kaffe/libraries/javalib/javax/net/SocketFactory.java:1.3 kaffe/libraries/javalib/javax/net/SocketFactory.java:1.4
--- kaffe/libraries/javalib/javax/net/SocketFactory.java:1.3	Thu Jun  3 19:42:19 2004
+++ kaffe/libraries/javalib/javax/net/SocketFactory.java	Tue Sep 21 13:08:16 2004
@@ -1,23 +1,22 @@
 /* SocketFactory.java -- factory for client sockets.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the
-
-   Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
-   USA
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -27,14 +26,14 @@
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.  */
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. */
 
 
 package javax.net;
Index: kaffe/libraries/javalib/javax/net/VanillaServerSocketFactory.java
diff -u kaffe/libraries/javalib/javax/net/VanillaServerSocketFactory.java:1.3 kaffe/libraries/javalib/javax/net/VanillaServerSocketFactory.java:1.4
--- kaffe/libraries/javalib/javax/net/VanillaServerSocketFactory.java:1.3	Thu Jun  3 19:42:19 2004
+++ kaffe/libraries/javalib/javax/net/VanillaServerSocketFactory.java	Tue Sep 21 13:08:16 2004
@@ -1,23 +1,22 @@
 /* VanillaServerSocketFactory.java -- trivial socket factory.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the
-
-   Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
-   USA
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -27,14 +26,14 @@
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.  */
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. */
 
 
 package javax.net;
Index: kaffe/libraries/javalib/javax/net/VanillaSocketFactory.java
diff -u kaffe/libraries/javalib/javax/net/VanillaSocketFactory.java:1.3 kaffe/libraries/javalib/javax/net/VanillaSocketFactory.java:1.4
--- kaffe/libraries/javalib/javax/net/VanillaSocketFactory.java:1.3	Thu Jun  3 19:42:19 2004
+++ kaffe/libraries/javalib/javax/net/VanillaSocketFactory.java	Tue Sep 21 13:08:16 2004
@@ -1,23 +1,22 @@
 /* VanillaSocketFactory.java -- trivial socket factory.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the
-
-   Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
-   USA
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -27,14 +26,14 @@
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.  */
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. */
 
 
 package javax.net;
Index: kaffe/libraries/javalib/javax/net/package.html
diff -u kaffe/libraries/javalib/javax/net/package.html:1.1 kaffe/libraries/javalib/javax/net/package.html:1.2
--- kaffe/libraries/javalib/javax/net/package.html:1.1	Tue Dec  2 20:11:17 2003
+++ kaffe/libraries/javalib/javax/net/package.html	Tue Sep 21 13:08:16 2004
@@ -1,45 +1,46 @@
-<html><body>
-<p><code>javax.net</code> &mdash; basic factories for sockets and server
-sockets.</p>
-
-<p>Copyright &copy; 2003 Casey Marshall &lt;<a
-href="mailto:rsdio at metastatic.org">rsdio at metastatic.org</a>&gt;</p>
-
-<p>This package is a part of JESSIE, a clean-room implementation of the Java
-Secure Sockets Extension (JSSE).</p>
-
-<p>JESSIE is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.</p>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!-- package.html - describes classes in javax.net package.
+   Copyright (C) 2004 Free Software Foundation, Inc.
+
+This file is part of GNU Classpath.
+
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
 
-<p>JESSIE is distributed in the hope that it will be useful, but
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.</p>
+General Public License for more details.
 
-<p>You should have received a copy of the GNU General Public License along
-with JESSIE; if not, write to the
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
-<blockquote>Free Software Foundation, Inc.,<br>
-59 Temple Place, Suite 330,<br>
-Boston, MA  02111-1307<br>
-USA</blockquote>
-
-<p>Linking this library statically or dynamically with other modules is
+Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
 conditions of the GNU General Public License cover the whole
-combination.</p>
+combination.
 
-<p>As a special exception, the copyright holders of this library give you
+As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.<p>
-</body></html>
\ No newline at end of file
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. -->
+
+<html>
+<head><title>GNU Classpath - javax.net</title></head>
+
+<body>
+<p></p>
+
+</body>
+</html>
Index: kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java
diff -u kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java:1.4 kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java:1.5
--- kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java:1.4	Thu Jun  3 19:42:19 2004
+++ kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedEvent.java	Tue Sep 21 13:08:16 2004
@@ -1,23 +1,22 @@
 /* HandshakeCompletedEvent.java -- SSL handshake completed.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the
-
-   Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
-   USA
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -27,14 +26,14 @@
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.  */
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. */
 
 
 package javax.net.ssl;
Index: kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java
diff -u kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java:1.1 kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java:1.2
--- kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java:1.1	Fri Aug 15 16:59:15 2003
+++ kaffe/libraries/javalib/javax/net/ssl/HandshakeCompletedListener.java	Tue Sep 21 13:08:17 2004
@@ -1,23 +1,22 @@
 /* HandshakeCompletedListener.java -- listens for handshake events.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the
-
-   Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
-   USA
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -27,14 +26,14 @@
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.  */
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. */
 
 
 package javax.net.ssl;
Index: kaffe/libraries/javalib/javax/net/ssl/HostnameVerifier.java
diff -u kaffe/libraries/javalib/javax/net/ssl/HostnameVerifier.java:1.2 kaffe/libraries/javalib/javax/net/ssl/HostnameVerifier.java:1.3
--- kaffe/libraries/javalib/javax/net/ssl/HostnameVerifier.java:1.2	Tue Dec  2 20:11:17 2003
+++ kaffe/libraries/javalib/javax/net/ssl/HostnameVerifier.java	Tue Sep 21 13:08:17 2004
@@ -1,23 +1,22 @@
 /* HostnameVerifier.java -- verifies disparate hostnames.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 
-You should have received a copy of the GNU General Public License along
-with this program; if not, write to the
-
-   Free Software Foundation, Inc.,
-   59 Temple Place, Suite 330,
-   Boston, MA  02111-1307
-   USA
+You should have received a copy of the GNU General Public License
+along with GNU Classpath; see the file COPYING.  If not, write to the
+Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+02111-1307 USA.
 
 Linking this library statically or dynamically with other modules is
 making a combined work based on this library.  Thus, the terms and
@@ -27,14 +26,14 @@
 As a special exception, the copyright holders of this library give you
 permission to link this library with independent modules to produce an
 executable, regardless of the license terms of these independent
-modules, and to copy and distribute the resulting executable under terms
-of your choice, provided that you also meet, for each linked independent
-module, the terms and conditions of the license of that module.  An
-independent module is a module which is not derived from or based on
-this library.  If you modify this library, you may extend this exception
-to your version of the library, but you are not obligated to do so.  If
-you do not wish to do so, delete this exception statement from your
-version.  */
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module.  An independent module is a module which is not derived from
+or based on this library.  If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so.  If you do not wish to do so, delete this
+exception statement from your version. */
 
 
 package javax.net.ssl;
Index: kaffe/libraries/javalib/javax/net/ssl/HttpsURLConnection.java
diff -u kaffe/libraries/javalib/javax/net/ssl/HttpsURLConnection.java:1.3 kaffe/libraries/javalib/javax/net/ssl/HttpsURLConnection.java:1.4
--- kaffe/libraries/javalib/javax/net/ssl/HttpsURLConnection.java:1.3	Sun Jan 11 21:31:07 2004
+++ kaffe/libraries/javalib/javax/net/ssl/HttpsURLConnection.java	Tue Sep 21 13:08:17 2004
@@ -1,23 +1,22 @@
 /* HttpsURLConnection.java -- an HTTPS connection.
-   Copyright (C) 2003  Casey Marshall <rsdio at metastatic.org>
+   Copyright (C) 2004 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 the
-Free Software Foundation; either version 2 of the License, or (at your
-option) any later version.
+This file is part of GNU Classpath.
 
-This program is distributed in the hope that it will be useful, but
+GNU Classpath is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of

*** Patch too long, truncated ***




More information about the kaffe mailing list