[Bf-blender-cvs] [aa36c73c33f] master: Cycles: Add missing header in the file

Sergey Sharybin noreply at git.blender.org
Mon Mar 13 16:59:38 CET 2017


Commit: aa36c73c33fd5cde55447e9269726e1a08a0b5a8
Author: Sergey Sharybin
Date:   Mon Mar 13 16:59:09 2017 +0100
Branches: master
https://developer.blender.org/rBaa36c73c33fd5cde55447e9269726e1a08a0b5a8

Cycles: Add missing header in the file

===================================================================

M	intern/cycles/kernel/split/kernel_subsurface_scatter.h

===================================================================

diff --git a/intern/cycles/kernel/split/kernel_subsurface_scatter.h b/intern/cycles/kernel/split/kernel_subsurface_scatter.h
index fcdd805f27b..e282ac00a63 100644
--- a/intern/cycles/kernel/split/kernel_subsurface_scatter.h
+++ b/intern/cycles/kernel/split/kernel_subsurface_scatter.h
@@ -1,4 +1,18 @@
-
+/*
+ * Copyright 2011-2017 Blender Foundation
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 
 CCL_NAMESPACE_BEGIN




More information about the Bf-blender-cvs mailing list