diff --git a/LICENSE.md b/LICENSE.md index fa93a0c..a2bbadb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,11 +1,11 @@ Software License Agreement ========================== -Copyright (c) 2022, [CKSource Holding sp. z o.o.](http://cksource.com) All rights reserved. +Copyright (c) 2024, [CKSource Holding sp. z o.o.](http://cksource.com) All rights reserved. Inspired by https://github.com/nshenderov/strapi-plugin-ckeditor, copyright nshenderov. -Licensed under the terms of [MIT License](https://opensource.org/licenses/MIT). +The plugin "CKEditor 5 - Official Integration for Strapi" is licensed the terms of the [MIT License](https://opensource.org/licenses/MIT). Please note that [CKEditor 5 itself is licensed under GPL v2+](https://ckeditor.com/legal/ckeditor-oss-license/?utm_campaign=strapi-integration&utm_source=ck-github&utm_medium=referral) or a [commercial license](https://ckeditor.com/pricing/?utm_campaign=strapi-integration&utm_source=ck-github&utm_medium=referral). Trademarks ---------- diff --git a/README.md b/README.md index a08fbe8..723d098 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# CKEditor 5 custom field for Strapi +# CKEditor 5 - Official Integration for Strapi CKEditor 5 used inside Strapi. Article form consisting of a title, excerpt text, and content > [!IMPORTANT] -> Since version 1.0.0, the plugin can be used only with Strapi 5. If you still use Strapi 4.4+, you should stick to the package version 0.0.x. See the [compatibility section](#compatibility) to learn more. +> Since version 1.0.0, the plugin can be used only with Strapi 5. If you still use Strapi 4.4+, you should stick to the package version 0.x.x. See the [compatibility section](#compatibility) to learn more. This package provides a custom field for Strapi 5 that lets you use and configure CKEditor in no time. @@ -141,7 +141,7 @@ Starting from version 1.0.0, the CKEditor 5 custom field plugin is compatible wi - 1.0.0+ + 1.x.x ≥ 5.0.0 @@ -149,7 +149,7 @@ Starting from version 1.0.0, the CKEditor 5 custom field plugin is compatible wi - 0.0.x + 0.x.x ≥ 4.4 @@ -157,3 +157,7 @@ Starting from version 1.0.0, the CKEditor 5 custom field plugin is compatible wi + +## ⚖️ Licensing + +The plugin "CKEditor 5 - Official Integration for Strapi" is licensed under MIT. Please note that [CKEditor 5 itself is licensed under GPL v2+](https://ckeditor.com/legal/ckeditor-oss-license/?utm_campaign=strapi-integration&utm_source=ck-github&utm_medium=referral) or a [commercial license](https://ckeditor.com/pricing/?utm_campaign=strapi-integration&utm_source=ck-github&utm_medium=referral).