mirror of
https://git.proxmox.com/git/aab
synced 2025-04-28 23:26:39 +00:00
update copyright years
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b36f9145aa
commit
6bd339d3b8
2
COPYING
2
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
|
||||
|
@ -12,7 +12,8 @@ use IPC::Open3;
|
||||
use UUID;
|
||||
use Cwd;
|
||||
my @BASE_PACKAGES = qw(base openssh vi nano);
|
||||
my @BASE_EXCLUDES = qw(e2fsprogs
|
||||
my @BASE_EXCLUDES = qw(
|
||||
e2fsprogs
|
||||
jfsutils
|
||||
linux
|
||||
linux-firmware
|
||||
@ -21,7 +22,8 @@ my @BASE_EXCLUDES = qw(e2fsprogs
|
||||
netctl
|
||||
pcmciautils
|
||||
reiserfsprogs
|
||||
xfsprogs);
|
||||
xfsprogs
|
||||
);
|
||||
|
||||
my $PKGDIR = "/var/cache/pacman/pkg";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user