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 <campbell@blender.org>2022-02-17 08:47:37 +0300
committerCampbell Barton <campbell@blender.org>2022-02-17 08:47:37 +0300
commitbdde8c72071fe6df52111d9b7625a087a70fb993 (patch)
treee906481211dc37e98547d54757abbb8d2215cfd1 /source/blender/blenlib/tests
parentb626edd751d64b269da12ef8e774ced2836c3c9e (diff)
License headers: use SPDX identifiers
Diffstat (limited to 'source/blender/blenlib/tests')
-rw-r--r--source/blender/blenlib/tests/BLI_bounds_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_bounds_test.cc b/source/blender/blenlib/tests/BLI_bounds_test.cc
index fc3affd97de..9c123d4705c 100644
--- a/source/blender/blenlib/tests/BLI_bounds_test.cc
+++ b/source/blender/blenlib/tests/BLI_bounds_test.cc
@@ -1,4 +1,4 @@
-/* Apache License, Version 2.0 */
+/* SPDX-License-Identifier: Apache-2.0 */
#include "testing/testing.h"