From 513eff4c5fb4afbf644e8a0cc6e033b258c5306d Mon Sep 17 00:00:00 2001 From: Jaybox325 Date: Sun, 13 Sep 2020 23:25:47 +0100 Subject: [PATCH] added licence --- CHANGELOG.md | 6 +++++- LICENCE.md | 9 +++++++++ composer.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 LICENCE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 87455a8..193c222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.10 +### Added +- Unlicence + ## 1.0.9 ### Changed - README setup command typo -- Keeping storage dir in git +- Keeping storage dir in gi ## 1.0.8 ### Added diff --git a/LICENCE.md b/LICENCE.md new file mode 100644 index 0000000..7dde05a --- /dev/null +++ b/LICENCE.md @@ -0,0 +1,9 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. + +In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. + +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 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. + +For more information, please refer to http://unlicense.org diff --git a/composer.json b/composer.json index ccf5d3c..40eb8d0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jaybox325/jaycraft", "description": "Craft boilerplate to work with JayBox325/JayPack", - "version": "1.0.9", + "version": "1.0.10", "type": "project", "require": { "adigital/cookie-consent-banner": "^1.1",