Added exception to the LICENSE file which applies to test models.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@270 67173fc5-114c-0410-ac8e-9d2fd5bffc1fpull/1/head
parent
ef7ce429b8
commit
7edb0c482e
12
LICENSE
12
LICENSE
|
@ -1,5 +1,3 @@
|
||||||
Open Asset Import Library (ASSIMP)
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
|
|
||||||
Copyright (c) 2006-2008, ASSIMP Development Team
|
Copyright (c) 2006-2008, ASSIMP Development Team
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
@ -33,3 +31,13 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
AN EXCEPTION applies to all files in the ./test/models subfolder.
|
||||||
|
These are 3d models for testing purposes, from various free sources
|
||||||
|
on the internet. They are - unless otherwise stated - copyright of
|
||||||
|
their respective creators. For a specific 3d model, see
|
||||||
|
<model>.source.txt for more legal information.
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue