From: Alan T. DeKok Date: Wed, 23 Feb 2011 08:26:03 +0000 (+0100) Subject: Corrected license to LGPL rather than GPL X-Git-Tag: release_2_1_11~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51985440e921245164984306ddcd01c8bf5f35b6;p=thirdparty%2Ffreeradius-server.git Corrected license to LGPL rather than GPL --- diff --git a/src/lib/dhcp.c b/src/lib/dhcp.c index 105db0eb326..ff83742049f 100644 --- a/src/lib/dhcp.c +++ b/src/lib/dhcp.c @@ -3,18 +3,18 @@ * * Version: $Id$ * - * 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. + * This library is free software; you can redistribute it and/or + * modify 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. * - * This program is distributed in the hope that it will be useful, + * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * * Copyright 2008 The FreeRADIUS server project