From f4764637b0d414f07781924e5a420dd3bffe292a Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sun, 5 Jun 2022 09:35:07 +0200
Subject: [PATCH] chore: commit save point

---
 LICENSE      | 17 ++++++++++++++++-
 Makefile     |  2 +-
 README.md    |  7 ++++---
 package.json |  3 ++-
 4 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index f69edb6..349ae95 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 f93359b..dbe95d4 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 14104d6..0e2be3b 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 89417fb..a2ec21f 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"
   },
-- 
GitLab