From 1c3f4b0be767eb8a013231193f322e0f58fbbd23 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 11 Jul 2004 22:13:30 +0000 Subject: [PATCH] Added GPL comments --- apps/shadevis/shadevis.cpp | 28 +++++++++++++++++++++++ apps/shadevis/simplepic.h | 47 +++++++++++++++++++++----------------- apps/shadevis/visshader.h | 47 +++++++++++++++++++++----------------- 3 files changed, 80 insertions(+), 42 deletions(-) diff --git a/apps/shadevis/shadevis.cpp b/apps/shadevis/shadevis.cpp index a377946e..f6161b87 100644 --- a/apps/shadevis/shadevis.cpp +++ b/apps/shadevis/shadevis.cpp @@ -1,3 +1,31 @@ +/**************************************************************************** +* 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. * +* * +****************************************************************************/ +/**************************************************************************** + History + +$Log: not supported by cvs2svn $ + +****************************************************************************/ #include #include #include diff --git a/apps/shadevis/simplepic.h b/apps/shadevis/simplepic.h index ed70d306..078c2cdb 100644 --- a/apps/shadevis/simplepic.h +++ b/apps/shadevis/simplepic.h @@ -1,27 +1,32 @@ -/*#*************************************************************************** - * Visibility.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. * - * * - *****************************************************************************/ -/*#************************************************************************** +/**************************************************************************** +* 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. * +* * +****************************************************************************/ +/**************************************************************************** History - 2003 Aug 26 First Working version - +$Log: not supported by cvs2svn $ + ****************************************************************************/ + #ifndef __VCG_SIMPLE_PIC #define __VCG_SIMPLE_PIC #include diff --git a/apps/shadevis/visshader.h b/apps/shadevis/visshader.h index e5d65104..5c6edb25 100644 --- a/apps/shadevis/visshader.h +++ b/apps/shadevis/visshader.h @@ -1,27 +1,32 @@ -/*#*************************************************************************** - * Visibility.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. * - * * - *****************************************************************************/ -/*#************************************************************************** +/**************************************************************************** +* 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. * +* * +****************************************************************************/ +/**************************************************************************** History - 2003 Aug 26 First Working version - +$Log: not supported by cvs2svn $ + ****************************************************************************/ + #ifndef __VCG_MESH_VISIBILITY #define __VCG_MESH_VISIBILITY #include