summaryrefslogtreecommitdiffstats
path: root/src/socket.c
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-03-22 01:06:58 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2010-03-26 10:38:07 +0100
commit85d53a10cf5838d12ace5037af3cec8925d8aea4 (patch)
tree4bb47350aa8fcea5e8402d04c9305b4d7181774f /src/socket.c
parent1be15625d4d722557fbb4766290fb71a8f59cfe3 (diff)
add COPYING file
This library is distributed under GPLv2+. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/socket.c')
-rw-r--r--src/socket.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/socket.c b/src/socket.c
index 9d42d1c..7ab2516 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,8 +1,10 @@
/*
* (C) 2008-2010 by Pablo Neira Ayuso <pablo@netfilter.org>
*
- * This software may be used and distributed according to the terms
- * of the GNU General Public License, incorporated herein by reference.
+ * 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
+ * (at your option) any later version.
*/
#include <libmnl/libmnl.h>