diff options
Diffstat (limited to 'examples/rtnl/rtnl-link-set.c')
-rw-r--r-- | examples/rtnl/rtnl-link-set.c | 7 |
1 files changed, 1 insertions, 6 deletions
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> |