From d2ec30de3297fe62fcd8aba8975b6b668f1431ef Mon Sep 17 00:00:00 2001 From: wwp Date: Mon, 24 Dec 2018 19:49:46 +0100 Subject: [PATCH] Set a proper copyright header to the files added to the Python plugin source code. --- src/plugins/python/python_prefs.c | 16 +++++++--------- src/plugins/python/python_prefs.h | 16 +++++++--------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/src/plugins/python/python_prefs.c b/src/plugins/python/python_prefs.c index bfc2c1901..29ef1b791 100644 --- a/src/plugins/python/python_prefs.c +++ b/src/plugins/python/python_prefs.c @@ -1,20 +1,18 @@ -/* - * Claws Mail -- A GTK+ based, lightweight, and fast e-mail client - * Copyright(C) 1999-2015 the Claws Mail Team - * == Fancy Plugin == - * This file Copyright (C) 2009-2015 Salvatore De Paolis - * and the Claws Mail Team +/* Python plugin for Claws Mail + * Copyright (C) 2009-2018 Holger Berndt and The Claws Mail Team + * * 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; 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 + * 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 tothe Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * along with this program. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/python/python_prefs.h b/src/plugins/python/python_prefs.h index c762fc9a9..807ac37e7 100644 --- a/src/plugins/python/python_prefs.h +++ b/src/plugins/python/python_prefs.h @@ -1,20 +1,18 @@ -/* - * Claws Mail -- A GTK+ based, lightweight, and fast e-mail client - * Copyright(C) 1999-2018 the Claws Mail Team - * == Fancy Plugin == - * This file Copyright (C) 2009 -2014 Salvatore De Paolis - * and the Claws Mail Team +/* Python plugin for Claws Mail + * Copyright (C) 2009-2018 Holger Berndt and The Claws Mail Team + * * 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; 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 + * 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 tothe Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * along with this program. If not, see . */ #ifndef PYTHON_PREFS_H -- 2.25.1