Skip to content

Commit 802d669

Browse files
committed
BigInteger code submitted under CLA. Remove extra license and copyright info.
1 parent 8afdb06 commit 802d669

File tree

4 files changed

+4
-49
lines changed

4 files changed

+4
-49
lines changed

math/BigInteger-ext.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ dojo.experimental("dojox.math.BigInteger-ext");
33

44
dojo.require("dojox.math.BigInteger");
55

6-
// Copyright (c) 2005 Tom Wu
7-
// All Rights Reserved.
8-
// See "LICENSE-BigInteger" for details.
6+
// Contributed under CLA by Tom Wu
97

108
// Extended JavaScript BN functions, required for RSA private ops.
119

math/BigInteger.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
dojo.provide("dojox.math.BigInteger");
22
dojo.experimental("dojox.math.BigInteger");
33

4-
// Copyright (c) 2005 Tom Wu
5-
// All Rights Reserved.
6-
// See "LICENSE-BigInteger" for details.
4+
// Contributed under CLA by Tom Wu <[email protected]>
5+
// See http://www-cs-students.stanford.edu/~tjw/jsbn/ for details.
76

87
// Basic JavaScript BN library - subset useful for RSA encryption.
8+
// The API for dojox.math.BigInteger closely resembles that of the java.math.BigInteger class in Java.
99

1010
(function(){
1111

math/LICENSE-BigInteger

-40
This file was deleted.

math/README

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ Project description
1818
A port of the main functionality of dojo.math 0.4. Includes advanced math
1919
functions, abstract curve definitions, and some point calculations.
2020

21-
Port of Tom Wu's port of java.math.BigInteger released in 2005 under the BSD
22-
license (CLA on file). See http://www-cs-students.stanford.edu/~tjw/jsbn/
23-
for details.
2421
-------------------------------------------------------------------------------
2522
Dependencies:
2623

0 commit comments

Comments
 (0)