diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-11-15 20:58:38 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-11-19 12:16:22 +0100 |
commit | a2975d2eb058d187db616b67a5e7d88382dbcc6a (patch) | |
tree | 65eeeeb5716b0bf51bacd774c76406cf80869e44 /src/nlmsg.c | |
parent | 0897ccfe137bde4d3fad15d8147db6fabaa4ad6d (diff) | |
download | libmnl-a2975d2eb058d187db616b67a5e7d88382dbcc6a.tar.gz libmnl-a2975d2eb058d187db616b67a5e7d88382dbcc6a.zip |
license: change licensing terms from GPLv2+ to LGPLv2.1+
Existing contributors ACK'ed the license change via email:
* Jozsef Kadlecsik
* Jan Engelhardt
* Cristian RodrÃguez
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/nlmsg.c')
-rw-r--r-- | src/nlmsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nlmsg.c b/src/nlmsg.c index e05fb50..e7179c4 100644 --- a/src/nlmsg.c +++ b/src/nlmsg.c @@ -2,8 +2,8 @@ * (C) 2008-2010 by Pablo Neira Ayuso <pablo@netfilter.org> * * 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 + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. */ #include <stdbool.h> |