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/gtests/blenlib/BLI_math_geom_test.cc
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/gtests/blenlib/BLI_math_geom_test.cc')
-rw-r--r--tests/gtests/blenlib/BLI_math_geom_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/gtests/blenlib/BLI_math_geom_test.cc b/tests/gtests/blenlib/BLI_math_geom_test.cc
index 36784f50dd1..2f85e6b4d7d 100644
--- a/tests/gtests/blenlib/BLI_math_geom_test.cc
+++ b/tests/gtests/blenlib/BLI_math_geom_test.cc
@@ -1,3 +1,5 @@
+/* Apache License, Version 2.0 */
+
#include "testing/testing.h"
#include "BLI_math.h"