summaryrefslogtreecommitdiffstats
path: root/examples/nfacct-add.c
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/nfacct-add.c
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/nfacct-add.c')
-rw-r--r--examples/nfacct-add.c1
1 files changed, 1 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>