summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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>