Browse code

add missing header

git-svn: trunk@4814

Török Edvin authored on 2009/02/18 04:40:22
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Feb 17 22:10:48 EET 2009 (edwin)
2
+------------------------------------
3
+ * unit_tests/check_clamd.c: add missing header
4
+
1 5
 Tue Feb 17 22:10:10 EET 2009 (edwin)
2 6
 ------------------------------------
3 7
  * libclamav/Makefile.am, libclamav/Makefile.in,
... ...
@@ -1,3 +1,24 @@
1
+/*
2
+ *  Unit tests for clamd.
3
+ *
4
+ *  Copyright (C) 2009 Sourcefire, Inc.
5
+ *
6
+ *  Authors: Török Edvin
7
+ *
8
+ *  This program is free software; you can redistribute it and/or modify
9
+ *  it under the terms of the GNU General Public License version 2 as
10
+ *  published by the Free Software Foundation.
11
+ *
12
+ *  This program is distributed in the hope that it will be useful,
13
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
+ *  GNU General Public License for more details.
16
+ *
17
+ *  You should have received a copy of the GNU General Public License
18
+ *  along with this program; if not, write to the Free Software
19
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
20
+ *  MA 02110-1301, USA.
21
+ */
1 22
 #if HAVE_CONFIG_H
2 23
 #include "clamav-config.h"
3 24
 #endif