summaryrefslogtreecommitdiff
path: root/test cases/unit
diff options
context:
space:
mode:
authorVlad-Stefan Harbuz <vlad@vlad.website>2025-10-19 10:01:54 +0100
committerDylan Baker <dylan@pnwbakers.com>2025-10-20 09:06:48 -0700
commit2a4be34b8e981ddb2b2726b55d0a3d2fe78632a3 (patch)
tree431c90a4caf390067a22d9f176be7c31399cc360 /test cases/unit
parentfb50c91e81584ebb6d3a69d05eb1b312dd00c360 (diff)
downloadmeson-2a4be34b8e981ddb2b2726b55d0a3d2fe78632a3.tar.gz
Fix typos in authorship information
Diffstat (limited to 'test cases/unit')
-rw-r--r--test cases/unit/92 new subproject in configured project/meson.build2
-rw-r--r--test cases/unit/92 new subproject in configured project/meson_options.txt2
-rw-r--r--test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c2
-rw-r--r--test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build2
4 files changed, 4 insertions, 4 deletions
diff --git a/test cases/unit/92 new subproject in configured project/meson.build b/test cases/unit/92 new subproject in configured project/meson.build
index b82aa4173..c200e579f 100644
--- a/test cases/unit/92 new subproject in configured project/meson.build
+++ b/test cases/unit/92 new subproject in configured project/meson.build
@@ -1,4 +1,4 @@
-# SPDX-license-identifier: Apache-2.0
+# SPDX-License-Identifier: Apache-2.0
# Copyright © 2021 Intel Corporation
project('existing project with new subproject', 'c')
diff --git a/test cases/unit/92 new subproject in configured project/meson_options.txt b/test cases/unit/92 new subproject in configured project/meson_options.txt
index 12d8395d4..a928da2a3 100644
--- a/test cases/unit/92 new subproject in configured project/meson_options.txt
+++ b/test cases/unit/92 new subproject in configured project/meson_options.txt
@@ -1,3 +1,3 @@
-# SPDX-license-identifier: Apache-2.0
+# SPDX-License-Identifier: Apache-2.0
# Copyright © 2021 Intel Corporation
option('use-sub', type : 'boolean', value : false)
diff --git a/test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c b/test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c
index 9713d9f7f..1a14f7e0c 100644
--- a/test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c
+++ b/test cases/unit/92 new subproject in configured project/subprojects/sub/foo.c
@@ -1,4 +1,4 @@
-/* SPDX-license-identifier: Apache-2.0 */
+/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright © 2021 Intel Corporation */
int func(void) {
diff --git a/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build b/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build
index a833b0c35..5f9ac7ec1 100644
--- a/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build
+++ b/test cases/unit/92 new subproject in configured project/subprojects/sub/meson.build
@@ -1,4 +1,4 @@
-# SPDX-license-identifier: Apache-2.0
+# SPDX-License-Identifier: Apache-2.0
# Copyright © 2021 Intel Corporation
project('new subproject', 'c')