From 361677b5524ff93bf0c6a347c2625befc20f65dc Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 2 Jan 2012 19:36:29 +0100 Subject: 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 --- examples/netfilter/nf-log.c | 7 +------ examples/netfilter/nf-queue.c | 7 +------ examples/netfilter/nfct-create-batch.c | 7 +------ examples/netfilter/nfct-event.c | 7 +------ 4 files changed, 4 insertions(+), 24 deletions(-) (limited to 'examples/netfilter') diff --git a/examples/netfilter/nf-log.c b/examples/netfilter/nf-log.c index 8f0a877..a862912 100644 --- a/examples/netfilter/nf-log.c +++ b/examples/netfilter/nf-log.c @@ -1,9 +1,4 @@ -/* - * (C) 2010 by Pablo Neira Ayuso - * - * 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 #include #include diff --git a/examples/netfilter/nf-queue.c b/examples/netfilter/nf-queue.c index 3658ba2..c66611f 100644 --- a/examples/netfilter/nf-queue.c +++ b/examples/netfilter/nf-queue.c @@ -1,9 +1,4 @@ -/* - * (C) 2010 by Pablo Neira Ayuso - * - * 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 #include #include diff --git a/examples/netfilter/nfct-create-batch.c b/examples/netfilter/nfct-create-batch.c index 36ad8c7..dd6623f 100644 --- a/examples/netfilter/nfct-create-batch.c +++ b/examples/netfilter/nfct-create-batch.c @@ -1,9 +1,4 @@ -/* - * (C) 2010 by Pablo Neira Ayuso - * - * 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 #include #include diff --git a/examples/netfilter/nfct-event.c b/examples/netfilter/nfct-event.c index f86f9ad..94603d4 100644 --- a/examples/netfilter/nfct-event.c +++ b/examples/netfilter/nfct-event.c @@ -1,9 +1,4 @@ -/* - * (C) 2010 by Pablo Neira Ayuso - * - * 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 #include #include -- cgit v1.2.3