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>2014-06-19 12:48:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-19 12:48:41 +0400
commit7ecc3f47342dafce3afa3cebbd08136b780fef0f (patch)
tree2f9772c4c7333f21e6119d20ee301fa274185a50 /tests/python/bl_pyapi_mathutils.py
parentce4256ce5e401c3a01aa5d1f22d1a82df0713d53 (diff)
Add brief license headers to tests
These are effectively public-domain, but use apache2.0 to avoid adding new licenses
Diffstat (limited to 'tests/python/bl_pyapi_mathutils.py')
-rw-r--r--tests/python/bl_pyapi_mathutils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/python/bl_pyapi_mathutils.py b/tests/python/bl_pyapi_mathutils.py
index 20312efcc02..d204e58dbd4 100644
--- a/tests/python/bl_pyapi_mathutils.py
+++ b/tests/python/bl_pyapi_mathutils.py
@@ -1,3 +1,5 @@
+# Apache License, Version 2.0
+
# ./blender.bin --background -noaudio --python tests/python/bl_pyapi_mathutils.py
import unittest
from test import support