diff --git a/.ci/commits.sh b/.ci/commits.sh index 89d43361a..7f525cdcc 100755 --- a/.ci/commits.sh +++ b/.ci/commits.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2022 Oliver Smith +# Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # Description: check pkgver/pkgrel bumps, amount of changed pkgs etc # Options: native diff --git a/.ci/lib/check_devices_in_wiki.py b/.ci/lib/check_devices_in_wiki.py index 3f2d5c200..d0d100eeb 100755 --- a/.ci/lib/check_devices_in_wiki.py +++ b/.ci/lib/check_devices_in_wiki.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2022 Oliver Smith +# Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import argparse diff --git a/.ci/lib/gitlab_prepare_ci.sh b/.ci/lib/gitlab_prepare_ci.sh index fe48d8974..48831c3bf 100755 --- a/.ci/lib/gitlab_prepare_ci.sh +++ b/.ci/lib/gitlab_prepare_ci.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2022 Oliver Smith +# Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later if ! mount | grep -q /proc/sys/fs/binfmt_misc; then diff --git a/.ci/pytest.sh b/.ci/pytest.sh index 4ff1e2b98..b90ce0b19 100755 --- a/.ci/pytest.sh +++ b/.ci/pytest.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2022 Oliver Smith +# Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # Description: lint with various python tests # Options: native diff --git a/.ci/shellcheck.sh b/.ci/shellcheck.sh index 6437b3536..736af8c9a 100755 --- a/.ci/shellcheck.sh +++ b/.ci/shellcheck.sh @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2022 Oliver Smith +# Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # Description: lint all shell scripts # https://postmarketos.org/pmb-ci diff --git a/.ci/testcases/test_provides.py b/.ci/testcases/test_provides.py index 04f9c2633..0b25d86e0 100644 --- a/.ci/testcases/test_provides.py +++ b/.ci/testcases/test_provides.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2022 Oliver Smith +# Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import logging diff --git a/.ci/testcases/test_source.py b/.ci/testcases/test_source.py index 8fb7086e3..85049a0b1 100644 --- a/.ci/testcases/test_source.py +++ b/.ci/testcases/test_source.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2022 Oliver Smith +# Copyright 2023 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # Various checks on source= in the APKBUILDs