summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rw-r--r--src/libnetfilter_acct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnetfilter_acct.c b/src/libnetfilter_acct.c
index 9fe7d51..5c9f75f 100644
--- a/src/libnetfilter_acct.c
+++ b/src/libnetfilter_acct.c
@@ -4,7 +4,7 @@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Lesser GNU General Public License as published
- * by the Free Software Foundation; either version 2 of the License, or
+ * by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*/
#include "internal.h"