summaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter/primitives/array.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/interpreter/primitives/array.py')
-rw-r--r--mesonbuild/interpreter/primitives/array.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/interpreter/primitives/array.py b/mesonbuild/interpreter/primitives/array.py
index eeea112e2..b42ddeaa4 100644
--- a/mesonbuild/interpreter/primitives/array.py
+++ b/mesonbuild/interpreter/primitives/array.py
@@ -1,5 +1,5 @@
+# SPDX-License-Identifier: Apache-2.0
# Copyright 2021 The Meson development team
-# SPDX-license-identifier: Apache-2.0
from __future__ import annotations
import typing as T