Corrected wrong license information in the header
This commit is contained in:
parent
2fcce73e57
commit
8a6dbded39
|
|
@ -1,25 +1,26 @@
|
||||||
/*#***************************************************************************
|
|
||||||
* perlin_noise.h o o *
|
|
||||||
* o o *
|
|
||||||
* Visual Computing Group _ O _ *
|
|
||||||
* IEI Institute, CNUCE Institute, CNR Pisa \/)\/ *
|
|
||||||
* /\/| *
|
|
||||||
* Copyright(C) 1999 by Paolo Cignoni, Paolo Pingi, Claudio Rocchini | *
|
|
||||||
* All rights reserved. \ *
|
|
||||||
* *
|
|
||||||
* Permission to use, copy, modify, distribute and sell this software and *
|
|
||||||
* its documentation for any purpose is hereby granted without fee, provided *
|
|
||||||
* that the above copyright notice appear in all copies and that both that *
|
|
||||||
* copyright notice and this permission notice appear in supporting *
|
|
||||||
* documentation. the author makes no representations about the suitability *
|
|
||||||
* of this software for any purpose. It is provided "as is" without express *
|
|
||||||
* or implied warranty. *
|
|
||||||
* *
|
|
||||||
*****************************************************************************/
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
* VCGLib o o *
|
||||||
$Log: not supported by cvs2svn $
|
* Visual and Computer Graphics Library o o *
|
||||||
*****************************************************************************/
|
* _ O _ *
|
||||||
|
* Copyright(C) 2004 \/)\/ *
|
||||||
|
* Visual Computing Lab /\/| *
|
||||||
|
* ISTI - Italian National Research Council | *
|
||||||
|
* \ *
|
||||||
|
* 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 *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef __VCGLIB_PERLIN_NOISE
|
#ifndef __VCGLIB_PERLIN_NOISE
|
||||||
#define __VCGLIB_PERLIN_NOISE
|
#define __VCGLIB_PERLIN_NOISE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,25 +1,25 @@
|
||||||
/*#***************************************************************************
|
|
||||||
* RandomGenerator.h o o *
|
|
||||||
* o o *
|
|
||||||
* Visual Computing Group _ O _ *
|
|
||||||
* IEI Institute, CNUCE Institute, CNR Pisa \/)\/ *
|
|
||||||
* /\/| *
|
|
||||||
* Copyright(C) 1999 by Paolo Cignoni, Paolo Pingi, Claudio Rocchini | *
|
|
||||||
* All rights reserved. \ *
|
|
||||||
* *
|
|
||||||
* Permission to use, copy, modify, distribute and sell this software and *
|
|
||||||
* its documentation for any purpose is hereby granted without fee, provided *
|
|
||||||
* that the above copyright notice appear in all copies and that both that *
|
|
||||||
* copyright notice and this permission notice appear in supporting *
|
|
||||||
* documentation. the author makes no representations about the suitability *
|
|
||||||
* of this software for any purpose. It is provided "as is" without express *
|
|
||||||
* or implied warranty. *
|
|
||||||
* *
|
|
||||||
*****************************************************************************/
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
History
|
* VCGLib o o *
|
||||||
$Log: not supported by cvs2svn $
|
* Visual and Computer Graphics Library o o *
|
||||||
*****************************************************************************/
|
* _ O _ *
|
||||||
|
* Copyright(C) 2004 \/)\/ *
|
||||||
|
* Visual Computing Lab /\/| *
|
||||||
|
* ISTI - Italian National Research Council | *
|
||||||
|
* \ *
|
||||||
|
* 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 *
|
||||||
|
* 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. *
|
||||||
|
* *
|
||||||
|
****************************************************************************/
|
||||||
|
|
||||||
// RandomGenerator is derived from a STL extension of sgi:
|
// RandomGenerator is derived from a STL extension of sgi:
|
||||||
// it is based on the Subtractive Ring method.
|
// it is based on the Subtractive Ring method.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue