From fe3984e6f5e36f244ac4df378d66d98826da78e8 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 3 May 2010 14:57:23 +0200 Subject: add licensing terms of example files Signed-off-by: Pablo Neira Ayuso --- examples/genl-family-get.c | 6 ++++++ examples/rtnl-link-dump.c | 6 ++++++ examples/rtnl-link-dump2.c | 6 ++++++ examples/rtnl-link-dump3.c | 6 ++++++ examples/rtnl-link-event.c | 6 ++++++ examples/rtnl-link-set.c | 6 ++++++ examples/rtnl-route-add.c | 6 ++++++ examples/rtnl-route-dump.c | 6 ++++++ 8 files changed, 48 insertions(+) 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include 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 + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ #include #include #include -- cgit v1.2.3