summaryrefslogtreecommitdiff
path: root/extras/ata_id
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-09-27 16:27:35 +0200
committerKay Sievers <kay.sievers@suse.de>2005-09-27 16:27:35 +0200
commit2321ba6fd89635f321ec08fa3803aa7e20aa76bf (patch)
tree5b6aaf56199b300b5bfa7c2f5299583f9dda7495 /extras/ata_id
parent2d8af104e0262554be2bf2cbbaa752bee6f1a65a (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/ata_id')
-rw-r--r--extras/ata_id/ata_id.c16
1 files changed, 3 insertions, 13 deletions
diff --git a/extras/ata_id/ata_id.c b/extras/ata_id/ata_id.c
index ba40555a0b..a97cc284cc 100644
--- a/extras/ata_id/ata_id.c
+++ b/extras/ata_id/ata_id.c
@@ -3,19 +3,9 @@
*
* Copyright (C) 2005 Kay Sievers <kay.sievers@vrfy.org>
*
- * 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
+ * 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.
*/
#ifndef _GNU_SOURCE