licensing update to APSL 2.0
authoradam <adam@megacz.com>
Tue, 4 Jan 2005 22:45:11 +0000 (22:45 +0000)
committeradam <adam@megacz.com>
Tue, 4 Jan 2005 22:45:11 +0000 (22:45 +0000)
darcs-hash:20050104224511-5007d-46e4559a16320e4529ccce352650930685f2f942.gz

src/org/ibex/crypto/Base36.java
src/org/ibex/crypto/EtcPasswd.java
src/org/ibex/crypto/HMAC.java
src/org/ibex/crypto/PKCS1.java
src/org/ibex/crypto/RC4.java
src/org/ibex/crypto/RSA.java

index bf5206b..1702bd7 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package org.ibex.crypto;
 
 public class Base36 {
index a1a77cd..eeb1018 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package org.ibex.crypto;
 import org.ibex.util.*;
 import java.util.*;
index 22fb126..f531b72 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package org.ibex.crypto;
 
 public class HMAC extends Digest {
index 054f538..05ed788 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package org.ibex.crypto;
 import java.security.SecureRandom;
 
index be6f821..6efb75d 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package org.ibex.crypto;
 
 
index bc15cef..994c7c8 100644 (file)
@@ -1,3 +1,7 @@
+// 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.
+
 package org.ibex.crypto;
 import java.math.BigInteger;
 import java.util.*;