From 6bd339d3b80af2302f9a3dc12e5f2d4bee0648cb Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 1 Dec 2021 19:46:20 +0100 Subject: [PATCH] update copyright years Signed-off-by: Thomas Lamprecht --- COPYING | 2 +- PVE/AAB.pm | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/COPYING b/COPYING index b1b9e21..80803ea 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (C) 2015 Proxmox Server Solutions GmbH +Copyright (C) 2015 - 2021 Proxmox Server Solutions GmbH This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/PVE/AAB.pm b/PVE/AAB.pm index 6620ac8..dcc62d4 100644 --- a/PVE/AAB.pm +++ b/PVE/AAB.pm @@ -12,16 +12,18 @@ use IPC::Open3; use UUID; use Cwd; my @BASE_PACKAGES = qw(base openssh vi nano); -my @BASE_EXCLUDES = qw(e2fsprogs - jfsutils - linux - linux-firmware - lvm2 - mdadm - netctl - pcmciautils - reiserfsprogs - xfsprogs); +my @BASE_EXCLUDES = qw( + e2fsprogs + jfsutils + linux + linux-firmware + lvm2 + mdadm + netctl + pcmciautils + reiserfsprogs + xfsprogs +); my $PKGDIR = "/var/cache/pacman/pkg";