-
-
Notifications
You must be signed in to change notification settings - Fork 560
/
CREDITS.txt
31 lines (23 loc) · 987 Bytes
/
CREDITS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This file contains the list of open-source tools Jint is using directly or indirectly
Esprima
-----
Jint contains a C# port of the Esprima Javascript parser.
Website: http://esprima.org/
Copyright: Copyright (c) Ariya Hidayat
License: BSD - https://github.com/ariya/esprima/blob/master/LICENSE.BSD
Google Inc
-----
Jint uses the FastDtoa algorithm implemented for Google V8
Copyright: Copyright 2010 the V8 project authors. All rights reserved.
Mozilla
-----
Jint number serialization is based on the Java port of the FastDtoa algorithm from Mozilla
Website: http://mozilla.org/
Copyright: Copyright (c) Mozilla
License: MPL 2.0 - http://mozilla.org/MPL/2.0/
MimeKit
-----
Jint date parsing utilizes code extracted from the excellent MimeKit library.
Website: https://github.com/jstedfast/MimeKit
Copyright: Copyright (C) 2012-2022 .NET Foundation and Contributors
License: MIT - https://github.com/jstedfast/MimeKit/blob/master/LICENSE