Ver Fonte

LodGenerator : updated licence

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10640 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
rem..om há 12 anos atrás
pai
commit
a610cdc99a
1 ficheiros alterados com 16 adições e 0 exclusões
  1. 16 0
      engine/src/tools/jme3tools/optimize/LodGenerator.java

+ 16 - 0
engine/src/tools/jme3tools/optimize/LodGenerator.java

@@ -16,6 +16,22 @@
  * * Neither the name of 'jMonkeyEngine' nor the names of its contributors
  *   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