Browse Source

Merge branch 'add-commonjs-license-dist'

v1.0-maintenance
Sami Vaarala 10 years ago
parent
commit
04f5709286
  1. 6
      dist-files/README.rst
  2. 1
      util/make_dist.sh

6
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!

1
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

Loading…
Cancel
Save