[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47296] trunk/blender/intern/cycles/kernel /kernel_textures.h: Cycles:

Thomas Dinges blender at dingto.org
Thu May 31 22:26:37 CEST 2012


Revision: 47296
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47296
Author:   dingto
Date:     2012-05-31 20:26:36 +0000 (Thu, 31 May 2012)
Log Message:
-----------
Cycles:
* Added missing GPL licence block to kernel_textures.h 

Modified Paths:
--------------
    trunk/blender/intern/cycles/kernel/kernel_textures.h

Modified: trunk/blender/intern/cycles/kernel/kernel_textures.h
===================================================================
--- trunk/blender/intern/cycles/kernel/kernel_textures.h	2012-05-31 19:53:35 UTC (rev 47295)
+++ trunk/blender/intern/cycles/kernel/kernel_textures.h	2012-05-31 20:26:36 UTC (rev 47296)
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * 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 for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ */
 
 #ifndef KERNEL_TEX
 #define KERNEL_TEX(type, ttype, name)




More information about the Bf-blender-cvs mailing list