mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / util / SSL.java
similarity index 99%
rename from src/org/xwt/util/SSL.java
rename to src/org/ibex/util/SSL.java
index 84fc575..dff780a 100644 (file)
@@ -1,11 +1,11 @@
-// Copyright (C) 2003 Adam Megacz <adam@xwt.org> all rights reserved.
+// Copyright (C) 2003 Adam Megacz <adam@ibex.org> all rights reserved.
 //
 // You may modify, copy, and redistribute this code under the terms of
 // the GNU Library Public License version 2.1, with the exception of
 // the portion of clause 6a after the semicolon (aka the "obnoxious
 // relink clause")
 
-package org.xwt.util;
+package org.ibex.util;
 
 import org.bouncycastle.crypto.AsymmetricBlockCipher;
 import org.bouncycastle.crypto.Digest;
@@ -34,7 +34,7 @@ import org.bouncycastle.asn1.x509.X509Name;
 import org.bouncycastle.asn1.x509.X509Extensions;
 import org.bouncycastle.asn1.x509.X509Extension;
 import org.bouncycastle.asn1.x509.BasicConstraints;
-import org.xwt.util.Log;
+import org.ibex.util.Log;
 import java.net.*;
 import java.io.*;
 import java.util.*;
@@ -87,7 +87,7 @@ import java.text.*;
    1.03 10-Aug-02  Fixed a vulnerability outlined at
                    http://online.securityfocus.com/archive/1/286290
 
-   1.04 12-Dec-03  Renamed to org.xwt.SSL, fixed race condition
+   1.04 12-Dec-03  Renamed to org.ibex.SSL, fixed race condition
 
 */