summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Morris <jmorris@intercode.com.au>2001-05-30 00:48:03 +0000
committerJames Morris <jmorris@namei.org>2001-05-30 00:48:03 +0000
commitef798b9b7e005209deb457d1ffccab3d2bcdba96 (patch)
treec9b2bb04c0e3ce014b3cb7bfd7b225d232957a56
parentf7eca1c6081b14c53818da5329d014b5484459e7 (diff)
Added more specific copyright & author information.
-rw-r--r--include/libipq/libipq.h4
-rw-r--r--libipq/libipq.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/include/libipq/libipq.h b/include/libipq/libipq.h
index 8d49cee4..bb7eee99 100644
--- a/include/libipq/libipq.h
+++ b/include/libipq/libipq.h
@@ -3,6 +3,10 @@
*
* IPQ library for userspace.
*
+ * Author: James Morris <jmorris@intercode.com.au>
+ *
+ * Copyright (c) 2000-2001 Netfilter Core Team
+ *
* This program 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
diff --git a/libipq/libipq.c b/libipq/libipq.c
index ef3a0cd1..4f2bb5b9 100644
--- a/libipq/libipq.c
+++ b/libipq/libipq.c
@@ -6,6 +6,10 @@
* Please note that this library is still developmental, and there may
* be some API changes.
*
+ * Author: James Morris <jmorris@intercode.com.au>
+ *
+ * Copyright (c) 2000-2001 Netfilter Core Team
+ *
* This program 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