diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-01-28 16:42:49 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-01-28 16:42:49 +0100 |
commit | 3d94fb8742847afe8396f6dd38b16ff4e836611d (patch) | |
tree | 1622c2e0c884c4f8f1de88163b79042c93998ff7 /extras/scsi_id/scsi_id.c | |
parent | c1979c82e18c5ee0993479043f44f5dcc76d8d2d (diff) |
scsi_id: remove dead files
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/scsi_id/scsi_id.c')
-rw-r--r-- | extras/scsi_id/scsi_id.c | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/extras/scsi_id/scsi_id.c b/extras/scsi_id/scsi_id.c index 6458f2b7ac..2ffc95fbfe 100644 --- a/extras/scsi_id/scsi_id.c +++ b/extras/scsi_id/scsi_id.c @@ -4,21 +4,14 @@ * Main section of the scsi_id program * * Copyright (C) IBM Corp. 2003 + * Copyright (C) SUSE Linux Products GmbH, 2006 * - * 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. + * Author: + * Patrick Mansfield<patmans@us.ibm.com> * - * 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> |