From 36a547af7b72cd45f541c3cf7ab35c24b989bf60 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 8 Jul 2020 15:01:33 +0200 Subject: Cleanup: add correct license header to tests --- tests/gtests/blenlib/BLI_map_test.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/gtests/blenlib/BLI_map_test.cc') diff --git a/tests/gtests/blenlib/BLI_map_test.cc b/tests/gtests/blenlib/BLI_map_test.cc index 3b72795d36f..4fb97c40e86 100644 --- a/tests/gtests/blenlib/BLI_map_test.cc +++ b/tests/gtests/blenlib/BLI_map_test.cc @@ -1,3 +1,5 @@ +/* Apache License, Version 2.0 */ + #include "BLI_map.hh" #include "BLI_rand.h" #include "BLI_set.hh" -- cgit v1.2.3