commit 011f99e079208b961d83d67eb879214f5cc630d9
parent 51ee7764a2439b0b656171a52753920d522d9cb5
Author: Ricardo Mones <mones@claws-mail.org>
Date: Sat, 22 Sep 2012 00:17:33 +0000
2012-09-22 [mones] 3.8.1cvs71
* src/advsearch.c
Add missing copyright header
Diffstat:
4 files changed, 26 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-22 [mones] 3.8.1cvs71
+
+ * src/advsearch.c
+ Add missing copyright header
+
2012-09-21 [colin] 3.8.1cvs70
* src/folder.c
diff --git a/PATCHSETS b/PATCHSETS
@@ -4445,3 +4445,4 @@
( cvs diff -u -r 1.155.2.102 -r 1.155.2.103 src/Makefile.am; diff -u /dev/null src/advsearch.c; diff -u /dev/null src/advsearch.h; cvs diff -u -r 1.213.2.211 -r 1.213.2.212 src/folder.c; cvs diff -u -r 1.87.2.67 -r 1.87.2.68 src/folder.h; cvs diff -u -r 1.207.2.229 -r 1.207.2.230 src/folderview.c; cvs diff -u -r 1.179.2.262 -r 1.179.2.263 src/imap.c; cvs diff -u -r 1.115.2.257 -r 1.115.2.258 src/main.c; cvs diff -u -r 1.75.2.75 -r 1.75.2.76 src/matcher.c; cvs diff -u -r 1.39.2.21 -r 1.39.2.22 src/matcher.h; diff -u /dev/null src/matchertypes.h; cvs diff -u -r 1.79.2.76 -r 1.79.2.77 src/mh.c; cvs diff -u -r 1.83.2.195 -r 1.83.2.196 src/mimeview.c; cvs diff -u -r 1.101.2.72 -r 1.101.2.73 src/news.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/proctypes.h; cvs diff -u -r 1.15.2.70 -r 1.15.2.71 src/summary_search.c; cvs diff -u -r 1.395.2.453 -r 1.395.2.454 src/summaryview.c; cvs diff -u -r 1.68.2.61 -r 1.68.2.62 src/summaryview.h; cvs diff -u -r 1.1.2.111 -r 1.1.2.112 src/gtk/quicksearch.c; cvs diff -u -r 1.1.2.24 -r 1.1.2.25 src/gtk/quicksearch.h; ) > 3.8.1cvs68.patchset
( cvs diff -u -r 1.1.2.112 -r 1.1.2.113 src/gtk/quicksearch.c; ) > 3.8.1cvs69.patchset
( cvs diff -u -r 1.213.2.212 -r 1.213.2.213 src/folder.c; ) > 3.8.1cvs70.patchset
+( cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/advsearch.c; ) > 3.8.1cvs71.patchset
diff --git a/configure.ac b/configure.ac
@@ -12,7 +12,7 @@ MINOR_VERSION=8
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=70
+EXTRA_VERSION=71
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
diff --git a/src/advsearch.c b/src/advsearch.c
@@ -1,3 +1,22 @@
+/*
+ * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
+ * Copyright (C) 2012 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
+ * 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, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
#ifdef HAVE_CONFIG_H
# include "config.h"
# include "claws-features.h"