diff options
| author | Vlad-Stefan Harbuz <vlad@vlad.website> | 2025-10-19 10:01:54 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-20 09:06:48 -0700 |
| commit | 2a4be34b8e981ddb2b2726b55d0a3d2fe78632a3 (patch) | |
| tree | 431c90a4caf390067a22d9f176be7c31399cc360 | |
| parent | fb50c91e81584ebb6d3a69d05eb1b312dd00c360 (diff) | |
| download | meson-2a4be34b8e981ddb2b2726b55d0a3d2fe78632a3.tar.gz | |
Fix typos in authorship information
24 files changed, 24 insertions, 24 deletions
diff --git a/mesonbuild/interpreter/__init__.py b/mesonbuild/interpreter/__init__.py index e2ccce479..4b218615e 100644 --- a/mesonbuild/interpreter/__init__.py +++ b/mesonbuild/interpreter/__init__.py @@ -1,4 +1,4 @@ -# SPDX-license-identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright 2012-2021 The Meson development team # Copyright © 2021-2023 Intel Corporation diff --git a/mesonbuild/interpreter/primitives/boolean.py b/mesonbuild/interpreter/primitives/boolean.py index eb01b9ff2..01521ac27 100644 --- a/mesonbuild/interpreter/primitives/boolean.py +++ b/mesonbuild/interpreter/primitives/boolean.py @@ -1,5 +1,5 @@ # Copyright 2021 The Meson development team -# SPDX-license-identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 from __future__ import annotations from ...interpreterbase import ( diff --git a/mesonbuild/mesonlib.py b/mesonbuild/mesonlib.py index 34d269786..89b3a1ca4 100644 --- a/mesonbuild/mesonlib.py +++ b/mesonbuild/mesonlib.py @@ -1,4 +1,4 @@ -# SPDX-license-identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright 2012-2021 The Meson development team # Copyright © 2021-2023 Intel Corporation diff --git a/test cases/failing/111 nonsensical bindgen/meson.build b/test cases/failing/111 nonsensical bindgen/meson.build index 6995f672c..40e9a2d9c 100644 --- a/test cases/failing/111 nonsensical bindgen/meson.build +++ b/test cases/failing/111 nonsensical bindgen/meson.build @@ -1,4 +1,4 @@ -# SPDX-license-identifer: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright © 2021 Intel Corporation project('rustmod bindgen', 'c') diff --git a/test cases/failing/111 nonsensical bindgen/src/header.h b/test cases/failing/111 nonsensical bindgen/src/header.h index 750621f87..5299f13d5 100644 --- a/test cases/failing/111 nonsensical bindgen/src/header.h +++ b/test cases/failing/111 nonsensical bindgen/src/header.h @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation #pragma once diff --git a/test cases/failing/111 nonsensical bindgen/src/source.c b/test cases/failing/111 nonsensical bindgen/src/source.c index d652d28b9..d968ba4c2 100644 --- a/test cases/failing/111 nonsensical bindgen/src/source.c +++ b/test cases/failing/111 nonsensical bindgen/src/source.c @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation #include "header.h" diff --git a/test cases/failing/135 rust link_language/meson.build b/test cases/failing/135 rust link_language/meson.build index 195b51649..7fd223ddd 100644 --- a/test cases/failing/135 rust link_language/meson.build +++ b/test cases/failing/135 rust link_language/meson.build @@ -1,4 +1,4 @@ -# SPDX-license-identifer: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright © 2021 Intel Corporation project('rust wrong link language', 'c') diff --git a/test cases/rust/12 bindgen/cpp/meson.build b/test cases/rust/12 bindgen/cpp/meson.build index 8e7103f81..6494ebd60 100644 --- a/test cases/rust/12 bindgen/cpp/meson.build +++ b/test cases/rust/12 bindgen/cpp/meson.build @@ -1,4 +1,4 @@ -# SPDX-license-identifer: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright © 2021-2023 Intel Corporation fs = import('fs') diff --git a/test cases/rust/12 bindgen/dependencies/internal_main.rs b/test cases/rust/12 bindgen/dependencies/internal_main.rs index 4890b43c2..8a046017e 100644 --- a/test cases/rust/12 bindgen/dependencies/internal_main.rs +++ b/test cases/rust/12 bindgen/dependencies/internal_main.rs @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation #![allow(non_upper_case_globals)] diff --git a/test cases/rust/12 bindgen/gen/gen_header.py b/test cases/rust/12 bindgen/gen/gen_header.py index 07b699b1c..71bf7fadd 100644 --- a/test cases/rust/12 bindgen/gen/gen_header.py +++ b/test cases/rust/12 bindgen/gen/gen_header.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# SPDX-license-Identifier: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright © 2021-2023 Intel Corporation import argparse diff --git a/test cases/rust/12 bindgen/include/other.h b/test cases/rust/12 bindgen/include/other.h index 3f715f169..df70e0048 100644 --- a/test cases/rust/12 bindgen/include/other.h +++ b/test cases/rust/12 bindgen/include/other.h @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation # pragma once diff --git a/test cases/rust/12 bindgen/meson.build b/test cases/rust/12 bindgen/meson.build index a0a52633d..d3dfba9af 100644 --- a/test cases/rust/12 bindgen/meson.build +++ b/test cases/rust/12 bindgen/meson.build @@ -1,4 +1,4 @@ -# SPDX-license-identifer: Apache-2.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright © 2021-2024 Intel Corporation project( diff --git a/test cases/rust/12 bindgen/src/cpp.rs b/test cases/rust/12 bindgen/src/cpp.rs index 51a594cc4..4164b3868 100644 --- a/test cases/rust/12 bindgen/src/cpp.rs +++ b/test cases/rust/12 bindgen/src/cpp.rs @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2023 Intel Corporation #![allow(non_upper_case_globals)] diff --git a/test cases/rust/12 bindgen/src/global.rs b/test cases/rust/12 bindgen/src/global.rs index 4b70b1ecc..b3cc545f0 100644 --- a/test cases/rust/12 bindgen/src/global.rs +++ b/test cases/rust/12 bindgen/src/global.rs @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2023 Intel Corporation #![allow(non_upper_case_globals)] diff --git a/test cases/rust/12 bindgen/src/header.h b/test cases/rust/12 bindgen/src/header.h index 2c03f3384..4fa4e8f3c 100644 --- a/test cases/rust/12 bindgen/src/header.h +++ b/test cases/rust/12 bindgen/src/header.h @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation #pragma once diff --git a/test cases/rust/12 bindgen/src/header3.h b/test cases/rust/12 bindgen/src/header3.h index 958a79fd0..ec2949b85 100644 --- a/test cases/rust/12 bindgen/src/header3.h +++ b/test cases/rust/12 bindgen/src/header3.h @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2023 Red Hat, Inc #pragma once diff --git a/test cases/rust/12 bindgen/src/main.rs b/test cases/rust/12 bindgen/src/main.rs index 3f85e96be..ae3850cc4 100644 --- a/test cases/rust/12 bindgen/src/main.rs +++ b/test cases/rust/12 bindgen/src/main.rs @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation #![allow(non_upper_case_globals)] diff --git a/test cases/rust/12 bindgen/src/main2.rs b/test cases/rust/12 bindgen/src/main2.rs index a3c28d78b..0f81ef098 100644 --- a/test cases/rust/12 bindgen/src/main2.rs +++ b/test cases/rust/12 bindgen/src/main2.rs @@ -1,5 +1,5 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation #![allow(non_upper_case_globals)] diff --git a/test cases/rust/12 bindgen/src/main3.rs b/test cases/rust/12 bindgen/src/main3.rs index fa9d30b7c..8bb1ba53b 100644 --- a/test cases/rust/12 bindgen/src/main3.rs +++ b/test cases/rust/12 bindgen/src/main3.rs @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2023 Red Hat, Inc #![allow(non_upper_case_globals)] diff --git a/test cases/rust/12 bindgen/src/source.c b/test cases/rust/12 bindgen/src/source.c index d652d28b9..d968ba4c2 100644 --- a/test cases/rust/12 bindgen/src/source.c +++ b/test cases/rust/12 bindgen/src/source.c @@ -1,4 +1,4 @@ -// SPDX-license-identifer: Apache-2.0 +// SPDX-License-Identifier: Apache-2.0 // Copyright © 2021 Intel Corporation #include "header.h" 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') |
