licensing update to APSL 2.0
[org.ibex.net.git] / src / org / ibex / net / SSL.java
index 672ba11..4c1f615 100644 (file)
@@ -1,14 +1,14 @@
+// Copyright 2000-2005 the Contributors, as shown in the revision logs.
+// Licensed under the Apache Public Source License 2.0 ("the License").
+// You may not use this file except in compliance with the License.
+
 /*
  * org.ibex.net.SSL - By Brian Alliet
  * Copyright (C) 2004 Brian Alliet
  * 
  * Based on TinySSL by Adam Megacz
  * Copyright (C) 2003 Adam Megacz <adam@xwt.org> all rights reserved.
- * 
- * You may modify, copy, and redistribute this code under the terms of
- * the GNU Lesser General Public License version 2.1, with the exception
- * of the portion of clause 6a after the semicolon (aka the "obnoxious
- * relink clause")
+ *
  */
 
 package org.ibex.net;