From 25cd3f0d8052c78ae4fd3f2a3e8cdae64c30ca2b Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Mon, 18 May 2009 15:16:14 +0000 Subject: [PATCH] added GPL incipit --- .../shaders/Finalization.glsl | 22 +++++++++++++++++++ .../render_splatting/shaders/Raycasting.glsl | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/src/meshlabplugins/render_splatting/shaders/Finalization.glsl b/src/meshlabplugins/render_splatting/shaders/Finalization.glsl index dc9b67a6f..a1d4dd58d 100644 --- a/src/meshlabplugins/render_splatting/shaders/Finalization.glsl +++ b/src/meshlabplugins/render_splatting/shaders/Finalization.glsl @@ -1,3 +1,25 @@ +/**************************************************************************** +* MeshLab o o * +* An extendible mesh processor o o * +* _ O _ * +* Copyright(C) 2005, 2009 \/)\/ * +* 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. * +* * +****************************************************************************/ #extension GL_ARB_texture_rectangle : enable diff --git a/src/meshlabplugins/render_splatting/shaders/Raycasting.glsl b/src/meshlabplugins/render_splatting/shaders/Raycasting.glsl index d15fecd6c..cdb8c83a3 100644 --- a/src/meshlabplugins/render_splatting/shaders/Raycasting.glsl +++ b/src/meshlabplugins/render_splatting/shaders/Raycasting.glsl @@ -1,3 +1,25 @@ +/**************************************************************************** +* MeshLab o o * +* An extendible mesh processor o o * +* _ O _ * +* Copyright(C) 2005, 2009 \/)\/ * +* 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. * +* * +****************************************************************************/ // #version 110 // #extension all : enable