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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-07-02 14:14:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-02 14:14:59 +0400
commit418011907c26a87d21c8ed8935cd6a5b673a9b06 (patch)
treea01d9711b3a20154f6b4cd043eea256090acabcb /source/blender/python/mathutils/mathutils_noise.c
parent1f091fd234fb42192be18269f59dbe3eb0bdca09 (diff)
remove nan copyrights from code added since blender become opensource (copy paste errors), also remove BKE_script.h
Diffstat (limited to 'source/blender/python/mathutils/mathutils_noise.c')
-rw-r--r--source/blender/python/mathutils/mathutils_noise.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/python/mathutils/mathutils_noise.c b/source/blender/python/mathutils/mathutils_noise.c
index 31663bd369d..dd4d2805ee2 100644
--- a/source/blender/python/mathutils/mathutils_noise.c
+++ b/source/blender/python/mathutils/mathutils_noise.c
@@ -15,11 +15,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
- * All rights reserved.
- *
- * This is a new part of Blender.
- *
* Contributor(s): eeshlo, Campbell Barton
*
* ***** END GPL LICENSE BLOCK *****