Skip to content

License

Copyright (c) 2018 Fabian Zahn

Each file in this repository falls under one of the following licenses: - License for Written Text - License for Source Code

License for Written Text#

Files with the extensions: ".html", ".htm", ".scss", ".css", ".md", and ".txt" (except CMakeLists.txt files) use the following Creative Commons license:

    Attribution-NonCommercial-NoDerivatives 4.0
    International (CC BY-NC-ND 4.0)

    https://creativecommons.org/licenses/by-nc-nd/4.0/

License for Source Code#

Files with extensions related to source code, including (but not limited to): ".c", ".h", ".S", ".ld", ".cmake", ".bat", ".sh", and ".py" use the MIT license:

    The MIT License

    Copyright (c) 2018 Fabian Zahn

    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.