[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

aCaB acab at clamav.net
Sun Apr 4 01:14:08 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 6e11bf6197fb6ddb25f35527bac427e302c28b42
Author: aCaB <acab at clamav.net>
Date:   Tue Jan 5 19:07:23 2010 +0100

    add copyright stuff

diff --git a/libclamav/cache.c b/libclamav/cache.c
index 290b212..b4fb2c4 100644
--- a/libclamav/cache.c
+++ b/libclamav/cache.c
@@ -1,3 +1,23 @@
+/*
+ *  Copyright (C) 2010 Sourcefire, Inc.
+ *
+ *  Authors: aCaB <acab at clamav.net>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2 as
+ *  published by the Free Software Foundation.
+ *
+ *  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., 51 Franklin Street, Fifth Floor, Boston,
+ *  MA 02110-1301, USA.
+ */
+
 #include <string.h>
 #include <stdlib.h>
 #include <pthread.h>
@@ -116,7 +136,6 @@ static int cache_lookup_hash(unsigned char *md5, cli_ctx *ctx) {
 		    e[i].hits++;
 		    cache_swap(e, i);
 		    ret = CL_CLEAN;
-		    cli_warnmsg("cached\n");
 		    break;
 		}
 	    }

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list