Mercurial > sat_docs
comparison scripts/minifier/otr/dep/bigint.js_LICENCE @ 12:1596660ddf72
Add minifier script for otr.js and its dependencies
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 03 Sep 2014 19:38:05 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
11:4920c8da790b | 12:1596660ddf72 |
---|---|
1 // Big Integer Library v. 5.5 | |
2 // Created 2000, last modified 2013 | |
3 // Leemon Baird | |
4 // www.leemon.com | |
5 // | |
6 // This file is public domain. You can use it for any purpose without restriction. | |
7 // I do not guarantee that it is correct, so use it at your own risk. If you use | |
8 // it for something interesting, I'd appreciate hearing about it. If you find | |
9 // any bugs or make any improvements, I'd appreciate hearing about those too. | |
10 // It would also be nice if my name and URL were left in the comments. But none | |
11 // of that is required. |