diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-03-22 01:06:58 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-03-26 10:38:07 +0100 |
commit | 85d53a10cf5838d12ace5037af3cec8925d8aea4 (patch) | |
tree | 4bb47350aa8fcea5e8402d04c9305b4d7181774f /src/callback.c | |
parent | 1be15625d4d722557fbb4766290fb71a8f59cfe3 (diff) | |
download | libmnl-85d53a10cf5838d12ace5037af3cec8925d8aea4.tar.gz libmnl-85d53a10cf5838d12ace5037af3cec8925d8aea4.zip |
add COPYING file
This library is distributed under GPLv2+.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/callback.c')
-rw-r--r-- | src/callback.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/callback.c b/src/callback.c index 9212ba5..7c97df8 100644 --- a/src/callback.c +++ b/src/callback.c @@ -1,8 +1,10 @@ /* * (C) 2008-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 program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. */ #include <errno.h> |