diff --git a/dist-files/README.rst b/dist-files/README.rst index 1d1a2b64..28e5ab8b 100644 --- a/dist-files/README.rst +++ b/dist-files/README.rst @@ -55,8 +55,10 @@ 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``). MurmurHash2 is used internally; -it is also under the MIT license. +under the MIT license (see ``LICENSE.txt``). MurmurHash2 is used internally, +it is also under the MIT license. Duktape module loader is based on the +CommonJS module loading specification (without sharing any code), CommonJS +is under the MIT license. Have fun! diff --git a/util/make_dist.sh b/util/make_dist.sh index d30cb53c..d7a805ba 100644 --- a/util/make_dist.sh +++ b/util/make_dist.sh @@ -277,6 +277,7 @@ cp RELEASES.rst $DIST/RELEASES.rst for i in \ murmurhash2.txt \ + commonjs.txt \ ; do cp licenses/$i $DIST/licenses/ done