summaryrefslogtreecommitdiffstats
path: root/examples/rtnl-link-event.c
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 /examples/rtnl-link-event.c
parentd75ac4598f2f9472dd625d284b912d417b287e1e (diff)
add licensing terms of example files
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'examples/rtnl-link-event.c')
-rw-r--r--examples/rtnl-link-event.c6
1 files changed, 6 insertions, 0 deletions
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>