forked from runtimejs/runtime
-
Notifications
You must be signed in to change notification settings - Fork 12
/
NOTICE
18 lines (15 loc) · 935 Bytes
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
JsOS
Copyright 2014 Runtime.JS project authors
Copyright 2017 JsOS 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.