From aaa28f680235c10804081a2467239bb22dea0f03 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 30 Jul 2018 16:10:57 +0200 Subject: Document third party asset 'wine' The code was originally imported in commit 2a9a67d1b179, and then updated in to upstream version 0.8 in commit 473bd13ed37. LICENSE.md is from upstream repository. Change-Id: I20f97d46125abc4f1c7d54c52b891acc50336ac5 Reviewed-by: Andy Nichols --- .../exampleresources/assets/gltf/wine/LICENSE.md | 33 ++++++++++++++++++++++ .../assets/gltf/wine/qt_attribution.json | 15 ++++++++++ 2 files changed, 48 insertions(+) create mode 100644 examples/qt3d/exampleresources/assets/gltf/wine/LICENSE.md create mode 100644 examples/qt3d/exampleresources/assets/gltf/wine/qt_attribution.json (limited to 'examples/qt3d/exampleresources') diff --git a/examples/qt3d/exampleresources/assets/gltf/wine/LICENSE.md b/examples/qt3d/exampleresources/assets/gltf/wine/LICENSE.md new file mode 100644 index 000000000..25e13f1d6 --- /dev/null +++ b/examples/qt3d/exampleresources/assets/gltf/wine/LICENSE.md @@ -0,0 +1,33 @@ +This license is for the example glTF code, not the [specification](specification/README.md) and [schema](specification). + +Original work Copyright (c) 2012, Motorola Mobility, Inc. +All Rights Reserved. +BSD License. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + - Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + - Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + - Neither the name of Motorola Mobility nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. + +Additional contributions copyright their respective contributors (also BSD License): + * Fabrice Robinet + * Analytical Graphics, Inc. diff --git a/examples/qt3d/exampleresources/assets/gltf/wine/qt_attribution.json b/examples/qt3d/exampleresources/assets/gltf/wine/qt_attribution.json new file mode 100644 index 000000000..c79a6fa5a --- /dev/null +++ b/examples/qt3d/exampleresources/assets/gltf/wine/qt_attribution.json @@ -0,0 +1,15 @@ +{ + "Id": "gltf-wine", + "Name": "glTF sample model \"wine\"", + "QDocModule": "qt3d", + "QtUsage": "Used in the Qt 3D autotests.", + + "QtParts": [ "tests" ] , + "Description": "Example from the official KhronosGroup/glTF repository", + "Homepage": "https://github.com/KhronosGroup/glTF", + "Version": "v0.8", + "LicenseId": "BSD-3-Clause", + "License": "BSD 3-Clause \"New\" or \"Revised\" License", + "LicenseFile": "LICENSE.md", + "Copyright": "Copyright (c) 2012, Motorola Mobility, Inc." +} -- cgit v1.2.3