diff options
author | <gregkh@suse.de> | 2005-09-27 08:12:09 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-27 08:12:09 -0700 |
commit | 9bd72b9b6b2645ea3c36ef0be9a070e8ff67904f (patch) | |
tree | 37d337daf2154c0ca86ffa0189bb5cd552415fc4 /extras/usb_id/usb_id.c | |
parent | 3162a25fd3d6fe95026dc754ef5d5859b62a6b7c (diff) | |
parent | af2703d39aaf924cbfdce5a41b498a0a025c34d1 (diff) |
Merge branch 'master' from gregkh@master.kernel.org:/pub/scm/linux/hotplug/udev
Diffstat (limited to 'extras/usb_id/usb_id.c')
-rw-r--r-- | extras/usb_id/usb_id.c | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/extras/usb_id/usb_id.c b/extras/usb_id/usb_id.c index c4ce0c6103..b7d67958c9 100644 --- a/extras/usb_id/usb_id.c +++ b/extras/usb_id/usb_id.c @@ -4,23 +4,13 @@ * Identify an USB (block) device * * Copyright (c) 2005 SUSE Linux Products GmbH, Germany + * * Author: * Hannes Reinecke <hare@suse.de> * - * 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. */ #include <stdio.h> |