diff --git a/LICENSE b/LICENSE index f69edb60448fa1848a34d42739843b1fc4a20f51..349ae95b82bad02851dcb4048d2fe24f9c279f91 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,19 @@ -Copyright (c) 2017, (YOUR NAME) +Copyright (C) 2022 schukai GmbH + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. + +Copyright (c) 2017, (Miguel Suarez) All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/Makefile b/Makefile index f93359bbfd4f60a7cd151df795c75da8001931de..dbe95d4f9fcf36b75615d108fb00e783215557df 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ############################################################################################# ############################################################################################# -COPYRIGHT_TEXT := © schukai GmbH, Released under the BSD 3-Clause License. +COPYRIGHT_TEXT := © schukai GmbH, Released under the AGPL 3.0 License. ############################################################################################# ############################################################################################# diff --git a/README.md b/README.md index 14104d639765538de809a2d49dca00f5307b3f37..0e2be3b0fc3ad0068d8ced588759981eb4c659b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # GrapesJS Bootstrap v5 Blocks Plugin -this is a fork from [github.com/kaoz70/grapesjs-blocks-bootstrap4](https://github.com/kaoz70/grapesjs-blocks-bootstrap4) - ## Summary * Plugin name: `grapesjs-blocks-bootstrap4` @@ -210,4 +208,7 @@ $ npm start ## License -BSD 3-Clause +[AGPL 3.0](https://www.gnu.org/licenses/agpl-3.0.de.html) + +This is a fork from [github.com/kaoz70/grapesjs-blocks-bootstrap4](https://github.com/kaoz70/grapesjs-blocks-bootstrap4) +licensed under the BSD 3-Clause License by Miguel Suarez. diff --git a/package.json b/package.json index 89417fb4a47e1f709fec55013e49ff68a0c297c6..a2ec21f0a78e558adea7a6d8f40d3df522b8fa6f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ "bootstrap", "bootstrap5" ], - "license": "BSD-3-Clause", + "author": "schukai GmbH, Miguel Suarez", + "license": "AGPL 3.0", "peerDependencies": { "grapesjs": "0.x" },