[Webfunds-commits] java/webfunds/token/algorithm ChaumPrivateTokenParameters.java
Edwin Woudt
edwin@cypherpunks.ai
Wed, 3 Jan 2001 22:10:14 -0400 (AST)
edwin 01/01/03 22:10:12
Modified: webfunds/token/algorithm ChaumPrivateTokenParameters.java
Log:
Fixup license issue.
Revision Changes Path
1.4 +13 -2 java/webfunds/token/algorithm/ChaumPrivateTokenParameters.java
Index: ChaumPrivateTokenParameters.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/token/algorithm/ChaumPrivateTokenParameters.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChaumPrivateTokenParameters.java 2001/01/04 02:08:15 1.3
+++ ChaumPrivateTokenParameters.java 2001/01/04 02:10:11 1.4
@@ -1,7 +1,18 @@
-/* $Id: ChaumPrivateTokenParameters.java,v 1.3 2001/01/04 02:08:15 edwin Exp $
+/* $Id: ChaumPrivateTokenParameters.java,v 1.4 2001/01/04 02:10:11 edwin Exp $
*
* Copyright (c) Systemics Ltd 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
+ *
+ * Parts of this file have been copied from the Cryptix JCE and are therefore
+ * covered by de Cryptix General License:
+ *
+ * Copyright (C) 2000 The Cryptix Foundation Limited.
+ * All rights reserved.
+ *
+ * Use, modification, copying and distribution of this software is subject
+ * the terms and conditions of the Cryptix General Licence. You should have
+ * received a copy of the Cryptix General Licence along with this library;
+ * if not, you can download a copy from http://www.cryptix.org/ .
*/
package webfunds.token.algorithm;
@@ -15,7 +26,7 @@
/**
* Class description
*
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
* @author Edwin Woudt <edwin@webfunds.org>
* @author Jeroen van Gelderen <gelderen@cryptix.org>
*/