From 7750c1dd4041a1df0825a62ed98a5b133546079d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 4 Jan 2018 04:53:35 +0100 Subject: [PATCH] Happy new year! (update copyright to 2018) --- 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/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/buildinfo.py | 2 +- pmb/build/checksum.py | 2 +- pmb/build/init.py | 2 +- pmb/build/menuconfig.py | 2 +- pmb/build/other.py | 2 +- pmb/build/qemu_workaround_aarch64.py | 2 +- pmb/challenge/__init__.py | 2 +- pmb/challenge/apk.py | 2 +- pmb/challenge/apk_file.py | 2 +- pmb/challenge/apkindex.py | 2 +- pmb/challenge/build.py | 2 +- pmb/challenge/frontend.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/save.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/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/logging.py | 2 +- pmb/helpers/mount.py | 2 +- pmb/helpers/other.py | 2 +- pmb/helpers/repo.py | 2 +- pmb/helpers/run.py | 2 +- pmb/helpers/ui.py | 2 +- pmb/install/__init__.py | 2 +- pmb/install/blockdevice.py | 2 +- pmb/install/file.py | 2 +- pmb/install/format.py | 2 +- pmb/install/install.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/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 +- pmbootstrap.py | 2 +- test/test_apk_static.py | 2 +- test/test_aport_in_sync_with_git.py | 2 +- test/test_aportgen.py | 2 +- test/test_aportgen_device_wizard.py | 2 +- test/test_aports_deviceinfo.py | 2 +- test/test_bootimg.py | 2 +- test/test_build_is_necessary.py | 2 +- test/test_build_package.py | 2 +- test/test_buildroot_aarch64_init.py | 2 +- test/test_challenge_apk.py | 2 +- test/test_challenge_apkindex.py | 2 +- test/test_challenge_build.py | 2 +- test/test_chroot_interactive_shell.py | 2 +- test/test_config_user.py | 2 +- test/test_file.py | 2 +- test/test_folder_size.py | 2 +- test/test_keys.py | 2 +- test/test_mount.py | 2 +- test/test_parse_apkindex.py | 2 +- test/test_questions.py | 2 +- test/test_repo.py | 2 +- test/test_shell_escape.py | 2 +- test/test_upstream_compatibility.py | 2 +- test/test_version.py | 2 +- 110 files changed, 110 insertions(+), 110 deletions(-) diff --git a/pmb/__init__.py b/pmb/__init__.py index ea5e1ce7..c5e93746 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/__init__.py b/pmb/aportgen/__init__.py index 154084c4..5ebc345a 100644 --- a/pmb/aportgen/__init__.py +++ b/pmb/aportgen/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/binutils.py b/pmb/aportgen/binutils.py index 90fc8561..cab64af5 100644 --- a/pmb/aportgen/binutils.py +++ b/pmb/aportgen/binutils.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/busybox_static.py b/pmb/aportgen/busybox_static.py index 15e33ecc..3a47a39d 100644 --- a/pmb/aportgen/busybox_static.py +++ b/pmb/aportgen/busybox_static.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/core.py b/pmb/aportgen/core.py index d461d203..ee38e089 100644 --- a/pmb/aportgen/core.py +++ b/pmb/aportgen/core.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/device.py b/pmb/aportgen/device.py index 172e6abf..4da4c9b1 100644 --- a/pmb/aportgen/device.py +++ b/pmb/aportgen/device.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/gcc.py b/pmb/aportgen/gcc.py index a1b0bb8b..4a019e05 100644 --- a/pmb/aportgen/gcc.py +++ b/pmb/aportgen/gcc.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/linux.py b/pmb/aportgen/linux.py index a5b3b876..d06e35ab 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/musl.py b/pmb/aportgen/musl.py index 8bc4c8c1..ffb61e14 100644 --- a/pmb/aportgen/musl.py +++ b/pmb/aportgen/musl.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/__init__.py b/pmb/build/__init__.py index 3524601a..7347ae22 100644 --- a/pmb/build/__init__.py +++ b/pmb/build/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/_package.py b/pmb/build/_package.py index 8848abde..68554434 100644 --- a/pmb/build/_package.py +++ b/pmb/build/_package.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/autodetect.py b/pmb/build/autodetect.py index 218db1f2..68210da0 100644 --- a/pmb/build/autodetect.py +++ b/pmb/build/autodetect.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/buildinfo.py b/pmb/build/buildinfo.py index 6f8cf500..68fa3f04 100644 --- a/pmb/build/buildinfo.py +++ b/pmb/build/buildinfo.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/checksum.py b/pmb/build/checksum.py index 7307eeef..6a7489da 100644 --- a/pmb/build/checksum.py +++ b/pmb/build/checksum.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/init.py b/pmb/build/init.py index 4d5056d8..bf967aa6 100644 --- a/pmb/build/init.py +++ b/pmb/build/init.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/menuconfig.py b/pmb/build/menuconfig.py index c06c792b..8c1eae47 100644 --- a/pmb/build/menuconfig.py +++ b/pmb/build/menuconfig.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/other.py b/pmb/build/other.py index 10d78feb..91286fce 100644 --- a/pmb/build/other.py +++ b/pmb/build/other.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/qemu_workaround_aarch64.py b/pmb/build/qemu_workaround_aarch64.py index 80298ede..5dd029b8 100644 --- a/pmb/build/qemu_workaround_aarch64.py +++ b/pmb/build/qemu_workaround_aarch64.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/challenge/__init__.py b/pmb/challenge/__init__.py index 92e45710..55b82018 100644 --- a/pmb/challenge/__init__.py +++ b/pmb/challenge/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/challenge/apk.py b/pmb/challenge/apk.py index 8e35892c..f759e84f 100644 --- a/pmb/challenge/apk.py +++ b/pmb/challenge/apk.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/challenge/apk_file.py b/pmb/challenge/apk_file.py index 90c5ef29..e30facfd 100644 --- a/pmb/challenge/apk_file.py +++ b/pmb/challenge/apk_file.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/challenge/apkindex.py b/pmb/challenge/apkindex.py index 939d6dd7..2c6de44c 100644 --- a/pmb/challenge/apkindex.py +++ b/pmb/challenge/apkindex.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/challenge/build.py b/pmb/challenge/build.py index 693a486d..7171a27e 100644 --- a/pmb/challenge/build.py +++ b/pmb/challenge/build.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/challenge/frontend.py b/pmb/challenge/frontend.py index 1affbae8..2288b469 100644 --- a/pmb/challenge/frontend.py +++ b/pmb/challenge/frontend.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/__init__.py b/pmb/chroot/__init__.py index 4cf3dfcc..a1eb6d9e 100644 --- a/pmb/chroot/__init__.py +++ b/pmb/chroot/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/apk.py b/pmb/chroot/apk.py index 605d23e0..ec50c006 100644 --- a/pmb/chroot/apk.py +++ b/pmb/chroot/apk.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/apk_static.py b/pmb/chroot/apk_static.py index 9f978c78..7950c385 100644 --- a/pmb/chroot/apk_static.py +++ b/pmb/chroot/apk_static.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/binfmt.py b/pmb/chroot/binfmt.py index 227f5225..5f30ee54 100644 --- a/pmb/chroot/binfmt.py +++ b/pmb/chroot/binfmt.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/distccd.py b/pmb/chroot/distccd.py index 26d1ddd9..b9a03705 100644 --- a/pmb/chroot/distccd.py +++ b/pmb/chroot/distccd.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/init.py b/pmb/chroot/init.py index 2e907ab8..0c34f079 100644 --- a/pmb/chroot/init.py +++ b/pmb/chroot/init.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/initfs.py b/pmb/chroot/initfs.py index a40094b5..774735a5 100644 --- a/pmb/chroot/initfs.py +++ b/pmb/chroot/initfs.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/initfs_hooks.py b/pmb/chroot/initfs_hooks.py index 8e7f24ea..24e6f3bf 100644 --- a/pmb/chroot/initfs_hooks.py +++ b/pmb/chroot/initfs_hooks.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/mount.py b/pmb/chroot/mount.py index 60055c4e..55f61f0b 100644 --- a/pmb/chroot/mount.py +++ b/pmb/chroot/mount.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/other.py b/pmb/chroot/other.py index d9779dee..fc1c33c5 100644 --- a/pmb/chroot/other.py +++ b/pmb/chroot/other.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/root.py b/pmb/chroot/root.py index 056ea5a2..e4b06fc1 100644 --- a/pmb/chroot/root.py +++ b/pmb/chroot/root.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/shutdown.py b/pmb/chroot/shutdown.py index f7e615b0..949b1bff 100644 --- a/pmb/chroot/shutdown.py +++ b/pmb/chroot/shutdown.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/user.py b/pmb/chroot/user.py index 6682d409..32a07c85 100644 --- a/pmb/chroot/user.py +++ b/pmb/chroot/user.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/zap.py b/pmb/chroot/zap.py index 1e6af546..a82559d3 100644 --- a/pmb/chroot/zap.py +++ b/pmb/chroot/zap.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 1d945370..7e4575c3 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/init.py b/pmb/config/init.py index 293e2501..d395682e 100644 --- a/pmb/config/init.py +++ b/pmb/config/init.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/load.py b/pmb/config/load.py index 9916c57c..af0b695d 100644 --- a/pmb/config/load.py +++ b/pmb/config/load.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/merge_with_args.py b/pmb/config/merge_with_args.py index 2ff61eea..5fdfdc43 100644 --- a/pmb/config/merge_with_args.py +++ b/pmb/config/merge_with_args.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/save.py b/pmb/config/save.py index 15981300..50ff34ee 100644 --- a/pmb/config/save.py +++ b/pmb/config/save.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/export/__init__.py b/pmb/export/__init__.py index bb71f485..e8211dde 100644 --- a/pmb/export/__init__.py +++ b/pmb/export/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/export/odin.py b/pmb/export/odin.py index c6a48708..aa9f5bc9 100644 --- a/pmb/export/odin.py +++ b/pmb/export/odin.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/export/symlinks.py b/pmb/export/symlinks.py index 433e93b8..b202889c 100644 --- a/pmb/export/symlinks.py +++ b/pmb/export/symlinks.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/__init__.py b/pmb/flasher/__init__.py index 54a5c782..6d888646 100644 --- a/pmb/flasher/__init__.py +++ b/pmb/flasher/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/frontend.py b/pmb/flasher/frontend.py index b9067699..f7f77f48 100644 --- a/pmb/flasher/frontend.py +++ b/pmb/flasher/frontend.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/init.py b/pmb/flasher/init.py index 6efc100e..4256f7f5 100644 --- a/pmb/flasher/init.py +++ b/pmb/flasher/init.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/run.py b/pmb/flasher/run.py index 446a6f07..fd87fa8c 100644 --- a/pmb/flasher/run.py +++ b/pmb/flasher/run.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/variables.py b/pmb/flasher/variables.py index 3cd14d3d..f603579a 100644 --- a/pmb/flasher/variables.py +++ b/pmb/flasher/variables.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/__init__.py b/pmb/helpers/__init__.py index 84978349..0350be1a 100644 --- a/pmb/helpers/__init__.py +++ b/pmb/helpers/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/cli.py b/pmb/helpers/cli.py index 46585501..645d4c6e 100644 --- a/pmb/helpers/cli.py +++ b/pmb/helpers/cli.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/devices.py b/pmb/helpers/devices.py index c25bc40b..dfb09da0 100644 --- a/pmb/helpers/devices.py +++ b/pmb/helpers/devices.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/file.py b/pmb/helpers/file.py index 700fd890..d9de1606 100644 --- a/pmb/helpers/file.py +++ b/pmb/helpers/file.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/frontend.py b/pmb/helpers/frontend.py index 4805ad98..4f369bc7 100644 --- a/pmb/helpers/frontend.py +++ b/pmb/helpers/frontend.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/git.py b/pmb/helpers/git.py index 3f2516bc..663de0c4 100644 --- a/pmb/helpers/git.py +++ b/pmb/helpers/git.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/http.py b/pmb/helpers/http.py index 4bb43554..395b2945 100644 --- a/pmb/helpers/http.py +++ b/pmb/helpers/http.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/logging.py b/pmb/helpers/logging.py index a90255fd..92ade560 100644 --- a/pmb/helpers/logging.py +++ b/pmb/helpers/logging.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/mount.py b/pmb/helpers/mount.py index 472a1d64..ae129ecd 100644 --- a/pmb/helpers/mount.py +++ b/pmb/helpers/mount.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/other.py b/pmb/helpers/other.py index be23e888..9b8dc535 100644 --- a/pmb/helpers/other.py +++ b/pmb/helpers/other.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/repo.py b/pmb/helpers/repo.py index 4170b067..cdf42e19 100644 --- a/pmb/helpers/repo.py +++ b/pmb/helpers/repo.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/run.py b/pmb/helpers/run.py index de0df92e..f0645195 100644 --- a/pmb/helpers/run.py +++ b/pmb/helpers/run.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/ui.py b/pmb/helpers/ui.py index 67bb9efb..03a1f8b2 100644 --- a/pmb/helpers/ui.py +++ b/pmb/helpers/ui.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Clayton Craft +Copyright 2018 Clayton Craft This file is part of pmbootstrap. diff --git a/pmb/install/__init__.py b/pmb/install/__init__.py index f9277d82..f09e3689 100644 --- a/pmb/install/__init__.py +++ b/pmb/install/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/blockdevice.py b/pmb/install/blockdevice.py index 67dac687..27f55ef0 100644 --- a/pmb/install/blockdevice.py +++ b/pmb/install/blockdevice.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/file.py b/pmb/install/file.py index 52d4203e..692de3ca 100644 --- a/pmb/install/file.py +++ b/pmb/install/file.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Pablo Castellano +Copyright 2018 Pablo Castellano This file is part of pmbootstrap. diff --git a/pmb/install/format.py b/pmb/install/format.py index f5b4aa9c..a2f084f6 100644 --- a/pmb/install/format.py +++ b/pmb/install/format.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/install.py b/pmb/install/install.py index 949a50b5..668ff71c 100644 --- a/pmb/install/install.py +++ b/pmb/install/install.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/losetup.py b/pmb/install/losetup.py index 3837208d..1b693f8f 100644 --- a/pmb/install/losetup.py +++ b/pmb/install/losetup.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/partition.py b/pmb/install/partition.py index 487baea2..97ddc379 100644 --- a/pmb/install/partition.py +++ b/pmb/install/partition.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/recovery.py b/pmb/install/recovery.py index 487ce0d7..4c0b0892 100644 --- a/pmb/install/recovery.py +++ b/pmb/install/recovery.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Attila Szollosi +Copyright 2018 Attila Szollosi This file is part of pmbootstrap. diff --git a/pmb/parse/__init__.py b/pmb/parse/__init__.py index 23d1ebfa..b906f449 100644 --- a/pmb/parse/__init__.py +++ b/pmb/parse/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/apkbuild.py b/pmb/parse/apkbuild.py index ca0a13c9..cdf42e84 100644 --- a/pmb/parse/apkbuild.py +++ b/pmb/parse/apkbuild.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/apkindex.py b/pmb/parse/apkindex.py index 64845cdd..4208e7a8 100644 --- a/pmb/parse/apkindex.py +++ b/pmb/parse/apkindex.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/arch.py b/pmb/parse/arch.py index 3d869325..bb240249 100644 --- a/pmb/parse/arch.py +++ b/pmb/parse/arch.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index fbddb783..8e1b3ac8 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/binfmt_info.py b/pmb/parse/binfmt_info.py index 6a97de6e..04e2cad7 100644 --- a/pmb/parse/binfmt_info.py +++ b/pmb/parse/binfmt_info.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/bootimg.py b/pmb/parse/bootimg.py index 2299da21..9fef50f8 100644 --- a/pmb/parse/bootimg.py +++ b/pmb/parse/bootimg.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/depends.py b/pmb/parse/depends.py index e82327d8..56ca1819 100644 --- a/pmb/parse/depends.py +++ b/pmb/parse/depends.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/deviceinfo.py b/pmb/parse/deviceinfo.py index 19fe29ed..82792efa 100644 --- a/pmb/parse/deviceinfo.py +++ b/pmb/parse/deviceinfo.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/kconfig.py b/pmb/parse/kconfig.py index e1d726ad..b7b04c6c 100644 --- a/pmb/parse/kconfig.py +++ b/pmb/parse/kconfig.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Attila Szollosi +Copyright 2018 Attila Szollosi This file is part of pmbootstrap. diff --git a/pmb/parse/version.py b/pmb/parse/version.py index 1f5b0b49..e6133b3f 100644 --- a/pmb/parse/version.py +++ b/pmb/parse/version.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/qemu/__init__.py b/pmb/qemu/__init__.py index 202fb199..e67de2e8 100644 --- a/pmb/qemu/__init__.py +++ b/pmb/qemu/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Pablo Castellano +Copyright 2018 Pablo Castellano This file is part of pmbootstrap. diff --git a/pmb/qemu/run.py b/pmb/qemu/run.py index 3ca4edce..12b72716 100644 --- a/pmb/qemu/run.py +++ b/pmb/qemu/run.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Pablo Castellano +Copyright 2018 Pablo Castellano This file is part of pmbootstrap. diff --git a/pmbootstrap.py b/pmbootstrap.py index ce82daab..54649331 100755 --- a/pmbootstrap.py +++ b/pmbootstrap.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_apk_static.py b/test/test_apk_static.py index d200669f..e1d529e5 100644 --- a/test/test_apk_static.py +++ b/test/test_apk_static.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_aport_in_sync_with_git.py b/test/test_aport_in_sync_with_git.py index 1e41f26d..a2bc208e 100644 --- a/test/test_aport_in_sync_with_git.py +++ b/test/test_aport_in_sync_with_git.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_aportgen.py b/test/test_aportgen.py index 8aa01ad3..27bff901 100644 --- a/test/test_aportgen.py +++ b/test/test_aportgen.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_aportgen_device_wizard.py b/test/test_aportgen_device_wizard.py index 8d0b8f05..7d6aae44 100644 --- a/test/test_aportgen_device_wizard.py +++ b/test/test_aportgen_device_wizard.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_aports_deviceinfo.py b/test/test_aports_deviceinfo.py index dfb6d0c9..f732b5d1 100644 --- a/test/test_aports_deviceinfo.py +++ b/test/test_aports_deviceinfo.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_bootimg.py b/test/test_bootimg.py index b24c1969..73968fd9 100644 --- a/test/test_bootimg.py +++ b/test/test_bootimg.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_build_is_necessary.py b/test/test_build_is_necessary.py index dc67f3f8..4669c4ac 100644 --- a/test/test_build_is_necessary.py +++ b/test/test_build_is_necessary.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_build_package.py b/test/test_build_package.py index 33c14ae4..a39b5758 100644 --- a/test/test_build_package.py +++ b/test/test_build_package.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_buildroot_aarch64_init.py b/test/test_buildroot_aarch64_init.py index 6975e456..bf918478 100644 --- a/test/test_buildroot_aarch64_init.py +++ b/test/test_buildroot_aarch64_init.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_challenge_apk.py b/test/test_challenge_apk.py index f1577aa8..73792c94 100644 --- a/test/test_challenge_apk.py +++ b/test/test_challenge_apk.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_challenge_apkindex.py b/test/test_challenge_apkindex.py index 2192f3d5..14fa9da5 100644 --- a/test/test_challenge_apkindex.py +++ b/test/test_challenge_apkindex.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_challenge_build.py b/test/test_challenge_build.py index cb65bc57..6d1cf41c 100644 --- a/test/test_challenge_build.py +++ b/test/test_challenge_build.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_chroot_interactive_shell.py b/test/test_chroot_interactive_shell.py index e9fca924..be4f23fa 100644 --- a/test/test_chroot_interactive_shell.py +++ b/test/test_chroot_interactive_shell.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_config_user.py b/test/test_config_user.py index 2762ef4a..422e3d39 100644 --- a/test/test_config_user.py +++ b/test/test_config_user.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_file.py b/test/test_file.py index e93766f1..26513fb3 100644 --- a/test/test_file.py +++ b/test/test_file.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_folder_size.py b/test/test_folder_size.py index f2559906..3660cc83 100644 --- a/test/test_folder_size.py +++ b/test/test_folder_size.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_keys.py b/test/test_keys.py index 8addc98b..654b3552 100644 --- a/test/test_keys.py +++ b/test/test_keys.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_mount.py b/test/test_mount.py index 13d82aab..0f23c0c7 100644 --- a/test/test_mount.py +++ b/test/test_mount.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_parse_apkindex.py b/test/test_parse_apkindex.py index 5d26fdc5..bf08c89c 100644 --- a/test/test_parse_apkindex.py +++ b/test/test_parse_apkindex.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_questions.py b/test/test_questions.py index 19be3e2c..93f207c9 100644 --- a/test/test_questions.py +++ b/test/test_questions.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_repo.py b/test/test_repo.py index b3ac2ae6..5bad2645 100644 --- a/test/test_repo.py +++ b/test/test_repo.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_shell_escape.py b/test/test_shell_escape.py index a9a67dd5..fea0d44a 100644 --- a/test/test_shell_escape.py +++ b/test/test_shell_escape.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_upstream_compatibility.py b/test/test_upstream_compatibility.py index 47b4f202..75f14b45 100644 --- a/test/test_upstream_compatibility.py +++ b/test/test_upstream_compatibility.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_version.py b/test/test_version.py index 86bbf2dd..5f5ea600 100644 --- a/test/test_version.py +++ b/test/test_version.py @@ -1,5 +1,5 @@ """ -Copyright 2017 Oliver Smith +Copyright 2018 Oliver Smith This file is part of pmbootstrap.