forked from runtimejs/runtime
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NOTICE
17 lines (14 loc) · 905 Bytes
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Runtime.JS
Copyright 2014 Runtime.JS project authors
This product includes software libraries:
- ACPICA (https://www.acpica.org/), located at deps/acpica
- libc++, C++ standard library (http://libcxx.llvm.org/), located at deps/libcxx
- musl C standard library (http://www.musl-libc.org/), located at deps/musl
- v8 JavaScript engine (https://code.google.com/p/v8/), located at deps/v8
- tinyprintf (http://www.sparetimelabs.com/tinyprintf/tinyprintf.php), located at deps/printf
- dlmalloc allocator by Doug Lea (ftp://gee.cs.oswego.edu/pub/misc/malloc.c)
- crc64 function by Salvatore Sanfilippo <antirez at gmail dot com>
- expect.js library by Guillermo Rauch (https://github.com/LearnBoost/expect.js/)
- concurrentqueue by Cameron Desrochers (https://github.com/cameron314/concurrentqueue)
- miniz (https://code.google.com/p/miniz/), located at deps/miniz
These libraries have their own licenses.