summaryrefslogtreecommitdiff
path: root/examples/rtnl
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2012-01-02 19:36:29 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2012-01-02 19:38:43 +0100
commit361677b5524ff93bf0c6a347c2625befc20f65dc (patch)
treefd2e386adef029aca4e3e32712661769daadd8fb /examples/rtnl
parent1c30a32bb7f1835a8b7a8d1d237c4b97fe7992a6 (diff)
downloadlibmnl-361677b5524ff93bf0c6a347c2625befc20f65dc.tar.gz
libmnl-361677b5524ff93bf0c6a347c2625befc20f65dc.zip
example: release them in the public domain
I have decided to release the examples in this library in the public domain. Jan Engelhardt, who has been the sole contributor so far, has agreed with this re-licensing by communication via e-mail. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'examples/rtnl')
-rw-r--r--examples/rtnl/rtnl-link-dump.c7
-rw-r--r--examples/rtnl/rtnl-link-dump2.c7
-rw-r--r--examples/rtnl/rtnl-link-dump3.c7
-rw-r--r--examples/rtnl/rtnl-link-event.c7
-rw-r--r--examples/rtnl/rtnl-link-set.c7
-rw-r--r--examples/rtnl/rtnl-route-add.c7
-rw-r--r--examples/rtnl/rtnl-route-dump.c7
7 files changed, 7 insertions, 42 deletions
diff --git a/examples/rtnl/rtnl-link-dump.c b/examples/rtnl/rtnl-link-dump.c
index 3fe3d95..159f3b6 100644
--- a/examples/rtnl/rtnl-link-dump.c
+++ b/examples/rtnl/rtnl-link-dump.c
@@ -1,9 +1,4 @@
-/*
- * (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.
- */
+/* This example is placed in the public domain. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl/rtnl-link-dump2.c b/examples/rtnl/rtnl-link-dump2.c
index d8da121..78f31a8 100644
--- a/examples/rtnl/rtnl-link-dump2.c
+++ b/examples/rtnl/rtnl-link-dump2.c
@@ -1,9 +1,4 @@
-/*
- * (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.
- */
+/* This example is placed in the public domain. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl/rtnl-link-dump3.c b/examples/rtnl/rtnl-link-dump3.c
index ccfc8a1..a6dce6f 100644
--- a/examples/rtnl/rtnl-link-dump3.c
+++ b/examples/rtnl/rtnl-link-dump3.c
@@ -1,9 +1,4 @@
-/*
- * (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.
- */
+/* This example is placed in the public domain. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl/rtnl-link-event.c b/examples/rtnl/rtnl-link-event.c
index 9338e12..90bb8e5 100644
--- a/examples/rtnl/rtnl-link-event.c
+++ b/examples/rtnl/rtnl-link-event.c
@@ -1,9 +1,4 @@
-/*
- * (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.
- */
+/* This example is placed in the public domain. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl/rtnl-link-set.c b/examples/rtnl/rtnl-link-set.c
index 28b376c..dad8856 100644
--- a/examples/rtnl/rtnl-link-set.c
+++ b/examples/rtnl/rtnl-link-set.c
@@ -1,9 +1,4 @@
-/*
- * (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.
- */
+/* This example is placed in the public domain. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/examples/rtnl/rtnl-route-add.c b/examples/rtnl/rtnl-route-add.c
index 26105b3..6d166da 100644
--- a/examples/rtnl/rtnl-route-add.c
+++ b/examples/rtnl/rtnl-route-add.c
@@ -1,9 +1,4 @@
-/*
- * (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.
- */
+/* This example is placed in the public domain. */
#include <netinet/in.h>
#include <arpa/inet.h>
#include <time.h>
diff --git a/examples/rtnl/rtnl-route-dump.c b/examples/rtnl/rtnl-route-dump.c
index 3622c1b..fdd3420 100644
--- a/examples/rtnl/rtnl-route-dump.c
+++ b/examples/rtnl/rtnl-route-dump.c
@@ -1,9 +1,4 @@
-/*
- * (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.
- */
+/* This example is placed in the public domain. */
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>