From 3e99786c03070053a90c2eb2c40085db02845828 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:45:31 +0100 Subject: [PATCH] Complete licence, add to welcome post --- LICENSE.md | 46 ++++++++++++++++++++++++++++++++++-- content/posts/000_welcome.md | 5 ++++ 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index bc26017..3e8ef42 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,45 @@ -# Licence +# License -Use this as a reference: +## Posts + +All files in the `content/posts` directory are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). The attribution requirement is met when: + +- A canonical link points to the original post, e.g. `` +- The following message is displayed above and below the post: `This post has been originally published at 8bitsqu.id/.` + +## Images + +No images have been used yet. + +## Hugo Files + +- Themes are imported as subnmodules and are available from the original sources + - [PaperMod](https://github.com/adityatelange/hugo-PaperMod) + - [Stack](https://github.com/CaiJimmy/hugo-theme-stack) +- Modifications made to themes in this repository, e.g. `layouts` directory, are licensed under the [MIT](https://choosealicense.com/licenses/mit/) open-source license. + +## SVG Logos + +Logos used on the homepage are copyrighted by their respective companies. + +## MIT License + +Copyright (c) 2021-2023 Aadi Desai + +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. \ No newline at end of file diff --git a/content/posts/000_welcome.md b/content/posts/000_welcome.md index ca72bad..39b8757 100644 --- a/content/posts/000_welcome.md +++ b/content/posts/000_welcome.md @@ -141,3 +141,8 @@ Below are links to writeups or relevant resources I've found helpful. - UDlink - Writing up what I learned in my time at Nordic Semiconductor - Based on notes taken during the placement, with internal information taken out +- DIY Dashboard (LED Matrix Display) + - [Github Repo with Code and CAD Files](https://github.com/allenslab/matrix-dashboard) +- FYP + - Making a CORDIC module + - Audio generation in an FPGA