summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-11-05 14:48:18 +0000
committerLennart Poettering <lennart@poettering.net>2003-11-05 14:48:18 +0000
commit189a16641720d99871d56a47305a26be7eb3928f (patch)
tree208dfa04d10d84afa20e4c19faede38b608e292f
parent374f8906f1ac61ef3a5e5ca54fa1fa33c75f224d (diff)
Add some copyright notices
git-svn-id: file:///home/lennart/svn/public/seppl/trunk@6 91a2fd9b-5dcb-0310-a70a-d71e310228e6
-rw-r--r--Makefile.am20
-rw-r--r--kernel/Makefile.in2
-rw-r--r--kernel/ipt_CRYPT.c3
-rw-r--r--kernel/seppl.h2
-rw-r--r--kernel/seppl_protocol.h21
5 files changed, 44 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ae9033f..807434f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,21 @@
+# $Id$
+#
+# This file is part of seppl.
+#
+# seppl 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 2 of the License, or
+# (at your option) any later version.
+#
+# seppl 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 seppl; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+
+# This Makefile is NOT created by automake!
+
SUBDIRS=kernel libs utils conf
diff --git a/kernel/Makefile.in b/kernel/Makefile.in
index 3be3826..31f2f98 100644
--- a/kernel/Makefile.in
+++ b/kernel/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.am 40 2003-10-27 18:32:45Z lennart $
+# $Id$
#
# This file is part of seppl.
#
diff --git a/kernel/ipt_CRYPT.c b/kernel/ipt_CRYPT.c
index 9f7d055..c4a2daf 100644
--- a/kernel/ipt_CRYPT.c
+++ b/kernel/ipt_CRYPT.c
@@ -1,4 +1,4 @@
-/* $Id: newmail.c 31 2003-10-22 22:59:07Z lennart $ */
+/* $Id$ */
/***
This file is part of seppl
@@ -52,7 +52,6 @@ static unsigned int ipt_CRYPT_target(struct sk_buff **pskb, unsigned int hooknum
u8 *iv, *pl;
int ivs = ti->key->ivsize;
int bs = ti->key->blocksize;
- struct sock *sk;
struct scatterlist sg[1];
// Calculate new packet size
diff --git a/kernel/seppl.h b/kernel/seppl.h
index edc0d29..273d865 100644
--- a/kernel/seppl.h
+++ b/kernel/seppl.h
@@ -1,7 +1,7 @@
#ifndef _SEPPL_MODULE_H
#define _SEPPL_MODULE_H
-/* $Id: newmail.c 31 2003-10-22 22:59:07Z lennart $ */
+/* $Id$ */
/***
This file is part of seppl
diff --git a/kernel/seppl_protocol.h b/kernel/seppl_protocol.h
index 08d4fa6..bdd3e58 100644
--- a/kernel/seppl_protocol.h
+++ b/kernel/seppl_protocol.h
@@ -1,6 +1,27 @@
#ifndef _SEPPL_H
#define _SEPPL_H
+/* $Id$ */
+
+/***
+ This file is part of seppl
+
+ seppl 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 2 of the License, or
+ (at your option) any later version.
+
+ seppl 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 seppl; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ USA
+***/
+
#define SEPPL_PROTOCOL 177
// Packet layout: