-
Notifications
You must be signed in to change notification settings - Fork 390
Expand file tree
/
Copy pathIC-shared-1.0.txt
More file actions
128 lines (95 loc) · 5.9 KB
/
IC-shared-1.0.txt
File metadata and controls
128 lines (95 loc) · 5.9 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
Copyright © 2021 DFINITY Foundation
Each file in this directory is licensed under the license as
described in the LICENSE file in the same directory that contains the
file or, if that doesn't exist, the first LICENSE file in any
higher-level directory.
Unless stated otherwise as described above, all files in and under
this directory are licensed under the Internet Computer Shared
Community Source License, Version 1.0, (the "License"); you may not
use these files except in compliance with the License.
A copy of the license can be found in this repository at
/licenses/IC-shared-1.0.txt or downloaded from:
http://dfinity.org/licenses/IC-shared-1.0
The license is also copied below:
INTERNET COMPUTER SHARED COMMUNITY SOURCE LICENSE VERSION 1.0
License text copyright © 2021 DFINITY Foundation, All Rights Reserved. “Internet
Computer Shared Community Source License” is a trademark of the DFINITY
Foundation.
TERMS AND CONDITIONS
If you use this code (the “software”), you accept this license. If you do not
accept the license, do not use the software.
1. Definitions
The terms “reproduce,” “reproduction,” “derivative works,” and “distribution”
have the same meaning here as under U.S. copyright law.
A “contribution” is the original software, or any additions or changes to the
software.
A “contributor” is any person that distributes its contribution under this
license.
“Ethereum” is an open-source, blockchain-based, decentralized software
platform.
"Foundation" shall mean DFINITY Stiftung.
“Internet Computer” is the decentralized compute platform originated by the
DFINITY Foundation and stewarded by the Internet Computer Association.
2. Grant of Rights
(A) Copyright Grant - Subject to the terms of this license, including the
license conditions and limitations in Section 3, each contributor grants you
a non-exclusive, worldwide, royalty-free copyright license to reproduce its
contribution, prepare derivative works of its contribution, and distribute
its contribution or any derivative works that you create.
(B) Patent Grant - Subject to the terms of this license, including the
license conditions and limitations in Section 3, each contributor grants you
a non-exclusive, worldwide, royalty-free license under its licensed patents
to make, have made, use, sell, offer for sale, import, and/or otherwise
dispose of its contribution in the software or derivative works of the
contribution in the software.
3. Conditions and Limitations
(A) Platform Limitation - The licenses granted in sections 2(A) and 2(B)
extend only to the software or derivative works that you create that run
directly on the Internet Computer platform or the Ethereum network.
(B) This license does not grant you rights to use any contributors’ name,
logo, or trademarks.
(C) If you distribute any portion of the software, you must retain all
copyright, patent, trademark, and attribution notices that are present in the
software.
(D) If you distribute any portion of the software in source code form, you
may do so only under this license by including a complete copy of this
license with your distribution. If you distribute any portion of the software
in compiled or object code form, you may only do so under a license that
complies with this license.
(E) If you have modified the Software or created derivative works, and
distribute such modifications or derivative works, you will cause the
modified files to carry prominent notices so that recipients know that they
are not receiving the original software. Such notices must state: (i) that
you have changed the software; and (ii) the date of any changes.
(F) THE SOFTWARE COMES "AS IS", WITH NO WARRANTIES. THIS MEANS THE
CONTRIBUTORS GIVE NO EXPRESS, IMPLIED OR STATUTORY WARRANTY, INCLUDING
WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
PURPOSE OR ANY WARRANTY OF TITLE OR NON-INFRINGEMENT. ALSO, YOU MUST PASS
THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS.
(G) DFINITY WILL NOT BE LIABLE FOR ANY DAMAGES RELATED TO THE SOFTWARE OR
THIS LICENSE, INCLUDING DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL OR
INCIDENTAL DAMAGES, TO THE MAXIMUM EXTENT THE LAW PERMITS, NO MATTER WHAT
LEGAL THEORY IT IS BASED ON (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR
DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR
A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF YOU OR
OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ALSO, YOU
MUST PASS THIS LIMITATION OF LIABILITY ON WHENEVER YOU DISTRIBUTE THE
SOFTWARE OR DERIVATIVE WORKS.
(H) If you bring a patent claim against any contributor over patents that you
claim are infringed by the software or a claim against anyone for their use
of the software, your license the software automatically terminates.
(I) Your rights under this license automatically terminates if you breach it
in any way.
(J) Each contributor grants to the Foundation the right to distribute the
contribution of the contributor under a license which is more permissive than
this license. A more permissive license shall be, in particular, a license
with less restrictions on how the contribution can be reproduced, modified
and distributed than this license. A more permissive license may be in
particular understood as a license that sets asides the platform limitation
in section 3 (A) of this license. A more permissive license shall include in
particular the Apache License Version 2.0 (or future versions thereof) and
the MIT License. The decision on such a distribution under a more permissive
license is at the sole discretion of the Foundation.
(K) The Foundation reserves all rights not expressly granted to you in this
license.
END OF TERMS AND CONDITIONS