Skip to content

Commit 44055fe

Browse files
committed
Changed license GPLv3 to MIT
1 parent 0cbaebe commit 44055fe

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed

LICENSE

+16-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
The GPLv3 License (GPLv3)
1+
The MIT License (MIT)
22

33
Copyright (c) 2015 Denis Lukov
44

5-
Commercial license
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
611

7-
If you want to use Clusterize.js to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Purchase a Clusterize.js Commercial License at uplabs.com/posts/clusterize-js-commercial-license
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
814

9-
Open source license
10-
11-
If you are creating an open source application under a license compatible with the GNU GPL license v3, you may use this project under the terms of the GPLv3.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"authors": [
1515
"Denis Lukov"
1616
],
17-
"license": "GPLv3",
17+
"license": "MIT",
1818
"homepage": "https://github.com/NeXTs/Clusterize.js"
1919
}

clusterize.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/* Clusterize.js - v0.19.0 - 2021-12-19
1+
/* Clusterize.js - v1.0.0 - 2023-01-22
22
http://NeXTs.github.com/Clusterize.js/
3-
Copyright (c) 2015 Denis Lukov; Licensed GPLv3 */
3+
Copyright (c) 2015 Denis Lukov; Licensed MIT */
44

55
;(function(name, definition) {
66
if (typeof module != 'undefined') module.exports = definition();

clusterize.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clusterize.js",
3-
"version": "0.19.0",
3+
"version": "1.0.0",
44
"description": "Tiny vanilla JS plugin to display large data sets easily",
55
"main": "clusterize.js",
66
"style": "clusterize.css",
@@ -20,7 +20,7 @@
2020
"cluster"
2121
],
2222
"author": "Denis Lukov",
23-
"license": "GPLv3",
23+
"license": "MIT",
2424
"bugs": {
2525
"url": "https://github.com/NeXTs/Clusterize.js/issues"
2626
},

0 commit comments

Comments
 (0)