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-10 15:47:44 +0300
committerCampbell Barton <campbell@blender.org>2022-02-10 15:47:44 +0300
commit85d469124a2f332fdf434dcffd2226319dddf6c6 (patch)
tree0bf51a75c36859bd94edee004643acaeb641274b /source/blender/blenlib/tests/BLI_stack_test.cc
parente2befa425a84c9e4ec715442e85624a5d3669a4f (diff)
Rebase on mastertemp-license-header-spdx
Diffstat (limited to 'source/blender/blenlib/tests/BLI_stack_test.cc')
-rw-r--r--source/blender/blenlib/tests/BLI_stack_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_stack_test.cc b/source/blender/blenlib/tests/BLI_stack_test.cc
index a2650e5509d..216c8bd6d55 100644
--- a/source/blender/blenlib/tests/BLI_stack_test.cc
+++ b/source/blender/blenlib/tests/BLI_stack_test.cc
@@ -1,4 +1,4 @@
-/* Apache License, Version 2.0 */
+/* SPDX-License-Identifier: Apache-2.0 */
#include "testing/testing.h"
#include <cstring>