summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2011-12-29 19:08:32 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2011-12-29 19:11:20 +0100
commit14e2a84c721bd25f281e3aa0b5a02362256ad790 (patch)
treef406fc4264b3f49ffcae2e4d085dc9a92d36afcf /examples
parentf3a8e5e4089342b0013e8d8cb1bab43534147001 (diff)
add COPYING file and other licensing stuff
License is LGPLv2.1+, fix header of libnetfilter_acct.c which tells LGPLv2 or any later (mind the missing .1 after v2). Examples of this library are in the public domain. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/nfacct-add.c1
-rw-r--r--examples/nfacct-del.c1
-rw-r--r--examples/nfacct-get.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/nfacct-add.c b/examples/nfacct-add.c
index 40e0e31..78ebcfd 100644
--- a/examples/nfacct-add.c
+++ b/examples/nfacct-add.c
@@ -1,3 +1,4 @@
+/* This example is in the public domain. */
#include <stdlib.h>
#include <time.h>
#include <string.h>
diff --git a/examples/nfacct-del.c b/examples/nfacct-del.c
index 7a1190c..3aef046 100644
--- a/examples/nfacct-del.c
+++ b/examples/nfacct-del.c
@@ -1,3 +1,4 @@
+/* This example is in the public domain. */
#include <stdlib.h>
#include <time.h>
#include <string.h>
diff --git a/examples/nfacct-get.c b/examples/nfacct-get.c
index fffa3ec..cc5c65d 100644
--- a/examples/nfacct-get.c
+++ b/examples/nfacct-get.c
@@ -1,3 +1,4 @@
+/* This example is in the public domain. */
#include <stdlib.h>
#include <string.h>
#include <time.h>