API Documentation
Loading...
Searching...
No Matches
AssimpLicense.h
Go to the documentation of this file.
1#pragma once
2
4namespace NDEVR
5{
6 static String AssimpLicense()
7 {
8 return String(R"license(Open Asset Import Library (assimp)
9
10Copyright (c) 2006-2021, assimp team
11All rights reserved.
12
13Redistribution and use of this software in source and binary forms,
14with or without modification, are permitted provided that the
15following conditions are met:
16
17* Redistributions of source code must retain the above
18 copyright notice, this list of conditions and the
19 following disclaimer.
20
21* Redistributions in binary form must reproduce the above
22 copyright notice, this list of conditions and the
23 following disclaimer in the documentation and/or other
24 materials provided with the distribution.
25
26* Neither the name of the assimp team, nor the names of its
27 contributors may be used to endorse or promote products
28 derived from this software without specific prior
29 written permission of the assimp team.
30
31THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
32"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
33LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
34A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
35OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
36SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
37LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
39THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
40(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
43
44
45******************************************************************************
46
47AN EXCEPTION applies to all files in the ./test/models-nonbsd folder.
48These are 3d models for testing purposes, from various free sources
49on the internet. They are - unless otherwise stated - copyright of
50their respective creators, which may impose additional requirements
51on the use of their work. For any of these models, see
52<model-name>.source.txt for more legal information. Contact us if you
53are a copyright holder and believe that we credited you inproperly or
54if you don't want your files to appear in the repository.
55
56
57******************************************************************************
58
59Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
60http://code.google.com/p/poly2tri/
61
62All rights reserved.
63Redistribution and use in source and binary forms, with or without modification,
64are permitted provided that the following conditions are met:
65
66* Redistributions of source code must retain the above copyright notice,
67 this list of conditions and the following disclaimer.
68* Redistributions in binary form must reproduce the above copyright notice,
69 this list of conditions and the following disclaimer in the documentation
70 and/or other materials provided with the distribution.
71* Neither the name of Poly2Tri nor the names of its contributors may be
72 used to endorse or promote products derived from this software without specific
73 prior written permission.
74
75THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
76"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
77LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
78A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
79CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
80EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
81PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
82PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
83LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
84NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
85SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.)license");
86
87 }
88}
Definition ACIColor.h:37