From 056ba1652927ec7a159811ee770c63e435d40623 Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 3 Jun 2024 10:58:15 +0200 Subject: [PATCH] Update license for Cube boilerplate --- LICENSE.MD | 32 ++++++++++++++++++++++++++++++-- readme.md | 20 ++++++++++---------- 2 files changed, 40 insertions(+), 12 deletions(-) diff --git a/LICENSE.MD b/LICENSE.MD index 4a41237..dc6ba3a 100644 --- a/LICENSE.MD +++ b/LICENSE.MD @@ -1,7 +1,35 @@ -ISC License +## Licenses -Copyright (c) 2022 Lene Saile +This project is licensed under the ISC License. Additionally, it includes components that are licensed under the MIT License. + +### ISC License + +Copyright (c) 2024 Lene Saile Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +### MIT License + +The **Cube Boilerplate** is licensed under the MIT License: + +Copyright (c) 2024 Set Studio + +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/readme.md b/readme.md index 89b6810..9c52576 100644 --- a/readme.md +++ b/readme.md @@ -8,15 +8,15 @@ Easy to use Eleventy starter, based on the workflow suggested by Andy Bell's [bu If you end up using this starter, feel free to send me a link, I'd love to see it! - [Eleventy Excellent](#eleventy-excellent) - - [Preview](#preview) - - [Features](#features) - - [First steps](#first-steps) - - [Development](#development) - - [Install dependencies](#install-dependencies) - - [Working locally](#working-locally) - - [Creating a production build](#creating-a-production-build) - - [Built with Eleventy Excellent](#built-with-eleventy-excellent) - - [Credits and Thank yous](#credits-and-thank-yous) + - [Preview](#preview) + - [Features](#features) + - [First steps](#first-steps) + - [Development](#development) + - [Install dependencies](#install-dependencies) + - [Working locally](#working-locally) + - [Creating a production build](#creating-a-production-build) + - [Built with Eleventy Excellent](#built-with-eleventy-excellent) + - [Credits and Thank yous](#credits-and-thank-yous) ## Preview @@ -26,7 +26,7 @@ https://eleventy-excellent.netlify.app/ **This starter includes:** -- The whole CSS workflow as suggested by buildexcellentwebsit.es +- **Cube Boilerplate**: Created by Andy Bell, available under the MIT License. [View Repository](https://github.com/Set-Creative-Studio/cube-boilerplate) - Accessible site navigation, editable in `src/_data/navigation.js` - Image optimization with Eleventy-img _([see blog post](https://eleventy-excellent.netlify.app/blog/post-with-an-image/))_ - Youtube embed with lite-youtube _([see blog post](https://eleventy-excellent.netlify.app/blog/post-with-a-video/))_