diff --git a/helpers/envkernel.fish b/helpers/envkernel.fish index b624614e..69d730e6 100644 --- a/helpers/envkernel.fish +++ b/helpers/envkernel.fish @@ -1,5 +1,5 @@ #!/usr/bin/env fish -# Copyright 2018 Oliver Smith +# Copyright 2019 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later if [ "$argv" != "" ] diff --git a/helpers/envkernel.sh b/helpers/envkernel.sh index 25b5de22..f106902a 100644 --- a/helpers/envkernel.sh +++ b/helpers/envkernel.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2018 Oliver Smith +# Copyright 2019 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later # # usage example: diff --git a/pmb/__init__.py b/pmb/__init__.py index dd92ed92..00874ec3 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -1,6 +1,6 @@ # PYTHON_ARGCOMPLETE_OK """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/__init__.py b/pmb/aportgen/__init__.py index dedaabfa..c3dfc86e 100644 --- a/pmb/aportgen/__init__.py +++ b/pmb/aportgen/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/binutils.py b/pmb/aportgen/binutils.py index b1726007..2543d9bc 100644 --- a/pmb/aportgen/binutils.py +++ b/pmb/aportgen/binutils.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/busybox_static.py b/pmb/aportgen/busybox_static.py index 0b91ec60..2d12387c 100644 --- a/pmb/aportgen/busybox_static.py +++ b/pmb/aportgen/busybox_static.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/core.py b/pmb/aportgen/core.py index 31169e6d..c9904364 100644 --- a/pmb/aportgen/core.py +++ b/pmb/aportgen/core.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/device.py b/pmb/aportgen/device.py index ad72f8d9..7c368b3c 100644 --- a/pmb/aportgen/device.py +++ b/pmb/aportgen/device.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/gcc.py b/pmb/aportgen/gcc.py index d9498537..f6da59b4 100644 --- a/pmb/aportgen/gcc.py +++ b/pmb/aportgen/gcc.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/linux.py b/pmb/aportgen/linux.py index ee9717f1..4f6687de 100644 --- a/pmb/aportgen/linux.py +++ b/pmb/aportgen/linux.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/aportgen/musl.py b/pmb/aportgen/musl.py index e74fbb53..909cdbc5 100644 --- a/pmb/aportgen/musl.py +++ b/pmb/aportgen/musl.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/__init__.py b/pmb/build/__init__.py index 57b575a5..8546fa70 100644 --- a/pmb/build/__init__.py +++ b/pmb/build/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/_package.py b/pmb/build/_package.py index fd92e92f..8b0e23e4 100644 --- a/pmb/build/_package.py +++ b/pmb/build/_package.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/autodetect.py b/pmb/build/autodetect.py index 2c931a43..bad4f051 100644 --- a/pmb/build/autodetect.py +++ b/pmb/build/autodetect.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/checksum.py b/pmb/build/checksum.py index efb2877b..bae980ab 100644 --- a/pmb/build/checksum.py +++ b/pmb/build/checksum.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/init.py b/pmb/build/init.py index 21efdc16..55401f07 100644 --- a/pmb/build/init.py +++ b/pmb/build/init.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/menuconfig.py b/pmb/build/menuconfig.py index 6a5190ae..976a7dfb 100644 --- a/pmb/build/menuconfig.py +++ b/pmb/build/menuconfig.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/newapkbuild.py b/pmb/build/newapkbuild.py index ab150a19..9817cd00 100644 --- a/pmb/build/newapkbuild.py +++ b/pmb/build/newapkbuild.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/build/other.py b/pmb/build/other.py index 94920e50..ad917ca6 100644 --- a/pmb/build/other.py +++ b/pmb/build/other.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 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 d787ca17..b0858b1f 100644 --- a/pmb/build/qemu_workaround_aarch64.py +++ b/pmb/build/qemu_workaround_aarch64.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/__init__.py b/pmb/chroot/__init__.py index a1eb6d9e..c2d9904f 100644 --- a/pmb/chroot/__init__.py +++ b/pmb/chroot/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/apk.py b/pmb/chroot/apk.py index ac46aa44..64fbd96e 100644 --- a/pmb/chroot/apk.py +++ b/pmb/chroot/apk.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/apk_static.py b/pmb/chroot/apk_static.py index c73271a5..cf07f9a8 100644 --- a/pmb/chroot/apk_static.py +++ b/pmb/chroot/apk_static.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/binfmt.py b/pmb/chroot/binfmt.py index b05e7a62..44b1b99a 100644 --- a/pmb/chroot/binfmt.py +++ b/pmb/chroot/binfmt.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/distccd.py b/pmb/chroot/distccd.py index 71802c39..1af27e70 100644 --- a/pmb/chroot/distccd.py +++ b/pmb/chroot/distccd.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/init.py b/pmb/chroot/init.py index 2dc76aba..7075f16e 100644 --- a/pmb/chroot/init.py +++ b/pmb/chroot/init.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/initfs.py b/pmb/chroot/initfs.py index f07ca799..b74da0ae 100644 --- a/pmb/chroot/initfs.py +++ b/pmb/chroot/initfs.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/initfs_hooks.py b/pmb/chroot/initfs_hooks.py index 2146774b..65808770 100644 --- a/pmb/chroot/initfs_hooks.py +++ b/pmb/chroot/initfs_hooks.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/mount.py b/pmb/chroot/mount.py index e1795e80..45215528 100644 --- a/pmb/chroot/mount.py +++ b/pmb/chroot/mount.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/other.py b/pmb/chroot/other.py index 4ac12598..1e72a749 100644 --- a/pmb/chroot/other.py +++ b/pmb/chroot/other.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/root.py b/pmb/chroot/root.py index d4e0f20b..8015fb1e 100644 --- a/pmb/chroot/root.py +++ b/pmb/chroot/root.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/shutdown.py b/pmb/chroot/shutdown.py index 3ae30859..8115758d 100644 --- a/pmb/chroot/shutdown.py +++ b/pmb/chroot/shutdown.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/user.py b/pmb/chroot/user.py index fa614cd4..e164656b 100644 --- a/pmb/chroot/user.py +++ b/pmb/chroot/user.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/chroot/zap.py b/pmb/chroot/zap.py index 14b4b507..15807ecb 100644 --- a/pmb/chroot/zap.py +++ b/pmb/chroot/zap.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index f11d3756..1e9f4981 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/init.py b/pmb/config/init.py index dcb0ee1c..59129b27 100644 --- a/pmb/config/init.py +++ b/pmb/config/init.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/load.py b/pmb/config/load.py index af0b695d..f6d92bba 100644 --- a/pmb/config/load.py +++ b/pmb/config/load.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 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 5fdfdc43..4cdaf637 100644 --- a/pmb/config/merge_with_args.py +++ b/pmb/config/merge_with_args.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/pmaports.py b/pmb/config/pmaports.py index 3ae6c5c8..af659494 100644 --- a/pmb/config/pmaports.py +++ b/pmb/config/pmaports.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/config/save.py b/pmb/config/save.py index 50ff34ee..825e4020 100644 --- a/pmb/config/save.py +++ b/pmb/config/save.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/export/__init__.py b/pmb/export/__init__.py index e8211dde..1bb5354b 100644 --- a/pmb/export/__init__.py +++ b/pmb/export/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/export/odin.py b/pmb/export/odin.py index 774dea39..3989e718 100644 --- a/pmb/export/odin.py +++ b/pmb/export/odin.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/export/symlinks.py b/pmb/export/symlinks.py index 9f23bf65..253aca47 100644 --- a/pmb/export/symlinks.py +++ b/pmb/export/symlinks.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/__init__.py b/pmb/flasher/__init__.py index 6d888646..07adfc64 100644 --- a/pmb/flasher/__init__.py +++ b/pmb/flasher/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/frontend.py b/pmb/flasher/frontend.py index 65e47790..441b71e8 100644 --- a/pmb/flasher/frontend.py +++ b/pmb/flasher/frontend.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/init.py b/pmb/flasher/init.py index 511cc2e5..246c60e9 100644 --- a/pmb/flasher/init.py +++ b/pmb/flasher/init.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/run.py b/pmb/flasher/run.py index 6745f3ec..326f9202 100644 --- a/pmb/flasher/run.py +++ b/pmb/flasher/run.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/flasher/variables.py b/pmb/flasher/variables.py index f603579a..716a06dd 100644 --- a/pmb/flasher/variables.py +++ b/pmb/flasher/variables.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/__init__.py b/pmb/helpers/__init__.py index 0350be1a..373826b1 100644 --- a/pmb/helpers/__init__.py +++ b/pmb/helpers/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/args.py b/pmb/helpers/args.py index ea3dd667..ec28cb71 100644 --- a/pmb/helpers/args.py +++ b/pmb/helpers/args.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/cli.py b/pmb/helpers/cli.py index 645d4c6e..4fd2c879 100644 --- a/pmb/helpers/cli.py +++ b/pmb/helpers/cli.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/devices.py b/pmb/helpers/devices.py index dfb09da0..79c2f6f3 100644 --- a/pmb/helpers/devices.py +++ b/pmb/helpers/devices.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/file.py b/pmb/helpers/file.py index 96310b2d..13791469 100644 --- a/pmb/helpers/file.py +++ b/pmb/helpers/file.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/frontend.py b/pmb/helpers/frontend.py index 72b5405e..4fefada4 100644 --- a/pmb/helpers/frontend.py +++ b/pmb/helpers/frontend.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/git.py b/pmb/helpers/git.py index b8546e4f..7bdf5c97 100644 --- a/pmb/helpers/git.py +++ b/pmb/helpers/git.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/http.py b/pmb/helpers/http.py index 8aabad5e..191080a5 100644 --- a/pmb/helpers/http.py +++ b/pmb/helpers/http.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/logging.py b/pmb/helpers/logging.py index 92ade560..330939c9 100644 --- a/pmb/helpers/logging.py +++ b/pmb/helpers/logging.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/mount.py b/pmb/helpers/mount.py index f4655fcf..0c23b785 100644 --- a/pmb/helpers/mount.py +++ b/pmb/helpers/mount.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/other.py b/pmb/helpers/other.py index 328e152f..5dca8638 100644 --- a/pmb/helpers/other.py +++ b/pmb/helpers/other.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/package.py b/pmb/helpers/package.py index d94cb3c8..faf563c7 100644 --- a/pmb/helpers/package.py +++ b/pmb/helpers/package.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/pkgrel_bump.py b/pmb/helpers/pkgrel_bump.py index 40889085..e7377ea3 100644 --- a/pmb/helpers/pkgrel_bump.py +++ b/pmb/helpers/pkgrel_bump.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/pmaports.py b/pmb/helpers/pmaports.py index 843d489d..27c63d3f 100644 --- a/pmb/helpers/pmaports.py +++ b/pmb/helpers/pmaports.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/repo.py b/pmb/helpers/repo.py index 96ba6783..3c5627e8 100644 --- a/pmb/helpers/repo.py +++ b/pmb/helpers/repo.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/repo_missing.py b/pmb/helpers/repo_missing.py index a500527b..c8560f91 100644 --- a/pmb/helpers/repo_missing.py +++ b/pmb/helpers/repo_missing.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/run.py b/pmb/helpers/run.py index e0e7d254..1fd9b46f 100644 --- a/pmb/helpers/run.py +++ b/pmb/helpers/run.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/run_core.py b/pmb/helpers/run_core.py index 8dd27326..0b94aeb4 100644 --- a/pmb/helpers/run_core.py +++ b/pmb/helpers/run_core.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/helpers/ui.py b/pmb/helpers/ui.py index f84c3df7..f3b70e42 100644 --- a/pmb/helpers/ui.py +++ b/pmb/helpers/ui.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Clayton Craft +Copyright 2019 Clayton Craft This file is part of pmbootstrap. diff --git a/pmb/install/__init__.py b/pmb/install/__init__.py index 037ba2a9..0e140f59 100644 --- a/pmb/install/__init__.py +++ b/pmb/install/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/_install.py b/pmb/install/_install.py index 7456d518..af6c01e0 100644 --- a/pmb/install/_install.py +++ b/pmb/install/_install.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/blockdevice.py b/pmb/install/blockdevice.py index 34499404..886ba51d 100644 --- a/pmb/install/blockdevice.py +++ b/pmb/install/blockdevice.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/file.py b/pmb/install/file.py index 0bf7bfd9..1d8c0b1d 100644 --- a/pmb/install/file.py +++ b/pmb/install/file.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Pablo Castellano +Copyright 2019 Pablo Castellano This file is part of pmbootstrap. diff --git a/pmb/install/format.py b/pmb/install/format.py index dd75bc5d..0ecd56bb 100644 --- a/pmb/install/format.py +++ b/pmb/install/format.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/losetup.py b/pmb/install/losetup.py index 15d78f0a..d869f5f2 100644 --- a/pmb/install/losetup.py +++ b/pmb/install/losetup.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/partition.py b/pmb/install/partition.py index 3f2e423a..089497c0 100644 --- a/pmb/install/partition.py +++ b/pmb/install/partition.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/install/recovery.py b/pmb/install/recovery.py index d146cb94..4d1dcf59 100644 --- a/pmb/install/recovery.py +++ b/pmb/install/recovery.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Attila Szollosi +Copyright 2019 Attila Szollosi This file is part of pmbootstrap. diff --git a/pmb/parse/__init__.py b/pmb/parse/__init__.py index 249efe36..f1eb7178 100644 --- a/pmb/parse/__init__.py +++ b/pmb/parse/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/_apkbuild.py b/pmb/parse/_apkbuild.py index 0610fc8c..1b311669 100644 --- a/pmb/parse/_apkbuild.py +++ b/pmb/parse/_apkbuild.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/apkindex.py b/pmb/parse/apkindex.py index 29b023a3..050a2a44 100644 --- a/pmb/parse/apkindex.py +++ b/pmb/parse/apkindex.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/arch.py b/pmb/parse/arch.py index b651ae6b..30c4f470 100644 --- a/pmb/parse/arch.py +++ b/pmb/parse/arch.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/arguments.py b/pmb/parse/arguments.py index f53c00c6..8c663fa3 100644 --- a/pmb/parse/arguments.py +++ b/pmb/parse/arguments.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/binfmt_info.py b/pmb/parse/binfmt_info.py index 6028720f..553abc3d 100644 --- a/pmb/parse/binfmt_info.py +++ b/pmb/parse/binfmt_info.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/bootimg.py b/pmb/parse/bootimg.py index 80116d6a..31cfa5b0 100644 --- a/pmb/parse/bootimg.py +++ b/pmb/parse/bootimg.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/depends.py b/pmb/parse/depends.py index 6eaf8384..ebb37429 100644 --- a/pmb/parse/depends.py +++ b/pmb/parse/depends.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/deviceinfo.py b/pmb/parse/deviceinfo.py index 222de0a2..81ea6d71 100644 --- a/pmb/parse/deviceinfo.py +++ b/pmb/parse/deviceinfo.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/parse/kconfig.py b/pmb/parse/kconfig.py index 99aca0e6..573b1756 100644 --- a/pmb/parse/kconfig.py +++ b/pmb/parse/kconfig.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Attila Szollosi +Copyright 2019 Attila Szollosi This file is part of pmbootstrap. diff --git a/pmb/parse/version.py b/pmb/parse/version.py index ee7dc196..b3fe048c 100644 --- a/pmb/parse/version.py +++ b/pmb/parse/version.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/pmb/qemu/__init__.py b/pmb/qemu/__init__.py index e67de2e8..e0046002 100644 --- a/pmb/qemu/__init__.py +++ b/pmb/qemu/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Pablo Castellano +Copyright 2019 Pablo Castellano This file is part of pmbootstrap. diff --git a/pmb/qemu/run.py b/pmb/qemu/run.py index 32912645..3b428b94 100644 --- a/pmb/qemu/run.py +++ b/pmb/qemu/run.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Pablo Castellano +Copyright 2019 Pablo Castellano This file is part of pmbootstrap. diff --git a/pmbootstrap.py b/pmbootstrap.py index 528af6f2..530d2354 100755 --- a/pmbootstrap.py +++ b/pmbootstrap.py @@ -2,7 +2,7 @@ # PYTHON_ARGCOMPLETE_OK """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/check_devices_in_wiki.py b/test/check_devices_in_wiki.py index b099f917..b829d4c2 100755 --- a/test/check_devices_in_wiki.py +++ b/test/check_devices_in_wiki.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_apk_static.py b/test/test_apk_static.py index a6f9da82..aca5c3c7 100644 --- a/test/test_apk_static.py +++ b/test/test_apk_static.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_aportgen.py b/test/test_aportgen.py index ceaa4040..35fcc048 100644 --- a/test/test_aportgen.py +++ b/test/test_aportgen.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 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 d67b66ab..e3ef048d 100644 --- a/test/test_aportgen_device_wizard.py +++ b/test/test_aportgen_device_wizard.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_bootimg.py b/test/test_bootimg.py index 7e979cb2..0ad38936 100644 --- a/test/test_bootimg.py +++ b/test/test_bootimg.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 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 3a00f25a..36d518db 100644 --- a/test/test_build_is_necessary.py +++ b/test/test_build_is_necessary.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_build_package.py b/test/test_build_package.py index 91ee8fb8..fd51adac 100644 --- a/test/test_build_package.py +++ b/test/test_build_package.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 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 a59a93f2..79587afe 100644 --- a/test/test_buildroot_aarch64_init.py +++ b/test/test_buildroot_aarch64_init.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 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 67c12861..acd3f695 100644 --- a/test/test_chroot_interactive_shell.py +++ b/test/test_chroot_interactive_shell.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_config_user.py b/test/test_config_user.py index b54bfa83..c70af11c 100644 --- a/test/test_config_user.py +++ b/test/test_config_user.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_cross_compile_distcc.py b/test/test_cross_compile_distcc.py index 2059ad74..53a5ea6d 100644 --- a/test/test_cross_compile_distcc.py +++ b/test/test_cross_compile_distcc.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_file.py b/test/test_file.py index c58ce78d..80872900 100644 --- a/test/test_file.py +++ b/test/test_file.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_folder_size.py b/test/test_folder_size.py index 9e4d71d4..c079c6c7 100644 --- a/test/test_folder_size.py +++ b/test/test_folder_size.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_frontend.py b/test/test_frontend.py index 5dcf4265..19d1cf13 100644 --- a/test/test_frontend.py +++ b/test/test_frontend.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_helpers_package.py b/test/test_helpers_package.py index d8195570..b4efd702 100644 --- a/test/test_helpers_package.py +++ b/test/test_helpers_package.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_helpers_pmaports.py b/test/test_helpers_pmaports.py index 475b1793..676cb017 100644 --- a/test/test_helpers_pmaports.py +++ b/test/test_helpers_pmaports.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_helpers_repo_missing.py b/test/test_helpers_repo_missing.py index c9a87b8e..8ce0fb0b 100644 --- a/test/test_helpers_repo_missing.py +++ b/test/test_helpers_repo_missing.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_install.py b/test/test_install.py index 7fec5f11..6f8ecc18 100644 --- a/test/test_install.py +++ b/test/test_install.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_keys.py b/test/test_keys.py index b1ccea5d..358048ef 100644 --- a/test/test_keys.py +++ b/test/test_keys.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_mount.py b/test/test_mount.py index e5bde839..e1fc6c7f 100644 --- a/test/test_mount.py +++ b/test/test_mount.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_parse_apkbuild.py b/test/test_parse_apkbuild.py index 8167c384..27fb7ea9 100644 --- a/test/test_parse_apkbuild.py +++ b/test/test_parse_apkbuild.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_parse_apkindex.py b/test/test_parse_apkindex.py index 4750aef2..56ea3e6d 100644 --- a/test/test_parse_apkindex.py +++ b/test/test_parse_apkindex.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_parse_depends.py b/test/test_parse_depends.py index dbb0c045..b0a29231 100644 --- a/test/test_parse_depends.py +++ b/test/test_parse_depends.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_pkgrel_bump.py b/test/test_pkgrel_bump.py index 2216361a..4a8213a0 100644 --- a/test/test_pkgrel_bump.py +++ b/test/test_pkgrel_bump.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_questions.py b/test/test_questions.py index 741f3e77..a8bb068f 100644 --- a/test/test_questions.py +++ b/test/test_questions.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_repo.py b/test/test_repo.py index b6d3aa67..6935a1b2 100644 --- a/test/test_repo.py +++ b/test/test_repo.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_run_core.py b/test/test_run_core.py index 6228c7e1..33ee1c91 100644 --- a/test/test_run_core.py +++ b/test/test_run_core.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_shell_escape.py b/test/test_shell_escape.py index e01c15ac..13dbf1a1 100644 --- a/test/test_shell_escape.py +++ b/test/test_shell_escape.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_version.py b/test/test_version.py index 746e30c8..6b465158 100644 --- a/test/test_version.py +++ b/test/test_version.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap. diff --git a/test/test_version_validate.py b/test/test_version_validate.py index 01ea7f98..867f0afc 100644 --- a/test/test_version_validate.py +++ b/test/test_version_validate.py @@ -1,5 +1,5 @@ """ -Copyright 2018 Oliver Smith +Copyright 2019 Oliver Smith This file is part of pmbootstrap.