diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-09-27 16:27:35 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-09-27 16:27:35 +0200 |
commit | 2321ba6fd89635f321ec08fa3803aa7e20aa76bf (patch) | |
tree | 5b6aaf56199b300b5bfa7c2f5299583f9dda7495 /extras/floppy/create_floppy_devices.c | |
parent | 2d8af104e0262554be2bf2cbbaa752bee6f1a65a (diff) |
switch tools and volume_id from LGPL to GPLv2
After beeing hit by proprietary applications which statically
link the LGPL'd libusb, which needs a patch to reflect the recent
kernel changes, I decided not to provide LGPL code anymore.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/floppy/create_floppy_devices.c')
-rw-r--r-- | extras/floppy/create_floppy_devices.c | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/extras/floppy/create_floppy_devices.c b/extras/floppy/create_floppy_devices.c index f4003c2ce2..b2906106d4 100644 --- a/extras/floppy/create_floppy_devices.c +++ b/extras/floppy/create_floppy_devices.c @@ -6,22 +6,12 @@ * * Copyright(C) 2005, SUSE Linux Products GmbH * - * 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 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 - * Lesser General Public License for more details. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * Author: Hannes Reinecke <hare@suse.de> + * Author: + * Hannes Reinecke <hare@suse.de> * + * 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 version 2 of the License. */ #include <stdio.h> |