Updated copyright disclaimer of the mc lookup table file after the explicit copyright transfer allowed by the original author of the file (Thomas Lewiner)
This commit is contained in:
parent
05f1e10d19
commit
a690c99fee
|
|
@ -1,25 +1,32 @@
|
||||||
/**
|
/****************************************************************************
|
||||||
* @file LookUpTable.h
|
* VCGLib o o *
|
||||||
* @author Thomas Lewiner <thomas.lewiner@polytechnique.org>
|
* Visual and Computer Graphics Library o o *
|
||||||
* @author Math Dept, PUC-Rio
|
* _ O _ *
|
||||||
* @version 0.2
|
* Copyright(C) 2016 \/)\/ *
|
||||||
* @date 12/08/2002
|
* Visual Computing Lab /\/| *
|
||||||
*
|
* ISTI - Italian National Research Council | *
|
||||||
* @brief LookUpTable for the MarchingCubes 33 Algorithm
|
* \ *
|
||||||
*
|
* All rights reserved. *
|
||||||
* 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
|
* This program is free software; you can redistribute it and/or modify *
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* it under the terms of the GNU General Public License as published by *
|
||||||
* (at your option) any later version.
|
* 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
|
* This program is distributed in the hope that it will be useful, *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||||
* for more details.
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) *
|
||||||
*/
|
* for more details. *
|
||||||
//________________________________________________
|
* *
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
|
/**
|
||||||
|
Note:
|
||||||
|
The original version of this file was written by Thomas Lewiner.
|
||||||
|
Written copyright explicit transfer to the Visual Computing Lab in 2016 June.
|
||||||
|
Current Copyright of this version of the file is of Visual Computing Lab.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __VCG_MC_LOOK_UP_TABLE
|
#ifndef __VCG_MC_LOOK_UP_TABLE
|
||||||
#define __VCG_MC_LOOK_UP_TABLE
|
#define __VCG_MC_LOOK_UP_TABLE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue