supleed2-old-projects-blog/LICENSE.md

46 lines
2 KiB
Markdown
Raw Permalink Normal View History

2023-06-28 09:45:31 +00:00
# License
2023-06-28 09:45:31 +00:00
## 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. `<link rel="canonical" href="https://projects.8bitsqu.id/welcome/" />`
- The following message is displayed above and below the post: `This post has been originally published at <a href="https://projects.8bitsqu.id/">8bitsqu.id/</a>.`
## 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
2023-12-29 15:21:48 +00:00
SOFTWARE.