-
Notifications
You must be signed in to change notification settings - Fork 2
/
LICENSE.txt
54 lines (40 loc) · 2.61 KB
/
LICENSE.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Copyright © 2013-2016 The Nxt Core Developers.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License version 2 for more details.
You should have received a copy of the GNU General Public License version 2
along with this program in the file COPYING.txt. If not, see
<https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>.
The Nxt core development team will consider granting exceptions to allow use of
this software under a different license on a case by case basis. Please see the
DEVELOPER-AGREEMENT.txt file describing the developer agreement on copyright
and licensing policies, and the AUTHORS.txt file for individual copyright holder
information.
The client UI component of this software, located under /html/ui, is distributed
under the MIT license, a copy of which is available under /html/ui/LICENSE.txt.
This software uses third party libraries, distributed under licenses described
in 3RD-PARTY-LICENSES.txt.
This software also incorporates work previously released with the NRS v1.4.18
(and earlier) stable versions under the MIT license. To comply with the
requirements of that license, the following permission notice, applicable to
those parts of the code only, is included below:
Copyright © 2013-2015 The Nxt Core Developers.
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:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
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.