From d96c0a63455cdf8fc472a3b3437a5141ce059472 Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Thu, 3 Dec 2015 11:21:34 +0100 Subject: [PATCH] Correct modified file headers --- src/common/plugin.c | 6 ++---- src/common/plugin.h | 2 +- src/gtk/pluginwindow.c | 2 +- src/gtk/pluginwindow.h | 5 ++--- src/summaryview.c | 2 +- src/summaryview.h | 5 ++--- src/textview.c | 2 +- src/textview.h | 5 ++--- 8 files changed, 12 insertions(+), 17 deletions(-) diff --git a/src/common/plugin.c b/src/common/plugin.c index 1c39b04d6..ad3d27f48 100644 --- a/src/common/plugin.c +++ b/src/common/plugin.c @@ -1,6 +1,6 @@ /* - * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail Team + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 2002-2015 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 @@ -14,10 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ - #ifdef HAVE_CONFIG_H # include "config.h" #include "claws-features.h" diff --git a/src/common/plugin.h b/src/common/plugin.h index 95ddd592e..cc7274620 100644 --- a/src/common/plugin.h +++ b/src/common/plugin.h @@ -1,6 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2015 Hiroyuki Yamamoto and the Claws Mail Team + * Copyright (C) 2002-2015 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 diff --git a/src/gtk/pluginwindow.c b/src/gtk/pluginwindow.c index 02bc891ae..7c3b13e95 100644 --- a/src/gtk/pluginwindow.c +++ b/src/gtk/pluginwindow.c @@ -1,6 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2015 the Claws Mail Team + * Copyright (C) 1999-2015 Hiroyuki Yamamoto 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 diff --git a/src/gtk/pluginwindow.h b/src/gtk/pluginwindow.h index 66cc2571c..ea6e40fdc 100644 --- a/src/gtk/pluginwindow.h +++ b/src/gtk/pluginwindow.h @@ -1,6 +1,6 @@ /* - * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail Team + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2015 Hiroyuki Yamamoto 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 @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ #ifndef PLUGINWINDOW_H diff --git a/src/summaryview.c b/src/summaryview.c index e47a02fec..953d089b2 100644 --- a/src/summaryview.c +++ b/src/summaryview.c @@ -1,6 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2015 the Claws Mail team + * Copyright (C) 1999-2015 Hiroyuki Yamamoto 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 diff --git a/src/summaryview.h b/src/summaryview.h index df95e133c..96a7a65d9 100644 --- a/src/summaryview.h +++ b/src/summaryview.h @@ -1,6 +1,6 @@ /* - * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2015 Hiroyuki Yamamoto 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 @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ #ifndef __SUMMARY_H__ diff --git a/src/textview.c b/src/textview.c index f074aea90..ccb8ea29c 100644 --- a/src/textview.c +++ b/src/textview.c @@ -1,6 +1,6 @@ /* * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2015 the Claws Mail team + * Copyright (C) 1999-2015 Hiroyuki Yamamoto 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 diff --git a/src/textview.h b/src/textview.h index 5d478fdb6..51b7643b4 100644 --- a/src/textview.h +++ b/src/textview.h @@ -1,6 +1,6 @@ /* - * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2012 Hiroyuki Yamamoto and the Claws Mail team + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2015 Hiroyuki Yamamoto 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 @@ -14,7 +14,6 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . - * */ #ifndef __TEXTVIEW_H__ -- 2.25.1