]> git.proxmox.com Git - aab.git/commitdiff
update copyright years
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 18:46:20 +0000 (19:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 1 Dec 2021 18:46:45 +0000 (19:46 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
COPYING
PVE/AAB.pm

diff --git a/COPYING b/COPYING
index b1b9e21ffbe7d259c1b478e641cd23d8ca077a59..80803ea8779534193dcfb2babdae30879727dd01 100644 (file)
--- 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
index 6620ac842adfa868bf5d8d6b4a255b0f696db3da..dcc62d4eab6c68610efedf41dedc9f36b89b5e98 100644 (file)
@@ -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";