Skip to content

License

This repository contains both software source code and textual content. Different licenses apply to each type of material, as outlined below.


1. Textual Content License — CC BY-SA 4.0

All textual content in this repository — including documentation, articles, and other written works
All graphical content in this repository — including images, diagrams, or other graphical depictions
— is licensed under the

Creative Commons Attribution-ShareAlike 4.0 International License.

You are free to:

  • Share — copy and redistribute the material in any medium or format
  • Adapt — remix, transform, and build upon the material

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made.
  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.

A copy of the full license text can be found here: https://creativecommons.org/licenses/by-sa/4.0/legalcode


2. Software Source Code License — MIT License

All software source code in this repository is licensed under the MIT License:

MIT License

Copyright (c) 2024 Johannes A. Nilsson - TERRAFORM INDUSTRIES INC.

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.

3. Contributing

By contributing to this repository, you agree that:

  • All textual contributions will be licensed under CC BY-SA 4.0.
  • All code contributions will be licensed under the MIT License.