summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2010-05-03 14:57:23 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2010-05-03 14:57:23 +0200
commitfe3984e6f5e36f244ac4df378d66d98826da78e8 (patch)
tree3d5edcea9b78218964331bb6a4992f9b8b8cea4b
parentd75ac4598f2f9472dd625d284b912d417b287e1e (diff)
add licensing terms of example files
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--examples/genl-family-get.c6
-rw-r--r--examples/rtnl-link-dump.c6
-rw-r--r--examples/rtnl-link-dump2.c6
-rw-r--r--examples/rtnl-link-dump3.c6
-rw-r--r--examples/rtnl-link-event.c6
-rw-r--r--examples/rtnl-link-set.c6
-rw-r--r--examples/rtnl-route-add.c6
-rw-r--r--examples/rtnl-route-dump.c6
8 files changed, 48 insertions, 0 deletions
diff --git a/examples/genl-family-get.c b/examples/genl-family-get.c
index 7594003..7b9acfa 100644
--- a/examples/genl-family-get.c
+++ b/examples/genl-family-get.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl-link-dump.c b/examples/rtnl-link-dump.c
index e3cba05..4bbc997 100644
--- a/examples/rtnl-link-dump.c
+++ b/examples/rtnl-link-dump.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl-link-dump2.c b/examples/rtnl-link-dump2.c
index df61c43..7162ab9 100644
--- a/examples/rtnl-link-dump2.c
+++ b/examples/rtnl-link-dump2.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl-link-dump3.c b/examples/rtnl-link-dump3.c
index 4dc20af..07acfbd 100644
--- a/examples/rtnl-link-dump3.c
+++ b/examples/rtnl-link-dump3.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl-link-event.c b/examples/rtnl-link-event.c
index bf4d845..b0bd5dc 100644
--- a/examples/rtnl-link-event.c
+++ b/examples/rtnl-link-event.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl-link-set.c b/examples/rtnl-link-set.c
index 87ac167..0dcd6ce 100644
--- a/examples/rtnl-link-set.c
+++ b/examples/rtnl-link-set.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl-route-add.c b/examples/rtnl-route-add.c
index 81c508f..1f2d1a0 100644
--- a/examples/rtnl-route-add.c
+++ b/examples/rtnl-route-add.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <netinet/in.h>
#include <arpa/inet.h>
#include <time.h>
diff --git a/examples/rtnl-route-dump.c b/examples/rtnl-route-dump.c
index 41ab10d..bc038cd 100644
--- a/examples/rtnl-route-dump.c
+++ b/examples/rtnl-route-dump.c
@@ -1,3 +1,9 @@
+/*
+ * (C) 2009-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.
+ */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>