From 3c0ae8fc62c22dbfb56f4a5786c6b91ecefb34ec Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 8 Nov 2019 19:27:35 +0300 Subject: [PATCH] chore(core): add inherit versioning for box plugins site and admin #286 --- site/plugins/admin/plugin.yaml | 2 +- site/plugins/site/LICENSE.txt | 21 +++++++++++++++++++++ site/plugins/site/README.md | 8 ++++++++ site/plugins/site/plugin.yaml | 2 +- 4 files changed, 31 insertions(+), 2 deletions(-) create mode 100755 site/plugins/site/LICENSE.txt create mode 100755 site/plugins/site/README.md diff --git a/site/plugins/admin/plugin.yaml b/site/plugins/admin/plugin.yaml index 3b3405e8..828462ec 100755 --- a/site/plugins/admin/plugin.yaml +++ b/site/plugins/admin/plugin.yaml @@ -1,5 +1,5 @@ name: Admin -version: 0.0.0 +version: 0.9.5 description: Admin plugin for Flextype icon: fab fa-fort-awesome author: diff --git a/site/plugins/site/LICENSE.txt b/site/plugins/site/LICENSE.txt new file mode 100755 index 00000000..1a2b199f --- /dev/null +++ b/site/plugins/site/LICENSE.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2018-2019 Sergey Romanenko + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/site/plugins/site/README.md b/site/plugins/site/README.md new file mode 100755 index 00000000..1b787082 --- /dev/null +++ b/site/plugins/site/README.md @@ -0,0 +1,8 @@ +# Site Plugin for [Flextype](http://flextype.org/) +![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square) + +Site Plugin for Flextype. + +## LICENSE +[The MIT License (MIT)](https://github.com/flextype/flextype/blob/master/LICENSE.txt) +Copyright (c) 2018-2019 [Sergey Romanenko](https://github.com/Awilum) diff --git a/site/plugins/site/plugin.yaml b/site/plugins/site/plugin.yaml index f7471847..48b6d828 100755 --- a/site/plugins/site/plugin.yaml +++ b/site/plugins/site/plugin.yaml @@ -1,5 +1,5 @@ name: Site -version: 0.0.0 +version: 0.9.5 description: Site plugin for Flextype icon: fas fa-globe author: