You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TypeScript software is based on or incorporates material and code from the projects listed below
19
-
(collectively "Third Party Code"). Microsoft is not the original author of the
20
-
Third Party Code. The original copyright notice and the license, under which
21
-
Microsoft received such Third Party Code, are set forth below. Such license and
22
-
notices are provided for informational purposes only. Microsoft licenses the Third
23
-
Party Code to you under the terms of the Apache 2.0 License.
24
-
All Third Party Code licensed by Microsoft under the Apache License, Version 2.0 (the "License"); you
25
-
may not use this file except in compliance with the License. You may obtain a copy
26
-
of the License at http://www.apache.org/licenses/LICENSE-2.0
27
-
28
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
29
-
EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR
30
-
CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT.
31
-
32
-
See the Apache Version 2.0 License for specific language governing permissions and
33
-
limitations under the License.
34
-
---------------------------------------------
35
-
Third Party Code Components
36
-
--------------------------------------------
37
-
---- Mozilla Developer Code---------
38
-
The following Mozilla Developer Code is under Public Domain as updated after Aug. 20, 2012, see, https://developer.mozilla.org/en-US/docs/Project:Copyrights
39
-
1. Array filter Compatibility Method,
40
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/filter
41
-
Any copyright is dedicated to the Public Domain.
42
-
43
-
2. Array forEach Compatibility Method,
44
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/forEach
45
-
Any copyright is dedicated to the Public Domain.
46
-
47
-
3. Array indexOf Compatibility Method,
48
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/indexOf
49
-
Any copyright is dedicated to the Public Domain.
50
-
51
-
4. Array map Compatibility Method,
52
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/map
53
-
Any copyright is dedicated to the Public Domain.
54
-
55
-
5. Array Reduce Compatibility Method,
56
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/Reduce
57
-
Any copyright is dedicated to the Public Domain.
58
-
59
-
6. String Trim Compatibility Method,
60
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String/Trim
61
-
Any copyright is dedicated to the Public Domain.
62
-
63
-
7. Date now Compatibility Method,
64
-
Available at https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/now
65
-
Any copyright is dedicated to the Public Domain.
66
-
67
-
------------JSON2 Script------------------------
68
-
json2.js 2012-10-08
69
-
Public Domain.
70
-
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
71
-
See, http://www.JSON.org/js.html
72
-
73
-
--------------r.js----------------------
74
-
Copyright (c) 2010-2011 Dojo Foundation. All Rights Reserved.
0 commit comments