From a2975d2eb058d187db616b67a5e7d88382dbcc6a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 15 Nov 2010 20:58:38 +0100 Subject: license: change licensing terms from GPLv2+ to LGPLv2.1+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Existing contributors ACK'ed the license change via email: * Jozsef Kadlecsik * Jan Engelhardt * Cristian Rodríguez Signed-off-by: Pablo Neira Ayuso --- src/attr.c | 4 ++-- src/callback.c | 4 ++-- src/nlmsg.c | 4 ++-- src/socket.c | 7 +++++-- 4 files changed, 11 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/attr.c b/src/attr.c index 5137395..ee9678f 100644 --- a/src/attr.c +++ b/src/attr.c @@ -2,8 +2,8 @@ * (C) 2008-2010 by Pablo Neira Ayuso * * 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. */ diff --git a/src/callback.c b/src/callback.c index 4a8fa2d..7bacb69 100644 --- a/src/callback.c +++ b/src/callback.c @@ -2,8 +2,8 @@ * (C) 2008-2010 by Pablo Neira Ayuso * * 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. */ 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 * * 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 diff --git a/src/socket.c b/src/socket.c index 9b102e7..521e860 100644 --- a/src/socket.c +++ b/src/socket.c @@ -2,8 +2,8 @@ * (C) 2008-2010 by Pablo Neira Ayuso * * 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. */ @@ -48,6 +48,9 @@ * library is reduced, i.e. the library provides many helpers, but the * programmer is not forced to use them. * + * \section licensing Licensing terms + * This library is released under the LGPLv2.1 or any later (at your option). + * * \section Dependencies * You have to install the Linux kernel headers that you want to use to develop * your application. Moreover, this library requires that you have some basics -- cgit v1.2.3