diff options
Diffstat (limited to 'src/udev/scsi_id/scsi.h')
-rw-r--r-- | src/udev/scsi_id/scsi.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/udev/scsi_id/scsi.h b/src/udev/scsi_id/scsi.h index ee3e401..ebb8ae9 100644 --- a/src/udev/scsi_id/scsi.h +++ b/src/udev/scsi_id/scsi.h @@ -1,17 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once -/* - * scsi.h - * - * General scsi and linux scsi specific defines and structs. - * - * Copyright (C) IBM Corp. 2003 - * - * 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. - */ +/* Copyright (C) IBM Corp. 2003 */ #include <scsi/scsi.h> |