LodGenerator : updated licence

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10640 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
rem..om 12 years ago
parent f0b44c0704
commit a610cdc99a
  1. 16
      engine/src/tools/jme3tools/optimize/LodGenerator.java

@ -17,6 +17,22 @@
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* This class is the java implementation of
* the enhanced version og Ogre engine Lod generator, by Péter Szücs, originally
* based on Stan Melax "easy mesh simplification". The MIT licences C++ source
* code can be found here
* https://github.com/worldforge/ember/tree/master/src/components/ogre/lod
* The licensing for the original code is :
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR

Loading…
Cancel
Save