From 1001e028bbc7e7bb91c121fbf951931531ccbfde Mon Sep 17 00:00:00 2001 From: helly25 <6420169+helly25@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:54:18 +0100 Subject: [PATCH] chore: normalize copyright attribution Signed-off-by: helly25 <6420169+helly25@users.noreply.github.com> --- BUILD.bazel | 2 +- MODULE.bazel | 2 +- REPO.bazel | 2 +- bashtest/BUILD.bazel | 2 +- bashtest/bashtest.bzl | 2 +- bashtest/bashtest.sh | 2 +- bashtest/tests/BUILD.bazel | 2 +- bashtest/tests/bashtest_done_test.sh | 2 +- bashtest/tests/bashtest_init_test.sh | 2 +- bashtest/tests/bashtest_no_skip_test.sh | 2 +- bashtest/tests/bashtest_skip_test.sh | 2 +- bashtest/tests/bashtest_test.sh | 2 +- tools/header.txt | 2 +- tools/trigger_release.sh | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index b74ccb6..4f4d823 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/MODULE.bazel b/MODULE.bazel index 5c75fd0..1ae0f1d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/REPO.bazel b/REPO.bazel index 5155810..11abc27 100644 --- a/REPO.bazel +++ b/REPO.bazel @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/BUILD.bazel b/bashtest/BUILD.bazel index e8d04a5..30354bd 100644 --- a/bashtest/BUILD.bazel +++ b/bashtest/BUILD.bazel @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/bashtest.bzl b/bashtest/bashtest.bzl index 2557c16..4e8b8cc 100644 --- a/bashtest/bashtest.bzl +++ b/bashtest/bashtest.bzl @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/bashtest.sh b/bashtest/bashtest.sh index 4703955..24b55a6 100644 --- a/bashtest/bashtest.sh +++ b/bashtest/bashtest.sh @@ -1,5 +1,5 @@ # shellcheck shell=bash -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/tests/BUILD.bazel b/bashtest/tests/BUILD.bazel index fe87124..fefb994 100644 --- a/bashtest/tests/BUILD.bazel +++ b/bashtest/tests/BUILD.bazel @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/tests/bashtest_done_test.sh b/bashtest/tests/bashtest_done_test.sh index 58e3ac5..3e39f7e 100755 --- a/bashtest/tests/bashtest_done_test.sh +++ b/bashtest/tests/bashtest_done_test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/tests/bashtest_init_test.sh b/bashtest/tests/bashtest_init_test.sh index f52d507..4baf663 100755 --- a/bashtest/tests/bashtest_init_test.sh +++ b/bashtest/tests/bashtest_init_test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/tests/bashtest_no_skip_test.sh b/bashtest/tests/bashtest_no_skip_test.sh index 62c51b4..d77d50a 100755 --- a/bashtest/tests/bashtest_no_skip_test.sh +++ b/bashtest/tests/bashtest_no_skip_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/tests/bashtest_skip_test.sh b/bashtest/tests/bashtest_skip_test.sh index bd3693f..848f88c 100755 --- a/bashtest/tests/bashtest_skip_test.sh +++ b/bashtest/tests/bashtest_skip_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/bashtest/tests/bashtest_test.sh b/bashtest/tests/bashtest_test.sh index 7c595a8..f7629a0 100755 --- a/bashtest/tests/bashtest_test.sh +++ b/bashtest/tests/bashtest_test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tools/header.txt b/tools/header.txt index 5155810..11abc27 100644 --- a/tools/header.txt +++ b/tools/header.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tools/trigger_release.sh b/tools/trigger_release.sh index 36f1fba..0a9b1b0 100755 --- a/tools/trigger_release.sh +++ b/tools/trigger_release.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# SPDX-FileCopyrightText: Copyright (c) M. Boerger and the MBO Works authors +# SPDX-FileCopyrightText: Copyright (c) M. Boerger, the MBO Works authors # SPDX-License-Identifier: Apache-2.0 set -euo pipefail