summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 8d49cee..bb7eee9 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 ef3a0cd..4f2bb5b 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