From 7ecc3f47342dafce3afa3cebbd08136b780fef0f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Jun 2014 18:48:41 +1000 Subject: Add brief license headers to tests These are effectively public-domain, but use apache2.0 to avoid adding new licenses --- tests/gtests/blenlib/BLI_path_util_test.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gtests/blenlib/BLI_path_util_test.cc') diff --git a/tests/gtests/blenlib/BLI_path_util_test.cc b/tests/gtests/blenlib/BLI_path_util_test.cc index 20ca3731b8f..e3a3699e5c1 100644 --- a/tests/gtests/blenlib/BLI_path_util_test.cc +++ b/tests/gtests/blenlib/BLI_path_util_test.cc @@ -1,3 +1,5 @@ +/* Apache License, Version 2.0 */ + #include "testing/testing.h" extern "C" { -- cgit v1.2.3