- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1147 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
aramis_acg
2012-02-03 03:38:30 +00:00
parent db3cee8501
commit 4dbf539b44
336 changed files with 1334 additions and 1336 deletions

View File

@@ -5,13 +5,13 @@
#include "./../include/aiVersion.h"
// --------------------------------------------------------------------------------
// Legal information string - dont't remove from image!
// Legal information string - dont't remove this.
static const char* LEGAL_INFORMATION =
"Open Asset Import Library (Assimp).\n"
"A free C/C++ library to import various 3D file formats into applications\n\n"
"(c) 2008-2010, ASSIMP Development Team\n"
"(c) 2008-2010, assimp team\n"
"License under the terms and conditions of the 3-clause BSD license\n"
"http://assimp.sourceforge.net\n"
;