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-09-09 08:44:03 +0300
committerCampbell Barton <campbell@blender.org>2022-09-09 08:44:03 +0300
commitfb07bbb751223ddfa25ad326ae31004e5e5b96fb (patch)
treeeb7ce92fe92887256884b26db54b565cc8baec67 /source/blender/blenlib
parent274dc024f62c4d65cbcf6689462327068c4d2206 (diff)
License headers: use SPDX identifiers
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/tests/BLI_bit_vector_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_bit_vector_test.cc b/source/blender/blenlib/tests/BLI_bit_vector_test.cc
index c477b464f0c..210f2be012d 100644
--- a/source/blender/blenlib/tests/BLI_bit_vector_test.cc
+++ b/source/blender/blenlib/tests/BLI_bit_vector_test.cc
@@ -1,4 +1,4 @@
-/* Apache License, Version 2.0 */
+/* SPDX-License-Identifier: Apache-2.0 */
#include "BLI_bit_vector.hh"
#include "BLI_exception_safety_test_utils.hh"