From 6f6a3b0408338118ccb9ce3389ee29c3ca7cbef8 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 2 Jan 2022 22:38:21 +0100 Subject: [PATCH] Happy new year 2022! --- pmb/__init__.py | 2 +- pmb/aportgen/__init__.py | 2 +- pmb/aportgen/binutils.py | 2 +- pmb/aportgen/busybox_static.py | 2 +- pmb/aportgen/core.py | 2 +- pmb/aportgen/device.py | 2 +- pmb/aportgen/gcc.py | 2 +- pmb/aportgen/grub_efi.py | 2 +- pmb/aportgen/linux.py | 2 +- pmb/aportgen/musl.py | 2 +- pmb/build/__init__.py | 2 +- pmb/build/_package.py | 2 +- pmb/build/autodetect.py | 2 +- pmb/build/checksum.py | 2 +- pmb/build/envkernel.py | 2 +- pmb/build/init.py | 2 +- pmb/build/menuconfig.py | 2 +- pmb/build/newapkbuild.py | 2 +- pmb/build/other.py | 2 +- pmb/chroot/__init__.py | 2 +- pmb/chroot/apk.py | 2 +- pmb/chroot/apk_static.py | 2 +- pmb/chroot/binfmt.py | 2 +- pmb/chroot/distccd.py | 2 +- pmb/chroot/init.py | 2 +- pmb/chroot/initfs.py | 2 +- pmb/chroot/initfs_hooks.py | 2 +- pmb/chroot/mount.py | 2 +- pmb/chroot/other.py | 2 +- pmb/chroot/root.py | 2 +- pmb/chroot/shutdown.py | 2 +- pmb/chroot/user.py | 2 +- pmb/chroot/zap.py | 2 +- pmb/config/__init__.py | 2 +- pmb/config/init.py | 2 +- pmb/config/load.py | 2 +- pmb/config/merge_with_args.py | 2 +- pmb/config/pmaports.py | 2 +- pmb/config/save.py | 2 +- pmb/config/sudo.py | 2 +- pmb/config/workdir.py | 2 +- pmb/export/__init__.py | 2 +- pmb/export/odin.py | 2 +- pmb/export/symlinks.py | 2 +- pmb/flasher/__init__.py | 2 +- pmb/flasher/frontend.py | 2 +- pmb/flasher/init.py | 2 +- pmb/flasher/run.py | 2 +- pmb/flasher/variables.py | 2 +- pmb/helpers/__init__.py | 2 +- pmb/helpers/apk.py | 2 +- pmb/helpers/aportupgrade.py | 2 +- pmb/helpers/args.py | 2 +- pmb/helpers/cli.py | 2 +- pmb/helpers/devices.py | 2 +- pmb/helpers/file.py | 2 +- pmb/helpers/frontend.py | 2 +- pmb/helpers/git.py | 2 +- pmb/helpers/http.py | 2 +- pmb/helpers/lint.py | 2 +- pmb/helpers/logging.py | 2 +- pmb/helpers/mount.py | 2 +- pmb/helpers/other.py | 2 +- pmb/helpers/package.py | 2 +- pmb/helpers/pkgrel_bump.py | 2 +- pmb/helpers/pmaports.py | 2 +- pmb/helpers/repo.py | 2 +- pmb/helpers/repo_missing.py | 2 +- pmb/helpers/run.py | 2 +- pmb/helpers/run_core.py | 2 +- pmb/helpers/status.py | 2 +- pmb/helpers/ui.py | 2 +- pmb/install/__init__.py | 2 +- pmb/install/_install.py | 2 +- pmb/install/blockdevice.py | 2 +- pmb/install/format.py | 2 +- pmb/install/losetup.py | 2 +- pmb/install/partition.py | 2 +- pmb/install/recovery.py | 2 +- pmb/install/ui.py | 2 +- pmb/parse/__init__.py | 2 +- pmb/parse/_apkbuild.py | 2 +- pmb/parse/apkindex.py | 2 +- pmb/parse/arch.py | 2 +- pmb/parse/arguments.py | 2 +- pmb/parse/binfmt_info.py | 2 +- pmb/parse/bootimg.py | 2 +- pmb/parse/cpuinfo.py | 2 +- pmb/parse/depends.py | 2 +- pmb/parse/deviceinfo.py | 2 +- pmb/parse/kconfig.py | 2 +- pmb/parse/version.py | 2 +- pmb/qemu/__init__.py | 2 +- pmb/qemu/run.py | 2 +- pmb/sideload/__init__.py | 2 +- pmbootstrap.py | 2 +- test/pmb_test/__init__.py | 2 +- test/pmb_test/const.py | 2 +- test/pmb_test/git.py | 2 +- test/static_code_analysis.sh | 2 +- test/test_apk.py | 2 +- test/test_apk_static.py | 2 +- test/test_aportgen.py | 2 +- test/test_aportgen_device_wizard.py | 2 +- test/test_bootimg.py | 2 +- test/test_build_is_necessary.py | 2 +- test/test_build_package.py | 2 +- test/test_chroot_interactive_shell.py | 2 +- test/test_config_init.py | 2 +- test/test_config_pmaports.py | 2 +- test/test_config_user.py | 2 +- test/test_config_workdir.py | 2 +- test/test_cross_compile_distcc.py | 2 +- test/test_crossdirect.py | 2 +- test/test_envkernel.py | 2 +- test/test_file.py | 2 +- test/test_folder_size.py | 2 +- test/test_frontend.py | 2 +- test/test_helpers_git.py | 2 +- test/test_helpers_lint.py | 2 +- test/test_helpers_package.py | 2 +- test/test_helpers_pmaports.py | 2 +- test/test_helpers_repo.py | 2 +- test/test_helpers_repo_missing.py | 2 +- test/test_helpers_status.py | 2 +- test/test_helpers_ui.py | 2 +- test/test_install.py | 2 +- test/test_kconfig_check.py | 4 ++-- test/test_keys.py | 2 +- test/test_mount.py | 2 +- test/test_newapkbuild.py | 2 +- test/test_parse_apkbuild.py | 2 +- test/test_parse_apkindex.py | 2 +- test/test_parse_depends.py | 2 +- test/test_parse_deviceinfo.py | 2 +- test/test_pkgrel_bump.py | 2 +- test/test_qemu_running_processes.py | 2 +- test/test_questions.py | 2 +- test/test_run_core.py | 2 +- test/test_shell_escape.py | 2 +- test/test_version.py | 2 +- test/test_version_validate.py | 2 +- 142 files changed, 143 insertions(+), 143 deletions(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index f8438674..b4023a9b 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # PYTHON_ARGCOMPLETE_OK import sys diff --git a/pmb/aportgen/__init__.py b/pmb/aportgen/__init__.py index a8491a1f..32a84287 100644 --- a/pmb/aportgen/__init__.py +++ b/pmb/aportgen/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/aportgen/binutils.py b/pmb/aportgen/binutils.py index 1fe986fb..d944686b 100644 --- a/pmb/aportgen/binutils.py +++ b/pmb/aportgen/binutils.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.aportgen.core import pmb.helpers.git diff --git a/pmb/aportgen/busybox_static.py b/pmb/aportgen/busybox_static.py index a40a2afb..edcd0ef2 100644 --- a/pmb/aportgen/busybox_static.py +++ b/pmb/aportgen/busybox_static.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.aportgen.core import pmb.build diff --git a/pmb/aportgen/core.py b/pmb/aportgen/core.py index cb08a848..2363f21e 100644 --- a/pmb/aportgen/core.py +++ b/pmb/aportgen/core.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import fnmatch import logging diff --git a/pmb/aportgen/device.py b/pmb/aportgen/device.py index 17b91ac3..6e031ecf 100644 --- a/pmb/aportgen/device.py +++ b/pmb/aportgen/device.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/aportgen/gcc.py b/pmb/aportgen/gcc.py index 7e6b3eba..20aca263 100644 --- a/pmb/aportgen/gcc.py +++ b/pmb/aportgen/gcc.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.aportgen.core import pmb.helpers.git diff --git a/pmb/aportgen/grub_efi.py b/pmb/aportgen/grub_efi.py index 5dee1c39..e8a7c816 100644 --- a/pmb/aportgen/grub_efi.py +++ b/pmb/aportgen/grub_efi.py @@ -1,4 +1,4 @@ -# Copyright 2021 Nick Reitemeyer, Oliver Smith +# Copyright 2022 Nick Reitemeyer, Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.aportgen.core import pmb.build diff --git a/pmb/aportgen/linux.py b/pmb/aportgen/linux.py index 200c8d33..14e7c2f4 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.helpers.run import pmb.aportgen.core diff --git a/pmb/aportgen/musl.py b/pmb/aportgen/musl.py index e9466358..8116ee23 100644 --- a/pmb/aportgen/musl.py +++ b/pmb/aportgen/musl.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.aportgen.core import pmb.build diff --git a/pmb/build/__init__.py b/pmb/build/__init__.py index ad94a3ac..8a96e949 100644 --- a/pmb/build/__init__.py +++ b/pmb/build/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.build.init import init, init_compiler from pmb.build.envkernel import package_kernel diff --git a/pmb/build/_package.py b/pmb/build/_package.py index 79504bec..dd719385 100644 --- a/pmb/build/_package.py +++ b/pmb/build/_package.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import datetime import logging diff --git a/pmb/build/autodetect.py b/pmb/build/autodetect.py index 23f46825..5d0c2a60 100644 --- a/pmb/build/autodetect.py +++ b/pmb/build/autodetect.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/build/checksum.py b/pmb/build/checksum.py index 91145e18..341aa388 100644 --- a/pmb/build/checksum.py +++ b/pmb/build/checksum.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging diff --git a/pmb/build/envkernel.py b/pmb/build/envkernel.py index bbc05608..921c6c3e 100644 --- a/pmb/build/envkernel.py +++ b/pmb/build/envkernel.py @@ -1,4 +1,4 @@ -# Copyright 2021 Robert Yang +# Copyright 2022 Robert Yang # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/build/init.py b/pmb/build/init.py index 8fc17bc1..fed99d1c 100644 --- a/pmb/build/init.py +++ b/pmb/build/init.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/build/menuconfig.py b/pmb/build/menuconfig.py index e27a1ed3..2b2e8121 100644 --- a/pmb/build/menuconfig.py +++ b/pmb/build/menuconfig.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/build/newapkbuild.py b/pmb/build/newapkbuild.py index 1c1b60c2..418569b5 100644 --- a/pmb/build/newapkbuild.py +++ b/pmb/build/newapkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import os diff --git a/pmb/build/other.py b/pmb/build/other.py index 503e3c6d..a6b142a0 100644 --- a/pmb/build/other.py +++ b/pmb/build/other.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import logging diff --git a/pmb/chroot/__init__.py b/pmb/chroot/__init__.py index f65a2e1d..21964f0f 100644 --- a/pmb/chroot/__init__.py +++ b/pmb/chroot/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.chroot.init import init, init_keys from pmb.chroot.mount import mount, mount_native_into_foreign diff --git a/pmb/chroot/apk.py b/pmb/chroot/apk.py index 88a39738..082200b6 100644 --- a/pmb/chroot/apk.py +++ b/pmb/chroot/apk.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/chroot/apk_static.py b/pmb/chroot/apk_static.py index 64790d1d..a8813d73 100644 --- a/pmb/chroot/apk_static.py +++ b/pmb/chroot/apk_static.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/chroot/binfmt.py b/pmb/chroot/binfmt.py index a2c3bd86..4ca7796c 100644 --- a/pmb/chroot/binfmt.py +++ b/pmb/chroot/binfmt.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/chroot/distccd.py b/pmb/chroot/distccd.py index 451a7994..174865be 100644 --- a/pmb/chroot/distccd.py +++ b/pmb/chroot/distccd.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import errno import json diff --git a/pmb/chroot/init.py b/pmb/chroot/init.py index 47cb92ce..ebaa40c2 100644 --- a/pmb/chroot/init.py +++ b/pmb/chroot/init.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/chroot/initfs.py b/pmb/chroot/initfs.py index b68d21c7..a8c92e7d 100644 --- a/pmb/chroot/initfs.py +++ b/pmb/chroot/initfs.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/chroot/initfs_hooks.py b/pmb/chroot/initfs_hooks.py index 25b39987..3e7c980e 100644 --- a/pmb/chroot/initfs_hooks.py +++ b/pmb/chroot/initfs_hooks.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import glob diff --git a/pmb/chroot/mount.py b/pmb/chroot/mount.py index c31b426b..d1d01305 100644 --- a/pmb/chroot/mount.py +++ b/pmb/chroot/mount.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import logging diff --git a/pmb/chroot/other.py b/pmb/chroot/other.py index bcf0817e..556a9006 100644 --- a/pmb/chroot/other.py +++ b/pmb/chroot/other.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import glob diff --git a/pmb/chroot/root.py b/pmb/chroot/root.py index e531c679..b3468af2 100644 --- a/pmb/chroot/root.py +++ b/pmb/chroot/root.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import shutil diff --git a/pmb/chroot/shutdown.py b/pmb/chroot/shutdown.py index 2e48ea08..ddd0ffff 100644 --- a/pmb/chroot/shutdown.py +++ b/pmb/chroot/shutdown.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import glob diff --git a/pmb/chroot/user.py b/pmb/chroot/user.py index 3009f57e..232afaef 100644 --- a/pmb/chroot/user.py +++ b/pmb/chroot/user.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.chroot.root import pmb.helpers.run diff --git a/pmb/chroot/zap.py b/pmb/chroot/zap.py index df09f767..a60075a7 100644 --- a/pmb/chroot/zap.py +++ b/pmb/chroot/zap.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import logging diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 3255ec68..6be1a1bc 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import multiprocessing import os diff --git a/pmb/config/init.py b/pmb/config/init.py index 6027cc15..a67f8646 100644 --- a/pmb/config/init.py +++ b/pmb/config/init.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import glob diff --git a/pmb/config/load.py b/pmb/config/load.py index 4657829f..37ac0dae 100644 --- a/pmb/config/load.py +++ b/pmb/config/load.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import configparser diff --git a/pmb/config/merge_with_args.py b/pmb/config/merge_with_args.py index 494a5b73..635f9611 100644 --- a/pmb/config/merge_with_args.py +++ b/pmb/config/merge_with_args.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.config diff --git a/pmb/config/pmaports.py b/pmb/config/pmaports.py index 60b1c28b..54a0a5ac 100644 --- a/pmb/config/pmaports.py +++ b/pmb/config/pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import configparser import logging diff --git a/pmb/config/save.py b/pmb/config/save.py index 54ee9834..338d6321 100644 --- a/pmb/config/save.py +++ b/pmb/config/save.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/config/sudo.py b/pmb/config/sudo.py index 4512ece0..43abcce8 100644 --- a/pmb/config/sudo.py +++ b/pmb/config/sudo.py @@ -1,4 +1,4 @@ -# Copyright 2021 Anjandev Momi +# Copyright 2022 Anjandev Momi # SPDX-License-Identifier: GPL-3.0-or-later import os import shutil diff --git a/pmb/config/workdir.py b/pmb/config/workdir.py index c0026889..5eae366b 100644 --- a/pmb/config/workdir.py +++ b/pmb/config/workdir.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Save, read, verify workdir state related information in $WORK/workdir.cfg, for example the init dates of the chroots. This is not saved in diff --git a/pmb/export/__init__.py b/pmb/export/__init__.py index b4ca32ba..63eb647c 100644 --- a/pmb/export/__init__.py +++ b/pmb/export/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.export.frontend import frontend from pmb.export.odin import odin diff --git a/pmb/export/odin.py b/pmb/export/odin.py index 1f6cc725..1b6714bd 100644 --- a/pmb/export/odin.py +++ b/pmb/export/odin.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/export/symlinks.py b/pmb/export/symlinks.py index 8c5ae2aa..28532289 100644 --- a/pmb/export/symlinks.py +++ b/pmb/export/symlinks.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/flasher/__init__.py b/pmb/flasher/__init__.py index d31ebcf8..9691c4a7 100644 --- a/pmb/flasher/__init__.py +++ b/pmb/flasher/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.flasher.init import init from pmb.flasher.run import run diff --git a/pmb/flasher/frontend.py b/pmb/flasher/frontend.py index 248a0a00..14f0c7fe 100644 --- a/pmb/flasher/frontend.py +++ b/pmb/flasher/frontend.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/flasher/init.py b/pmb/flasher/init.py index 16e149a5..48dccca6 100644 --- a/pmb/flasher/init.py +++ b/pmb/flasher/init.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.config import pmb.chroot.apk diff --git a/pmb/flasher/run.py b/pmb/flasher/run.py index e7412d36..a5dba03a 100644 --- a/pmb/flasher/run.py +++ b/pmb/flasher/run.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.flasher import pmb.chroot.initfs diff --git a/pmb/flasher/variables.py b/pmb/flasher/variables.py index 4e74911e..f24a8b66 100644 --- a/pmb/flasher/variables.py +++ b/pmb/flasher/variables.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.config.pmaports diff --git a/pmb/helpers/__init__.py b/pmb/helpers/__init__.py index f3573f3f..11a998a1 100644 --- a/pmb/helpers/__init__.py +++ b/pmb/helpers/__init__.py @@ -1,2 +1,2 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/pmb/helpers/apk.py b/pmb/helpers/apk.py index f7699632..cddb890b 100644 --- a/pmb/helpers/apk.py +++ b/pmb/helpers/apk.py @@ -1,4 +1,4 @@ -# Copyright 2021 Johannes Marbach, Oliver Smith +# Copyright 2022 Johannes Marbach, Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os diff --git a/pmb/helpers/aportupgrade.py b/pmb/helpers/aportupgrade.py index cc78695e..39a58259 100644 --- a/pmb/helpers/aportupgrade.py +++ b/pmb/helpers/aportupgrade.py @@ -1,4 +1,4 @@ -# Copyright 2021 Luca Weiss +# Copyright 2022 Luca Weiss # SPDX-License-Identifier: GPL-3.0-or-later import datetime import fnmatch diff --git a/pmb/helpers/args.py b/pmb/helpers/args.py index dcbb0833..0edabd4d 100644 --- a/pmb/helpers/args.py +++ b/pmb/helpers/args.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import copy import os diff --git a/pmb/helpers/cli.py b/pmb/helpers/cli.py index 0b984adb..0ae3c53b 100644 --- a/pmb/helpers/cli.py +++ b/pmb/helpers/cli.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import datetime import logging diff --git a/pmb/helpers/devices.py b/pmb/helpers/devices.py index adf8fa9c..1c805987 100644 --- a/pmb/helpers/devices.py +++ b/pmb/helpers/devices.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import glob diff --git a/pmb/helpers/file.py b/pmb/helpers/file.py index 8981578f..1aab2a06 100644 --- a/pmb/helpers/file.py +++ b/pmb/helpers/file.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os diff --git a/pmb/helpers/frontend.py b/pmb/helpers/frontend.py index 996484c9..ab24c483 100644 --- a/pmb/helpers/frontend.py +++ b/pmb/helpers/frontend.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import json diff --git a/pmb/helpers/git.py b/pmb/helpers/git.py index 06d16b4a..633e7f8a 100644 --- a/pmb/helpers/git.py +++ b/pmb/helpers/git.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import configparser import logging diff --git a/pmb/helpers/http.py b/pmb/helpers/http.py index c954c7bb..78d30797 100644 --- a/pmb/helpers/http.py +++ b/pmb/helpers/http.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import hashlib import json diff --git a/pmb/helpers/lint.py b/pmb/helpers/lint.py index fef54c2b..e440e9ba 100644 --- a/pmb/helpers/lint.py +++ b/pmb/helpers/lint.py @@ -1,4 +1,4 @@ -# Copyright 2021 Danct12 +# Copyright 2022 Danct12 # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/helpers/logging.py b/pmb/helpers/logging.py index db577aa5..f2a8babf 100644 --- a/pmb/helpers/logging.py +++ b/pmb/helpers/logging.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/helpers/mount.py b/pmb/helpers/mount.py index eac23413..f73d8369 100644 --- a/pmb/helpers/mount.py +++ b/pmb/helpers/mount.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import pmb.helpers.run diff --git a/pmb/helpers/other.py b/pmb/helpers/other.py index 3d830f69..9c952e8b 100644 --- a/pmb/helpers/other.py +++ b/pmb/helpers/other.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import logging diff --git a/pmb/helpers/package.py b/pmb/helpers/package.py index f24d2127..d91d1185 100644 --- a/pmb/helpers/package.py +++ b/pmb/helpers/package.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Functions that work with both pmaports and binary package repos. See also: diff --git a/pmb/helpers/pkgrel_bump.py b/pmb/helpers/pkgrel_bump.py index 86146871..5f92b03c 100644 --- a/pmb/helpers/pkgrel_bump.py +++ b/pmb/helpers/pkgrel_bump.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging diff --git a/pmb/helpers/pmaports.py b/pmb/helpers/pmaports.py index 152e66a1..d7dd04d0 100644 --- a/pmb/helpers/pmaports.py +++ b/pmb/helpers/pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Functions that work with pmaports. See also: diff --git a/pmb/helpers/repo.py b/pmb/helpers/repo.py index bc47cca3..3c855eea 100644 --- a/pmb/helpers/repo.py +++ b/pmb/helpers/repo.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Functions that work with binary package repos. See also: diff --git a/pmb/helpers/repo_missing.py b/pmb/helpers/repo_missing.py index ca797a4b..9d1b1c8a 100644 --- a/pmb/helpers/repo_missing.py +++ b/pmb/helpers/repo_missing.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging diff --git a/pmb/helpers/run.py b/pmb/helpers/run.py index 9100c3d7..05a036bf 100644 --- a/pmb/helpers/run.py +++ b/pmb/helpers/run.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import shlex import pmb.helpers.run_core diff --git a/pmb/helpers/run_core.py b/pmb/helpers/run_core.py index e42e76b4..789ec7f9 100644 --- a/pmb/helpers/run_core.py +++ b/pmb/helpers/run_core.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import fcntl import logging diff --git a/pmb/helpers/status.py b/pmb/helpers/status.py index 3e3ec304..854b7612 100644 --- a/pmb/helpers/status.py +++ b/pmb/helpers/status.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/helpers/ui.py b/pmb/helpers/ui.py index ceba3cad..c52fed74 100644 --- a/pmb/helpers/ui.py +++ b/pmb/helpers/ui.py @@ -1,4 +1,4 @@ -# Copyright 2021 Clayton Craft +# Copyright 2022 Clayton Craft # SPDX-License-Identifier: GPL-3.0-or-later import os import glob diff --git a/pmb/install/__init__.py b/pmb/install/__init__.py index cea430fd..15c8c57b 100644 --- a/pmb/install/__init__.py +++ b/pmb/install/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.install._install import install from pmb.install._install import get_kernel_package diff --git a/pmb/install/_install.py b/pmb/install/_install.py index 4cf646c8..47ff01fa 100644 --- a/pmb/install/_install.py +++ b/pmb/install/_install.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/install/blockdevice.py b/pmb/install/blockdevice.py index dbef80b9..2956093a 100644 --- a/pmb/install/blockdevice.py +++ b/pmb/install/blockdevice.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/install/format.py b/pmb/install/format.py index aa96e88c..da1c31ad 100644 --- a/pmb/install/format.py +++ b/pmb/install/format.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/install/losetup.py b/pmb/install/losetup.py index 5611a308..38f4a601 100644 --- a/pmb/install/losetup.py +++ b/pmb/install/losetup.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import json diff --git a/pmb/install/partition.py b/pmb/install/partition.py index fbe4d63d..82499859 100644 --- a/pmb/install/partition.py +++ b/pmb/install/partition.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/install/recovery.py b/pmb/install/recovery.py index c9eebaed..e0f708e7 100644 --- a/pmb/install/recovery.py +++ b/pmb/install/recovery.py @@ -1,4 +1,4 @@ -# Copyright 2021 Attila Szollosi +# Copyright 2022 Attila Szollosi # SPDX-License-Identifier: GPL-3.0-or-later import logging diff --git a/pmb/install/ui.py b/pmb/install/ui.py index dc44bd06..debbd4d3 100644 --- a/pmb/install/ui.py +++ b/pmb/install/ui.py @@ -1,4 +1,4 @@ -# Copyright 2021 Dylan Van Assche +# Copyright 2022 Dylan Van Assche # SPDX-License-Identifier: GPL-3.0-or-later import logging diff --git a/pmb/parse/__init__.py b/pmb/parse/__init__.py index d1db88e2..478c93c5 100644 --- a/pmb/parse/__init__.py +++ b/pmb/parse/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.parse.arguments import arguments from pmb.parse._apkbuild import apkbuild diff --git a/pmb/parse/_apkbuild.py b/pmb/parse/_apkbuild.py index fe499e5e..adc0947b 100644 --- a/pmb/parse/_apkbuild.py +++ b/pmb/parse/_apkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/parse/apkindex.py b/pmb/parse/apkindex.py index 0b27995a..a37e5c07 100644 --- a/pmb/parse/apkindex.py +++ b/pmb/parse/apkindex.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import collections import logging diff --git a/pmb/parse/arch.py b/pmb/parse/arch.py index 9ccaeb57..b3d241e2 100644 --- a/pmb/parse/arch.py +++ b/pmb/parse/arch.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import fnmatch import platform diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index 17757fa1..7f1a7145 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import argparse import copy diff --git a/pmb/parse/binfmt_info.py b/pmb/parse/binfmt_info.py index 8bd5ac56..4b83fdb8 100644 --- a/pmb/parse/binfmt_info.py +++ b/pmb/parse/binfmt_info.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import pmb.config diff --git a/pmb/parse/bootimg.py b/pmb/parse/bootimg.py index b6759592..1eb667ff 100644 --- a/pmb/parse/bootimg.py +++ b/pmb/parse/bootimg.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/parse/cpuinfo.py b/pmb/parse/cpuinfo.py index f9ece4ee..bd713c7e 100644 --- a/pmb/parse/cpuinfo.py +++ b/pmb/parse/cpuinfo.py @@ -1,4 +1,4 @@ -# Copyright 2021 Lary Gibaud +# Copyright 2022 Lary Gibaud # SPDX-License-Identifier: GPL-3.0-or-later import re diff --git a/pmb/parse/depends.py b/pmb/parse/depends.py index b6aec723..dd29d29f 100644 --- a/pmb/parse/depends.py +++ b/pmb/parse/depends.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import pmb.chroot diff --git a/pmb/parse/deviceinfo.py b/pmb/parse/deviceinfo.py index 8e17765b..8f128abc 100644 --- a/pmb/parse/deviceinfo.py +++ b/pmb/parse/deviceinfo.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import copy import logging diff --git a/pmb/parse/kconfig.py b/pmb/parse/kconfig.py index 27df7d8d..3707f6e5 100644 --- a/pmb/parse/kconfig.py +++ b/pmb/parse/kconfig.py @@ -1,4 +1,4 @@ -# Copyright 2021 Attila Szollosi +# Copyright 2022 Attila Szollosi # SPDX-License-Identifier: GPL-3.0-or-later import glob import logging diff --git a/pmb/parse/version.py b/pmb/parse/version.py index 538162f0..d732825a 100644 --- a/pmb/parse/version.py +++ b/pmb/parse/version.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import collections diff --git a/pmb/qemu/__init__.py b/pmb/qemu/__init__.py index 4fc2d080..acbacbb3 100644 --- a/pmb/qemu/__init__.py +++ b/pmb/qemu/__init__.py @@ -1,3 +1,3 @@ -# Copyright 2021 Pablo Castellano +# Copyright 2022 Pablo Castellano # SPDX-License-Identifier: GPL-3.0-or-later from pmb.qemu.run import run diff --git a/pmb/qemu/run.py b/pmb/qemu/run.py index 9cf69e89..d2e9b90f 100644 --- a/pmb/qemu/run.py +++ b/pmb/qemu/run.py @@ -1,4 +1,4 @@ -# Copyright 2021 Pablo Castellano, Oliver Smith +# Copyright 2022 Pablo Castellano, Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/pmb/sideload/__init__.py b/pmb/sideload/__init__.py index e8747f26..79dae2af 100644 --- a/pmb/sideload/__init__.py +++ b/pmb/sideload/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Martijn Braam +# Copyright 2022 Martijn Braam # SPDX-License-Identifier: GPL-3.0-or-later import glob import os diff --git a/pmbootstrap.py b/pmbootstrap.py index e667a150..198cabd8 100755 --- a/pmbootstrap.py +++ b/pmbootstrap.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- encoding: UTF-8 -*- -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # PYTHON_ARGCOMPLETE_OK import sys diff --git a/test/pmb_test/__init__.py b/test/pmb_test/__init__.py index 5db7bc9c..554889c0 100644 --- a/test/pmb_test/__init__.py +++ b/test/pmb_test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import sys diff --git a/test/pmb_test/const.py b/test/pmb_test/const.py index 5d24f188..175f1326 100644 --- a/test/pmb_test/const.py +++ b/test/pmb_test/const.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb.config diff --git a/test/pmb_test/git.py b/test/pmb_test/git.py index 64fd702e..4eea401f 100644 --- a/test/pmb_test/git.py +++ b/test/pmb_test/git.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Common code for git tests """ import os diff --git a/test/static_code_analysis.sh b/test/static_code_analysis.sh index e3258be2..438d83a7 100755 --- a/test/static_code_analysis.sh +++ b/test/static_code_analysis.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: AGPL-3.0-or-later set -e DIR="$(cd "$(dirname "$0")" && pwd -P)" diff --git a/test/test_apk.py b/test/test_apk.py index 613e0aae..2a63c3d1 100644 --- a/test/test_apk.py +++ b/test/test_apk.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_apk_static.py b/test/test_apk_static.py index 5776d124..43f16a86 100644 --- a/test/test_apk_static.py +++ b/test/test_apk_static.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import copy diff --git a/test/test_aportgen.py b/test/test_aportgen.py index 828ffd44..defbe6d0 100644 --- a/test/test_aportgen.py +++ b/test/test_aportgen.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import sys diff --git a/test/test_aportgen_device_wizard.py b/test/test_aportgen_device_wizard.py index b04ea440..a26e3673 100644 --- a/test/test_aportgen_device_wizard.py +++ b/test/test_aportgen_device_wizard.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import pytest diff --git a/test/test_bootimg.py b/test/test_bootimg.py index 9e570f36..7a7483c4 100644 --- a/test/test_bootimg.py +++ b/test/test_bootimg.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_build_is_necessary.py b/test/test_build_is_necessary.py index 93215a64..05500500 100644 --- a/test/test_build_is_necessary.py +++ b/test/test_build_is_necessary.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import sys diff --git a/test/test_build_package.py b/test/test_build_package.py index b4cc395f..a4d31faf 100644 --- a/test/test_build_package.py +++ b/test/test_build_package.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Tests all functions from pmb.build._package """ import datetime diff --git a/test/test_chroot_interactive_shell.py b/test/test_chroot_interactive_shell.py index a0b6a611..584f4ac4 100644 --- a/test/test_chroot_interactive_shell.py +++ b/test/test_chroot_interactive_shell.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import subprocess import os diff --git a/test/test_config_init.py b/test/test_config_init.py index a756cfc2..b7aa395b 100644 --- a/test/test_config_init.py +++ b/test/test_config_init.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest diff --git a/test/test_config_pmaports.py b/test/test_config_pmaports.py index c4e10284..057966f0 100644 --- a/test/test_config_pmaports.py +++ b/test/test_config_pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb/config/pmaports.py """ import pytest diff --git a/test/test_config_user.py b/test/test_config_user.py index 72add698..6ec44b37 100644 --- a/test/test_config_user.py +++ b/test/test_config_user.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_config_workdir.py b/test/test_config_workdir.py index 9e8229ee..b9c86308 100644 --- a/test/test_config_workdir.py +++ b/test/test_config_workdir.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb/config/workdir.py """ import os diff --git a/test/test_cross_compile_distcc.py b/test/test_cross_compile_distcc.py index ebb93272..e91584e8 100644 --- a/test/test_cross_compile_distcc.py +++ b/test/test_cross_compile_distcc.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import pytest diff --git a/test/test_crossdirect.py b/test/test_crossdirect.py index 8a696025..4c1334d1 100644 --- a/test/test_crossdirect.py +++ b/test/test_crossdirect.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_envkernel.py b/test/test_envkernel.py index 4f714be6..ef4c79e8 100644 --- a/test/test_envkernel.py +++ b/test/test_envkernel.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_file.py b/test/test_file.py index 63212213..70b0a187 100644 --- a/test/test_file.py +++ b/test/test_file.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import sys diff --git a/test/test_folder_size.py b/test/test_folder_size.py index 65e06c44..70c28617 100644 --- a/test/test_folder_size.py +++ b/test/test_folder_size.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_frontend.py b/test/test_frontend.py index 7f6013ec..b5916c42 100644 --- a/test/test_frontend.py +++ b/test/test_frontend.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_helpers_git.py b/test/test_helpers_git.py index 2c9bdfda..a3e7e48f 100644 --- a/test/test_helpers_git.py +++ b/test/test_helpers_git.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import sys diff --git a/test/test_helpers_lint.py b/test/test_helpers_lint.py index b6589c3b..8c8fca19 100644 --- a/test/test_helpers_lint.py +++ b/test/test_helpers_lint.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import pytest diff --git a/test/test_helpers_package.py b/test/test_helpers_package.py index 1610b400..1f437591 100644 --- a/test/test_helpers_package.py +++ b/test/test_helpers_package.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_helpers_pmaports.py b/test/test_helpers_pmaports.py index c4a33a7c..11eccdfa 100644 --- a/test/test_helpers_pmaports.py +++ b/test/test_helpers_pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import pytest diff --git a/test/test_helpers_repo.py b/test/test_helpers_repo.py index 2f4e558a..646a0b9d 100644 --- a/test/test_helpers_repo.py +++ b/test/test_helpers_repo.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb.helpers.repo """ import pytest diff --git a/test/test_helpers_repo_missing.py b/test/test_helpers_repo_missing.py index a5a046b0..483a1a9f 100644 --- a/test/test_helpers_repo_missing.py +++ b/test/test_helpers_repo_missing.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_helpers_status.py b/test/test_helpers_status.py index ba835024..54fd27da 100644 --- a/test/test_helpers_status.py +++ b/test/test_helpers_status.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb/helpers/status.py """ import os diff --git a/test/test_helpers_ui.py b/test/test_helpers_ui.py index d8067836..277ff17f 100644 --- a/test/test_helpers_ui.py +++ b/test/test_helpers_ui.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_install.py b/test/test_install.py index 81ad7045..8b6d4b6a 100644 --- a/test/test_install.py +++ b/test/test_install.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_kconfig_check.py b/test/test_kconfig_check.py index 688ed76a..807f1234 100644 --- a/test/test_kconfig_check.py +++ b/test/test_kconfig_check.py @@ -1,5 +1,5 @@ -# Copyright 2021 Antoine Fontaine -# Copyright 2021 Oliver Smith +# Copyright 2022 Antoine Fontaine +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_keys.py b/test/test_keys.py index 1acf745c..addf0c23 100644 --- a/test/test_keys.py +++ b/test/test_keys.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import sys diff --git a/test/test_mount.py b/test/test_mount.py index 76373d8b..27100176 100644 --- a/test/test_mount.py +++ b/test/test_mount.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb_test # noqa import pmb.helpers.mount diff --git a/test/test_newapkbuild.py b/test/test_newapkbuild.py index 435a6d08..1751a1c2 100644 --- a/test/test_newapkbuild.py +++ b/test/test_newapkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import glob import os diff --git a/test/test_parse_apkbuild.py b/test/test_parse_apkbuild.py index c697d7f0..f2dafb8b 100644 --- a/test/test_parse_apkbuild.py +++ b/test/test_parse_apkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_parse_apkindex.py b/test/test_parse_apkindex.py index 20746e84..7f62afe1 100644 --- a/test/test_parse_apkindex.py +++ b/test/test_parse_apkindex.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb.parse.apkindex """ import collections diff --git a/test/test_parse_depends.py b/test/test_parse_depends.py index ff6db119..992098fe 100644 --- a/test/test_parse_depends.py +++ b/test/test_parse_depends.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb.parse.depends """ import collections diff --git a/test/test_parse_deviceinfo.py b/test/test_parse_deviceinfo.py index 3b70502f..ead2938a 100644 --- a/test/test_parse_deviceinfo.py +++ b/test/test_parse_deviceinfo.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pytest import sys diff --git a/test/test_pkgrel_bump.py b/test/test_pkgrel_bump.py index 3b676cbe..8dd6d792 100644 --- a/test/test_pkgrel_bump.py +++ b/test/test_pkgrel_bump.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb.helper.pkgrel_bump """ import glob diff --git a/test/test_qemu_running_processes.py b/test/test_qemu_running_processes.py index 149d75da..db7ddc97 100644 --- a/test/test_qemu_running_processes.py +++ b/test/test_qemu_running_processes.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ This file runs various installations and boots into them with QEMU, then checks diff --git a/test/test_questions.py b/test/test_questions.py index 9f2fc140..075cfb5e 100644 --- a/test/test_questions.py +++ b/test/test_questions.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import logging import os diff --git a/test/test_run_core.py b/test/test_run_core.py index 506488d9..fd269537 100644 --- a/test/test_run_core.py +++ b/test/test_run_core.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ Test pmb.helpers.run_core """ import sys diff --git a/test/test_shell_escape.py b/test/test_shell_escape.py index 786445e1..61ffc649 100644 --- a/test/test_shell_escape.py +++ b/test/test_shell_escape.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_version.py b/test/test_version.py index de9622ef..1d479db5 100644 --- a/test/test_version.py +++ b/test/test_version.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import sys import pytest diff --git a/test/test_version_validate.py b/test/test_version_validate.py index 0072d924..db77d44d 100644 --- a/test/test_version_validate.py +++ b/test/test_version_validate.py @@ -1,4 +1,4 @@ -# Copyright 2021 Oliver Smith +# Copyright 2022 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb_test # noqa import pmb.parse.version