diff options
author | jackpoz <giacomopoz@gmail.com> | 2014-08-22 16:58:23 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2014-08-22 21:00:56 +0200 |
commit | 5e8277e923c5545a15bae7c740ab6afaa597a59f (patch) | |
tree | 4cf5212c080588a7e868ee60134fc7fff51e400a /dep/g3dlite/source/license.cpp | |
parent | a63aa858dcb400eafb97eed1f590e34c27d934a4 (diff) |
Core/Dependencies: Update G3D to v9.0 r4036
Diffstat (limited to 'dep/g3dlite/source/license.cpp')
-rw-r--r-- | dep/g3dlite/source/license.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dep/g3dlite/source/license.cpp b/dep/g3dlite/source/license.cpp index 5049184cf9b..e2b9f2583d5 100644 --- a/dep/g3dlite/source/license.cpp +++ b/dep/g3dlite/source/license.cpp @@ -24,7 +24,7 @@ std::string license() { "%s" "This program uses the G3D Library (http://g3d.sf.net), which\n" "is licensed under the \"Modified BSD\" Open Source license. The G3D library\n" -"source code is Copyright © 2000-2010, Morgan McGuire, All rights reserved.\n" +"source code is Copyright © 2000-2011, Morgan McGuire, All rights reserved.\n" "This program uses The OpenGL Extension Wrangler Library, which \n" "is licensed under the \"Modified BSD\" Open Source license. \n" "The OpenGL Extension Wrangler Library source code is\n" @@ -59,7 +59,7 @@ std::string license() { "\n\n" "G3D VERSION %d\n", -#ifdef G3D_WIN32 +#ifdef G3D_WINDOWS "" // Win32 doesn't use SDL #else "This software uses the Simple DirectMedia Layer library (\"SDL\",\n" |