added missing license info

This commit is contained in:
Paolo Cignoni 2008-05-29 20:54:34 +00:00
parent bf0e346d81
commit 9b324d2f50
1 changed files with 11 additions and 0 deletions

View File

@ -6,6 +6,17 @@
* @date 12/08/2002
*
* @brief LookUpTable for the MarchingCubes 33 Algorithm
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* for more details.
*/
//________________________________________________