Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit ffb528a

Browse files
committed
0.1.5 - add correct license
1 parent c741dcc commit ffb528a

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

LICENSE

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
GNU AFFERO GENERAL PUBLIC LICENSE
2+
Version 3, 19 November 2007
3+
4+
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
5+
Everyone is permitted to copy and distribute verbatim copies
6+
of this license document, but changing it is not allowed.
7+
8+
Preamble
9+
10+
The GNU Affero General Public License is a free, copyleft license for
11+
software and other kinds of works, specifically designed to ensure
12+
cooperation with the community in the case of network server software.
13+
14+
The licenses for most software and other practical works are designed
15+
to take away your freedom to share and change the works. By contrast,
16+
our General Public Licenses are intended to guarantee your freedom to
17+
share and change all versions of a program--to make sure it remains free
18+
software for all its users.
19+
20+
When we speak of free software, we are referring to freedom, not
21+
price. Our General Public Licenses are designed to make sure that you
22+
have the freedom to distribute copies of free software (and charge for
23+
them if you wish), that you receive source code or can get it if you
24+
want it, that you can change the software or use pieces of it in new
25+
free programs, and that you know you can do these things.
26+
27+
Developers that use our General Public Licenses protect your rights
28+
with two steps: (1) assert copyright on the software, and (2) offer
29+
you this License giving you legal permission to copy, distribute and/or
30+
modify it.
31+
32+
A secondary benefit of defending all users' freedom is that
33+
improvements made in alternate versions of the program, if they
34+
receive widespread use, become available for other developers to
35+
incorporate. Many developers of free software are heartened and
36+
encouraged by the resulting cooperation. However, in the case of
37+
software used on network servers, this result may fail to come about.
38+
The GNU General Public License permits making a modified version and
39+
letting the public access it on a server without ever releasing its
40+
source code to the public.
41+
42+
The GNU Affero General Public License is designed specifically to
43+
ensure that, in such cases, the modified source code becomes available
44+
to the community. It requires the operator of a network server to
45+
provide the source code of the modified version running there to the
46+
users of that server. Therefore, public use of a modified version, on
47+
a publicly accessible server, gives the public access to the source
48+
code of the modified version.
49+
50+
An older license, called the Affero General Public License and published
51+
by Affero, was designed to accomplish similar goals. This is a
52+
different license, not a version of the Affero GPL, but Affero has
53+
released a new version of the Affero GPL which permits relicensing under
54+
this license.
55+
56+
The precise terms and conditions for copying, distribution and
57+
modification follow.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424
}
2525
},
26-
"license": "MIT",
26+
"license": "AGPL-3.0-only",
2727
"devDependencies": {
2828
"@napi-rs/cli": "^2.18.4",
2929
"ava": "^6.0.1"

0 commit comments

Comments
 (0)