From 8a6dbded392f303d0577a5e6409ac3431eba9110 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 28 May 2008 23:29:23 +0000 Subject: [PATCH] Corrected wrong license information in the header --- vcg/math/perlin_noise.h | 43 +++++++++++++++++++------------------ vcg/math/random_generator.h | 42 ++++++++++++++++++------------------ 2 files changed, 43 insertions(+), 42 deletions(-) diff --git a/vcg/math/perlin_noise.h b/vcg/math/perlin_noise.h index 55e13474..0cca49f3 100644 --- a/vcg/math/perlin_noise.h +++ b/vcg/math/perlin_noise.h @@ -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 -$Log: not supported by cvs2svn $ - *****************************************************************************/ +* VCGLib o o * +* 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 #define __VCGLIB_PERLIN_NOISE diff --git a/vcg/math/random_generator.h b/vcg/math/random_generator.h index 469890eb..2c2c800e 100644 --- a/vcg/math/random_generator.h +++ b/vcg/math/random_generator.h @@ -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 -$Log: not supported by cvs2svn $ - *****************************************************************************/ +* VCGLib o o * +* 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: // it is based on the Subtractive Ring method.