|
|
@ -117,13 +117,12 @@ This distributable contains Duktape version @DUK_VERSION_FORMATTED@, created fro |
|
|
|
commit @GIT_COMMIT@ (@GIT_DESCRIBE@). |
|
|
|
|
|
|
|
Duktape is copyrighted by its authors (see ``AUTHORS.rst``) and licensed |
|
|
|
under the MIT license (see ``LICENSE.txt``). String hashing algorithms are |
|
|
|
based on the algorithm from Lua (MIT license), djb2 hash, and Murmurhash2 |
|
|
|
(MIT license). Pseudorandom number generator algorithms are based on |
|
|
|
Adi Shamir's three-op algorithm, xoroshiro128+ (public domain), and SplitMix64 |
|
|
|
(public domain). Duktape module loader is based on the CommonJS module |
|
|
|
loading specification (without sharing any code), CommonJS is under the MIT |
|
|
|
license. |
|
|
|
under the MIT license (see ``LICENSE.txt``). Duktape contains independent |
|
|
|
implementations, with no included code, of the following algorithms: Lua |
|
|
|
string hash (MIT license), djb2 hash, Murmurhash2 (MIT license), Adi |
|
|
|
Shamir's three-op hash algorithm, xoroshiro128+ PRNG (public domain), |
|
|
|
SplitMix64 PRNG (public domain), and CommonJS module loading specification |
|
|
|
(MIT license). |
|
|
|
|
|
|
|
Have fun! |
|
|
|
|
|
|
|