Browse code

add copyright header

git-svn: trunk@4782

Török Edvin authored on 2009/02/13 22:26:38
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Fri Feb 13 15:54:44 EET 2009 (edwin)
2
+------------------------------------
3
+ * shared/fdpassing.h: add copyright header
4
+
1 5
 Fri Feb 13 14:12:30 CET 2009 (tk)
2 6
 ---------------------------------
3 7
  * libclamav/matcher.c: cli_scanbuff: add support for external acdata
... ...
@@ -1,3 +1,22 @@
1
+/*
2
+ *  Copyright (C) 2009 Sourcefire, Inc.
3
+ *
4
+ *  Authors: Török Edvin
5
+ *
6
+ *  This program is free software; you can redistribute it and/or modify
7
+ *  it under the terms of the GNU General Public License version 2 as
8
+ *  published by the Free Software Foundation.
9
+ *
10
+ *  This program is distributed in the hope that it will be useful,
11
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
+ *  GNU General Public License for more details.
14
+ *
15
+ *  You should have received a copy of the GNU General Public License
16
+ *  along with this program; if not, write to the Free Software
17
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18
+ *  MA 02110-1301, USA.
19
+ */
1 20
 #ifndef FDPASSING_H
2 21
 #define FDPASSING_H
3 22