Skip to content

Commit 1cf3633

Browse files
authored
Merge pull request #34 from NativeScript/stoskov/legal-updates
Add notices.txt and update copyright line
2 parents 0ad5a90 + af106cc commit 1cf3633

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-1
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright © 2016-2018 Telerik AD. All Rights Reserved.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

NOTICE.txt

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
=========================================================================
2+
== NOTICE file corresponding to section 4 d of ==
3+
== the Apache License, Version 2.0, ==
4+
== in this case for NativeScript Doctor v1* ==
5+
=========================================================================
6+
7+
NativeScript Doctor v1* (the “Product”)
8+
9+
Copyright © 2016-2018 Telerik AD. All Rights Reserved.
10+
11+
For license information see the LICENSE.md file which accompanies this NOTICE.txt file.
12+
13+
Portions of the Product include certain non-proprietary open source and commercial third-party components listed below (“Third-Party Components”). The authors of the Third-Party Components require Telerik AD (“Telerik”) to include the following notices and additional licensing terms as a condition of Telerik’s use of such Third-Party Components. You acknowledge that the authors of the Third-Party Components have no obligation to provide support to you for the Third-Party Components or the Product. You hereby undertake to comply with all licenses related to the applicable Third-Party Components.
14+
15+
16+
1. Special Notices Regarding Open Source Third-Party Components incorporated in the Product:
17+
18+
(1) BSD-Style License:
19+
20+
(a) NativeScript Doctor v1* incorporates winreg v1.2.2. Such technology is subject to the following terms and conditions:
21+
Copyright (c) 2016, Paul Bottin All rights reserved.
22+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
23+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
24+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
25+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26+
27+
(2) ISC-Style License:
28+
29+
(a) NativeScript Doctor v1* incorporates semver v5.3. Such technology is subject to the following terms and conditions:
30+
The ISC License
31+
Copyright (c) Isaac Z. Schlueter and Contributors
32+
Permission to use, copy, modify, and/or distribute this software for any
33+
purpose with or without fee is hereby granted, provided that the above
34+
copyright notice and this permission notice appear in all copies.
35+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
36+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
37+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
38+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
39+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
40+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
41+
42+
(b) NativeScript Doctor v1* incorporates osenv v0.1.3. Such technology is subject to the following terms and conditions:
43+
The ISC License
44+
Copyright (c) Isaac Z. Schlueter and Contributors
45+
Permission to use, copy, modify, and/or distribute this software for any
46+
purpose with or without fee is hereby granted, provided that the above
47+
copyright notice and this permission notice appear in all copies.
48+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
49+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
50+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
51+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
52+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
53+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
54+
55+
(3) MIT-Style License:
56+
57+
(a) NativeScript Doctor v1* incorporates temp v0.8.3. Such technology is subject to the following terms and conditions:
58+
The MIT License (MIT)
59+
Copyright (c) 2010-2014 Bruce Williams
60+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
61+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
62+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
63+
64+
(b) NativeScript Doctor v1* incorporates node-unzip v1.11. Such technology is subject to the following terms and conditions:
65+
Copyright (c) 2012 - 2013 Near Infinity Corporation
66+
Permission is hereby granted, free of charge, to any person obtaining
67+
a copy of this software and associated documentation files (the
68+
"Software"), to deal in the Software without restriction, including
69+
without limitation the rights to use, copy, modify, merge, publish,
70+
distribute, sublicense, and/or sell copies of the Software, and to
71+
permit persons to whom the Software is furnished to do so, subject to
72+
the following conditions:
73+
74+
The above copyright notice and this permission notice shall be
75+
included in all copies or substantial portions of the Software.
76+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
77+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
78+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
79+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
80+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
81+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
82+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
83+
84+
2. Special Notices Regarding Commercially Licensed Third-Party Components incorporated in the Product: None
85+
86+
87+
NOTICE FROM TELERIK AD: Additional notices may be included in the release notes or other documentation that accompanies updates received in connection with support of the Product.
88+
89+
3/26/2018

0 commit comments

Comments
 (0)