Skip to content

Latest commit

 

History

History
128 lines (80 loc) · 6.92 KB

LICENSE.md

File metadata and controls

128 lines (80 loc) · 6.92 KB

Licenses of the framework code, external dependencies, assets

The framework code (see framework/ ) and the 1st party assets (see assets/1st_party/ ) are released under MIT license. Beware, however, that a different license may apply to some of the external dependencies (see external/ ) and to some of the 3rd party assets (see assets/3rd_party/ ) which are re-distributed with this framework.

The below points give an overview of the different licenses, but it does not guarantee completeness. To make sure, the licenses fit to your project, please also check the license information in the respective folders and check with the original creator/distributor of the external dependency or the asset.

License of the framework code and the 1st party assets

MIT License

Copyright (c) 2019 Research Division of Computer Graphics | TU Wien

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.

Licenses of external dependencies

ASSIMP

ASSIMP, Copyright (c) assimp team, is released as Open Source under the terms of a 3-clause BSD license:
See external/universal/include/assimp/Importer.hpp or http://assimp.sourceforge.net/main_license.html for full license details.

GLFW

GLFW, Copyright (c) Marcus Geelnard and Camilla Löwy, is licensed under the zlib/libpng license:
See external/universal/include/GLFW/glfw3.h or http://www.glfw.org/license.html for full license details.

GLAD

GLAD, Copyright (c) David Herberth, is licensed under the MIT license:
See external/release/include/glad/glad.h or https://github.com/Dav1dde/glad/blob/master/LICENSE for full license details.

GLI

GLI, Copyright (c) G-Truc Creation, is licensed under The Happy Bunny License and MIT License:
See external/universal/include/gli/gli.hpp or https://github.com/g-truc/gli/blob/master/manual.md#section0 for full license details.

GLM

GLM, Copyright (c) G-Truc Creation, is licensed under The Happy Bunny License and MIT License:
See external/universal/include/glm/glm.hpp or http://glm.g-truc.net/copying.txt for full license details.

ImGui

Copyright (c) 2014-2020 Omar Cornut, licensed under the MIT License:
See external/universal/include/imgui.h or https://github.com/ocornut/imgui/blob/master/LICENSE.txt

imgui-filebrowser

Copyright (c) 2019-2020 Zhuang Guan, licensed under the MIT License:
See examples/orca_loader/source/imfilebrowser.h or https://github.com/AirGuanZ/imgui-filebrowser/blob/master/LICENSE

STB

STB, Copyright (c) by Sean Barrett, licensed under the MIT License and released into the Public Domain.
See external/universal/include/stb_image.h or https://github.com/nothings/stb for full license details.

FileWatcher

FileWatcher, Copyright (c) by James Wynn, licensed under the MIT License.
See external/universal/include/FileWatcher/FileWatcher.h or https://code.google.com/archive/p/simplefilewatcher for full license details.

Nlohmann JSON for Modern C++

JSON for Modern C++, Copyright (c) 2013-2019 Niels Lohmann, licensed under the MIT License.
See external/universal/include/nlohmann/json.hpp or https://github.com/nlohmann/json for full license details.

Cereal - A C++11 library for serialization

Cereal - A C++11 library for serialization, Copyright (c) USCiLab, licensed under the 3-Clause BSD License.
See external/universal/include/cereal/cereal.hpp or https://github.com/USCiLab/cereal for full license details.

Licenses of 3rd party assets

3D Models and Textures under Stanford Scan

The following files are licensed by Stanford University:

See http://www.graphics.stanford.edu/data/3Dscanrep/ for full license details.

3D Models and Textures under CC BY 4.0

The following files are licensed under the Attribution 4.0 International (CC BY 4.0) License:

See https://creativecommons.org/licenses/by/4.0/ for full license details.

3D Models and Textures under CC BY 3.0

The following files are licensed under the Attribution 3.0 Unported (CC BY 3.0) License:

See https://creativecommons.org/licenses/by/3.0/ for full license details.

3D Models and Textures under CC BY-NC 2.0 FR

The following files are licensed under the Attribution-NonCommercial 2.0 France (CC BY-NC 2.0 FR) License:

See https://creativecommons.org/licenses/by-nc/2.0/fr/deed.en for full license details.

3D Models and Textures under CC0 1.0

The following files are licensed under CC0 1.0 Universal (CC0 1.0), Public Domain Dedication

See https://creativecommons.org/publicdomain/zero/1.0/ for full license details.