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