Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-06-01 00:26:36 +0400
committerThomas Dinges <blender@dingto.org>2012-06-01 00:26:36 +0400
commit2b5eed9689679200033dd2e713fc506126423fb2 (patch)
treeec052ad58b920413609ab51a896d15d870cf948a /intern
parentd5ae958e8fb7eb53828c487822ce16a6ef8bf27b (diff)
Cycles:
* Added missing GPL licence block to kernel_textures.h
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/kernel/kernel_textures.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernel_textures.h b/intern/cycles/kernel/kernel_textures.h
index 4ab2574c8ad..482f886df3e 100644
--- a/intern/cycles/kernel/kernel_textures.h
+++ b/intern/cycles/kernel/kernel_textures.h
@@ -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)