From d3cb69c4e3a5730d25782b9cf6ca040d1c054181 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 30 Nov 2018 17:09:50 +0100 Subject: [PATCH] cleanup Makefile, add missing copyright file --- Makefile | 3 +++ debian/copyright | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 debian/copyright diff --git a/Makefile b/Makefile index b465b8e4a..c86459365 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,6 @@ deb: clean: cargo clean + rm -rf *.deb *.buildinfo *.changes build + find . -name '*~' -exec rm {} ';' + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 000000000..1acae9124 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +Copyright (C) 2010-2018 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 .