From 4413002f22022bed6446d0b7647ac6e65f029b71 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 19 Nov 2021 16:43:19 +0100 Subject: [PATCH] proxmox-async: add copyright file Signed-off-by: Dietmar Maurer --- proxmox-async/debian/copyright | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 proxmox-async/debian/copyright diff --git a/proxmox-async/debian/copyright b/proxmox-async/debian/copyright new file mode 100644 index 00000000..5661ef60 --- /dev/null +++ b/proxmox-async/debian/copyright @@ -0,0 +1,16 @@ +Copyright (C) 2021 Proxmox Server Solutions GmbH + +This software is written by 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 +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see .