From 1c791da482e123b28b2c4c9416b021d698794d8e Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 7 Jan 2021 23:30:30 +0100 Subject: [PATCH] treewide: bump copyright to 2021 --- .gitlab/check_mr_settings.py | 2 +- 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/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/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_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 +- 140 files changed, 141 insertions(+), 141 deletions(-) diff --git a/.gitlab/check_mr_settings.py b/.gitlab/check_mr_settings.py index a08f1567..b0439755 100755 --- a/.gitlab/check_mr_settings.py +++ b/.gitlab/check_mr_settings.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import argparse diff --git a/pmb/__init__.py b/pmb/__init__.py index ceb13a12..641292a7 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 3b9c12db..8a6345ae 100644 --- a/pmb/aportgen/__init__.py +++ b/pmb/aportgen/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 4712a04e..2607f69e 100644 --- a/pmb/aportgen/binutils.py +++ b/pmb/aportgen/binutils.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 2f3befb4..33744bbc 100644 --- a/pmb/aportgen/busybox_static.py +++ b/pmb/aportgen/busybox_static.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 66933600..2d196206 100644 --- a/pmb/aportgen/core.py +++ b/pmb/aportgen/core.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 1cd78d55..3f05cc10 100644 --- a/pmb/aportgen/device.py +++ b/pmb/aportgen/device.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 03b8e6bc..71d3ddd8 100644 --- a/pmb/aportgen/gcc.py +++ b/pmb/aportgen/gcc.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 a6ce90e9..579bd987 100644 --- a/pmb/aportgen/grub_efi.py +++ b/pmb/aportgen/grub_efi.py @@ -1,4 +1,4 @@ -# Copyright 2020 Nick Reitemeyer, Oliver Smith +# Copyright 2021 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 7e769c73..782ae452 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 d05958bf..c6cb969f 100644 --- a/pmb/aportgen/musl.py +++ b/pmb/aportgen/musl.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 885175da..871148a7 100644 --- a/pmb/build/__init__.py +++ b/pmb/build/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.build.init import init from pmb.build.envkernel import package_kernel diff --git a/pmb/build/_package.py b/pmb/build/_package.py index e6148e82..61f83ac6 100644 --- a/pmb/build/_package.py +++ b/pmb/build/_package.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 7d75df1f..015874ab 100644 --- a/pmb/build/autodetect.py +++ b/pmb/build/autodetect.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 e41c7521..91145e18 100644 --- a/pmb/build/checksum.py +++ b/pmb/build/checksum.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 dfe04151..71dc8013 100644 --- a/pmb/build/envkernel.py +++ b/pmb/build/envkernel.py @@ -1,4 +1,4 @@ -# Copyright 2020 Robert Yang +# Copyright 2021 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 8d4e869f..f669c76b 100644 --- a/pmb/build/init.py +++ b/pmb/build/init.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 f9e32a3e..fcd0fb79 100644 --- a/pmb/build/menuconfig.py +++ b/pmb/build/menuconfig.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 d9bdbebc..aa497c96 100644 --- a/pmb/build/newapkbuild.py +++ b/pmb/build/newapkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 51ca95f1..6b12348c 100644 --- a/pmb/build/other.py +++ b/pmb/build/other.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 74902ded..669607e3 100644 --- a/pmb/chroot/__init__.py +++ b/pmb/chroot/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later from pmb.chroot.init import init from pmb.chroot.mount import mount, mount_native_into_foreign diff --git a/pmb/chroot/apk.py b/pmb/chroot/apk.py index bbb5200d..82b4e946 100644 --- a/pmb/chroot/apk.py +++ b/pmb/chroot/apk.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 e1b31b7f..99abace8 100644 --- a/pmb/chroot/apk_static.py +++ b/pmb/chroot/apk_static.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 178de9d5..22ef804c 100644 --- a/pmb/chroot/binfmt.py +++ b/pmb/chroot/binfmt.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 25ce6faf..451a7994 100644 --- a/pmb/chroot/distccd.py +++ b/pmb/chroot/distccd.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 b808c3ad..f9d79a6a 100644 --- a/pmb/chroot/init.py +++ b/pmb/chroot/init.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 08e07d82..1c9b1c44 100644 --- a/pmb/chroot/initfs.py +++ b/pmb/chroot/initfs.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 9ae20a57..de8a38dd 100644 --- a/pmb/chroot/initfs_hooks.py +++ b/pmb/chroot/initfs_hooks.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 8e8980a1..c31b426b 100644 --- a/pmb/chroot/mount.py +++ b/pmb/chroot/mount.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 22da1e71..40550869 100644 --- a/pmb/chroot/other.py +++ b/pmb/chroot/other.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 a318fe3a..45a42e25 100644 --- a/pmb/chroot/root.py +++ b/pmb/chroot/root.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 fa106839..96e69ce8 100644 --- a/pmb/chroot/shutdown.py +++ b/pmb/chroot/shutdown.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 a288081f..3009f57e 100644 --- a/pmb/chroot/user.py +++ b/pmb/chroot/user.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 338c0cae..78fd0c1b 100644 --- a/pmb/chroot/zap.py +++ b/pmb/chroot/zap.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 5f6563fe..0a4b67ed 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 ae39ab6f..97891598 100644 --- a/pmb/config/init.py +++ b/pmb/config/init.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 7aed778c..9f3a09c8 100644 --- a/pmb/config/load.py +++ b/pmb/config/load.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 d0903494..86d5daef 100644 --- a/pmb/config/merge_with_args.py +++ b/pmb/config/merge_with_args.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 9d69bf66..f4d06141 100644 --- a/pmb/config/pmaports.py +++ b/pmb/config/pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 d83133d9..54ee9834 100644 --- a/pmb/config/save.py +++ b/pmb/config/save.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import logging diff --git a/pmb/config/workdir.py b/pmb/config/workdir.py index a9d45f88..c0026889 100644 --- a/pmb/config/workdir.py +++ b/pmb/config/workdir.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 d7906d13..b4ca32ba 100644 --- a/pmb/export/__init__.py +++ b/pmb/export/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 6ac6aa9c..ae04d8f0 100644 --- a/pmb/export/odin.py +++ b/pmb/export/odin.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 cacd2f43..8adb655c 100644 --- a/pmb/export/symlinks.py +++ b/pmb/export/symlinks.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 26752264..d31ebcf8 100644 --- a/pmb/flasher/__init__.py +++ b/pmb/flasher/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 6f730f9e..4955f62b 100644 --- a/pmb/flasher/frontend.py +++ b/pmb/flasher/frontend.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 96e04530..502ccbb5 100644 --- a/pmb/flasher/init.py +++ b/pmb/flasher/init.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 a7cce7e8..243b4cf1 100644 --- a/pmb/flasher/run.py +++ b/pmb/flasher/run.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 54a430dd..1dea7a1a 100644 --- a/pmb/flasher/variables.py +++ b/pmb/flasher/variables.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/pmb/helpers/__init__.py b/pmb/helpers/__init__.py index 52066387..f3573f3f 100644 --- a/pmb/helpers/__init__.py +++ b/pmb/helpers/__init__.py @@ -1,2 +1,2 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later diff --git a/pmb/helpers/apk.py b/pmb/helpers/apk.py index 5741e548..42c9ce9d 100644 --- a/pmb/helpers/apk.py +++ b/pmb/helpers/apk.py @@ -1,4 +1,4 @@ -# Copyright 2020 Johannes Marbach +# Copyright 2021 Johannes Marbach # SPDX-License-Identifier: GPL-3.0-or-later import os diff --git a/pmb/helpers/aportupgrade.py b/pmb/helpers/aportupgrade.py index 894087c3..0ba4de15 100644 --- a/pmb/helpers/aportupgrade.py +++ b/pmb/helpers/aportupgrade.py @@ -1,4 +1,4 @@ -# Copyright 2020 Luca Weiss +# Copyright 2021 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 c4796d22..04dacf85 100644 --- a/pmb/helpers/args.py +++ b/pmb/helpers/args.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 db7749da..5007c1e1 100644 --- a/pmb/helpers/cli.py +++ b/pmb/helpers/cli.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 41b8158a..372c6e11 100644 --- a/pmb/helpers/devices.py +++ b/pmb/helpers/devices.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 8f38353c..11d1c25a 100644 --- a/pmb/helpers/file.py +++ b/pmb/helpers/file.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 9237beb4..f131b37c 100644 --- a/pmb/helpers/frontend.py +++ b/pmb/helpers/frontend.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 049eebf6..32ca4129 100644 --- a/pmb/helpers/git.py +++ b/pmb/helpers/git.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 99039432..805d17d7 100644 --- a/pmb/helpers/http.py +++ b/pmb/helpers/http.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 84ad1bb6..98c47ed2 100644 --- a/pmb/helpers/lint.py +++ b/pmb/helpers/lint.py @@ -1,4 +1,4 @@ -# Copyright 2020 Danct12 +# Copyright 2021 Danct12 # SPDX-License-Identifier: GPL-3.0-or-later import logging diff --git a/pmb/helpers/logging.py b/pmb/helpers/logging.py index 54de70cd..4c5359f1 100644 --- a/pmb/helpers/logging.py +++ b/pmb/helpers/logging.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 17642adf..7feb03b4 100644 --- a/pmb/helpers/mount.py +++ b/pmb/helpers/mount.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 01b92784..a738659d 100644 --- a/pmb/helpers/other.py +++ b/pmb/helpers/other.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 ae8f0965..5cb6fdd2 100644 --- a/pmb/helpers/package.py +++ b/pmb/helpers/package.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 68c2473a..2b8e35ae 100644 --- a/pmb/helpers/pkgrel_bump.py +++ b/pmb/helpers/pkgrel_bump.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 e5595eba..cc81a7a6 100644 --- a/pmb/helpers/pmaports.py +++ b/pmb/helpers/pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 280b13a4..59afc24c 100644 --- a/pmb/helpers/repo.py +++ b/pmb/helpers/repo.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 4325f5cd..ca797a4b 100644 --- a/pmb/helpers/repo_missing.py +++ b/pmb/helpers/repo_missing.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 42825bf0..0d6a7bd3 100644 --- a/pmb/helpers/run.py +++ b/pmb/helpers/run.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 e77a5f3e..40d4add5 100644 --- a/pmb/helpers/run_core.py +++ b/pmb/helpers/run_core.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 d7adbda5..a925b715 100644 --- a/pmb/helpers/status.py +++ b/pmb/helpers/status.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 e76978f4..6a7359a6 100644 --- a/pmb/helpers/ui.py +++ b/pmb/helpers/ui.py @@ -1,4 +1,4 @@ -# Copyright 2020 Clayton Craft +# Copyright 2021 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 1607831e..c6320e41 100644 --- a/pmb/install/__init__.py +++ b/pmb/install/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 b1774630..75690c31 100644 --- a/pmb/install/_install.py +++ b/pmb/install/_install.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 6f86a3ea..d6cc7e60 100644 --- a/pmb/install/blockdevice.py +++ b/pmb/install/blockdevice.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 ed5588f1..e3edf492 100644 --- a/pmb/install/format.py +++ b/pmb/install/format.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 5f6739c5..9edca173 100644 --- a/pmb/install/losetup.py +++ b/pmb/install/losetup.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 3a2177a3..35353a30 100644 --- a/pmb/install/partition.py +++ b/pmb/install/partition.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 6bb77b67..7b04223b 100644 --- a/pmb/install/recovery.py +++ b/pmb/install/recovery.py @@ -1,4 +1,4 @@ -# Copyright 2020 Attila Szollosi +# Copyright 2021 Attila Szollosi # SPDX-License-Identifier: GPL-3.0-or-later import logging diff --git a/pmb/parse/__init__.py b/pmb/parse/__init__.py index 46e73f7f..d1db88e2 100644 --- a/pmb/parse/__init__.py +++ b/pmb/parse/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 6d743645..9a8306d8 100644 --- a/pmb/parse/_apkbuild.py +++ b/pmb/parse/_apkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 395a8424..8d8bc9c7 100644 --- a/pmb/parse/apkindex.py +++ b/pmb/parse/apkindex.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 6ca18043..3674ea99 100644 --- a/pmb/parse/arch.py +++ b/pmb/parse/arch.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import platform import fnmatch diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index c74b7490..940e68bd 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 c0236335..b8579746 100644 --- a/pmb/parse/binfmt_info.py +++ b/pmb/parse/binfmt_info.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 e2e0ce95..aa0a2743 100644 --- a/pmb/parse/bootimg.py +++ b/pmb/parse/bootimg.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 3f08344a..f9ece4ee 100644 --- a/pmb/parse/cpuinfo.py +++ b/pmb/parse/cpuinfo.py @@ -1,4 +1,4 @@ -# Copyright 2020 Lary Gibaud +# Copyright 2021 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 1a48a80b..e72a2bb1 100644 --- a/pmb/parse/depends.py +++ b/pmb/parse/depends.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 520cfbf2..58a742a6 100644 --- a/pmb/parse/deviceinfo.py +++ b/pmb/parse/deviceinfo.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 c8a0450d..f4d4aa8e 100644 --- a/pmb/parse/kconfig.py +++ b/pmb/parse/kconfig.py @@ -1,4 +1,4 @@ -# Copyright 2020 Attila Szollosi +# Copyright 2021 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 0e5aa2fd..053f5be0 100644 --- a/pmb/parse/version.py +++ b/pmb/parse/version.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 1f7b3197..4fc2d080 100644 --- a/pmb/qemu/__init__.py +++ b/pmb/qemu/__init__.py @@ -1,3 +1,3 @@ -# Copyright 2020 Pablo Castellano +# Copyright 2021 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 1cd76d28..2d5dc2a0 100644 --- a/pmb/qemu/run.py +++ b/pmb/qemu/run.py @@ -1,4 +1,4 @@ -# Copyright 2020 Pablo Castellano, Oliver Smith +# Copyright 2021 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 50173c4e..12e69770 100644 --- a/pmb/sideload/__init__.py +++ b/pmb/sideload/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Martijn Braam +# Copyright 2021 Martijn Braam # SPDX-License-Identifier: GPL-3.0-or-later import glob import os diff --git a/pmbootstrap.py b/pmbootstrap.py index 2ba209ea..842081eb 100755 --- a/pmbootstrap.py +++ b/pmbootstrap.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2020 Oliver Smith +# Copyright 2021 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 71d56d70..5db7bc9c 100644 --- a/test/pmb_test/__init__.py +++ b/test/pmb_test/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 dd071946..5d24f188 100644 --- a/test/pmb_test/const.py +++ b/test/pmb_test/const.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 c589ce22..4c454f8b 100644 --- a/test/pmb_test/git.py +++ b/test/pmb_test/git.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 40e08bc4..8db38790 100755 --- a/test/static_code_analysis.sh +++ b/test/static_code_analysis.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: AGPL-3.0-or-later set -e DIR="$(cd "$(dirname "$0")" && pwd -P)" diff --git a/test/test_apk_static.py b/test/test_apk_static.py index af16db6f..50040895 100644 --- a/test/test_apk_static.py +++ b/test/test_apk_static.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import os import sys diff --git a/test/test_aportgen.py b/test/test_aportgen.py index d64c7b02..1209d26d 100644 --- a/test/test_aportgen.py +++ b/test/test_aportgen.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 1b718eff..ed1142e5 100644 --- a/test/test_aportgen_device_wizard.py +++ b/test/test_aportgen_device_wizard.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 29b24485..5e25de68 100644 --- a/test/test_bootimg.py +++ b/test/test_bootimg.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 35eb4bbc..cb1d86ab 100644 --- a/test/test_build_is_necessary.py +++ b/test/test_build_is_necessary.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 5d41fd7f..306bec42 100644 --- a/test/test_build_package.py +++ b/test/test_build_package.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 170f22b1..e5667d80 100644 --- a/test/test_chroot_interactive_shell.py +++ b/test/test_chroot_interactive_shell.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 46378373..a756cfc2 100644 --- a/test/test_config_init.py +++ b/test/test_config_init.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 a9ff7f25..98acccf4 100644 --- a/test/test_config_pmaports.py +++ b/test/test_config_pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 fffd26ee..6dafb2d1 100644 --- a/test/test_config_user.py +++ b/test/test_config_user.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 55dba93c..c73fab62 100644 --- a/test/test_config_workdir.py +++ b/test/test_config_workdir.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 4f556ad6..48b087dc 100644 --- a/test/test_cross_compile_distcc.py +++ b/test/test_cross_compile_distcc.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 1b4a58a8..00adbe2c 100644 --- a/test/test_crossdirect.py +++ b/test/test_crossdirect.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 25658bfe..6e48324a 100644 --- a/test/test_envkernel.py +++ b/test/test_envkernel.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 e0824cdf..82359cea 100644 --- a/test/test_file.py +++ b/test/test_file.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 a5484af3..029e81a9 100644 --- a/test/test_folder_size.py +++ b/test/test_folder_size.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 bd9a11a8..7f6013ec 100644 --- a/test/test_frontend.py +++ b/test/test_frontend.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 4861cff6..e757b9a2 100644 --- a/test/test_helpers_git.py +++ b/test/test_helpers_git.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 bcffa44b..f15853b5 100644 --- a/test/test_helpers_lint.py +++ b/test/test_helpers_lint.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 8200e647..a7409fb1 100644 --- a/test/test_helpers_package.py +++ b/test/test_helpers_package.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 c58eb883..04fb7818 100644 --- a/test/test_helpers_pmaports.py +++ b/test/test_helpers_pmaports.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 bfeac2a9..f6ec8fcb 100644 --- a/test/test_helpers_repo.py +++ b/test/test_helpers_repo.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 fa77b219..480dab3c 100644 --- a/test/test_helpers_repo_missing.py +++ b/test/test_helpers_repo_missing.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 5fe3fefc..6c1ab7fe 100644 --- a/test/test_helpers_status.py +++ b/test/test_helpers_status.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 2c4d6b75..d715db81 100644 --- a/test/test_helpers_ui.py +++ b/test/test_helpers_ui.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 d418d0fe..4eeb2862 100644 --- a/test/test_install.py +++ b/test/test_install.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 78ff2737..6d6dc722 100644 --- a/test/test_kconfig_check.py +++ b/test/test_kconfig_check.py @@ -1,5 +1,5 @@ -# Copyright 2020 Antoine Fontaine -# Copyright 2020 Oliver Smith +# Copyright 2021 Antoine Fontaine +# Copyright 2021 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 21e5138f..1df9fc98 100644 --- a/test/test_keys.py +++ b/test/test_keys.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 fb6ea3a9..76373d8b 100644 --- a/test/test_mount.py +++ b/test/test_mount.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 84d554bd..784619ed 100644 --- a/test/test_newapkbuild.py +++ b/test/test_newapkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 4ce656f0..8b6485b1 100644 --- a/test/test_parse_apkbuild.py +++ b/test/test_parse_apkbuild.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 886980ac..71713807 100644 --- a/test/test_parse_apkindex.py +++ b/test/test_parse_apkindex.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 866f5632..de0ba773 100644 --- a/test/test_parse_depends.py +++ b/test/test_parse_depends.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 944cc6e6..93598638 100644 --- a/test/test_parse_deviceinfo.py +++ b/test/test_parse_deviceinfo.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 557e0445..f1e91df5 100644 --- a/test/test_pkgrel_bump.py +++ b/test/test_pkgrel_bump.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 f0a91962..48e82a28 100644 --- a/test/test_qemu_running_processes.py +++ b/test/test_qemu_running_processes.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 9e77a507..af037f58 100644 --- a/test/test_questions.py +++ b/test/test_questions.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 ec207a69..99fbfbbe 100644 --- a/test/test_run_core.py +++ b/test/test_run_core.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 6cad71ee..395f5028 100644 --- a/test/test_shell_escape.py +++ b/test/test_shell_escape.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 c07c3b65..b1ff8a0a 100644 --- a/test/test_version.py +++ b/test/test_version.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 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 688c45b7..0072d924 100644 --- a/test/test_version_validate.py +++ b/test/test_version_validate.py @@ -1,4 +1,4 @@ -# Copyright 2020 Oliver Smith +# Copyright 2021 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later import pmb_test # noqa import pmb.parse.version