From 32168c60f572c800ec4f6fc3bd1f612264883484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 7 Apr 2019 17:11:30 +0200 Subject: [PATCH] Fix license header --- gajim/gtk/adhoc.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gajim/gtk/adhoc.py b/gajim/gtk/adhoc.py index 208767153..c2afe1e7e 100644 --- a/gajim/gtk/adhoc.py +++ b/gajim/gtk/adhoc.py @@ -1,18 +1,16 @@ -# Copyright (C) 2019 Philipp Hörist +# This file is part of Gajim. # -# This file is part of the OpenPGP Gajim Plugin. -# -# OpenPGP Gajim Plugin is free software; you can redistribute it and/or modify +# Gajim 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 3 only. # -# OpenPGP Gajim Plugin is distributed in the hope that it will be useful, +# Gajim 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 OpenPGP Gajim Plugin. If not, see . +# along with Gajim. If not, see . import logging from enum import IntEnum