From 649dbf42852e09046556fbad811286968726ec9b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 11 Feb 2021 16:01:19 +0100 Subject: [PATCH] qmeventd: change license to AGPLv3 update copyright Signed-off-by: Thomas Lamprecht --- qmeventd/qmeventd.c | 20 ++------------------ qmeventd/qmeventd.h | 20 ++------------------ 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/qmeventd/qmeventd.c b/qmeventd/qmeventd.c index a14c3315..c59348e3 100644 --- a/qmeventd/qmeventd.c +++ b/qmeventd/qmeventd.c @@ -1,22 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later /* - - Copyright (C) 2018 Proxmox Server Solutions GmbH - - Copyright: qmeventd is under GNU GPL, the GNU General Public License. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 dated June, 1991. - - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + Copyright (C) 2018 - 2021 Proxmox Server Solutions GmbH Author: Dominik Csapak diff --git a/qmeventd/qmeventd.h b/qmeventd/qmeventd.h index 3dc539c2..7858081b 100644 --- a/qmeventd/qmeventd.h +++ b/qmeventd/qmeventd.h @@ -1,22 +1,6 @@ +// SPDX-License-Identifier: AGPL-3.0-or-later /* - - Copyright (C) 2018 Proxmox Server Solutions GmbH - - Copyright: qemumonitor is under GNU GPL, the GNU General Public License. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 dated June, 1991. - - 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 General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + Copyright (C) 2018 - 2021 Proxmox Server Solutions GmbH Author: Dominik Csapak */