From 189a16641720d99871d56a47305a26be7eb3928f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Nov 2003 14:48:18 +0000 Subject: Add some copyright notices git-svn-id: file:///home/lennart/svn/public/seppl/trunk@6 91a2fd9b-5dcb-0310-a70a-d71e310228e6 --- Makefile.am | 20 ++++++++++++++++++++ kernel/Makefile.in | 2 +- kernel/ipt_CRYPT.c | 3 +-- kernel/seppl.h | 2 +- kernel/seppl_protocol.h | 21 +++++++++++++++++++++ 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: -- cgit