summaryrefslogtreecommitdiffstats
path: root/src
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
parent1be15625d4d722557fbb4766290fb71a8f59cfe3 (diff)
add COPYING file
This library is distributed under GPLv2+. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src')
-rw-r--r--src/attr.c6
-rw-r--r--src/callback.c6
-rw-r--r--src/msg.c6
-rw-r--r--src/socket.c6
4 files changed, 16 insertions, 8 deletions
diff --git a/src/attr.c b/src/attr.c
index c1f0abf..d4a88f6 100644
--- a/src/attr.c
+++ b/src/attr.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>
diff --git a/src/callback.c b/src/callback.c
index 9212ba5..7c97df8 100644
--- a/src/callback.c
+++ b/src/callback.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 <errno.h>
diff --git a/src/msg.c b/src/msg.c
index 0824eb3..be828f5 100644
--- a/src/msg.c
+++ b/src/msg.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 <stdio.h>
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>