From 4445eeca7f024eb55a9d5eb5ee6a7183816f0c2e Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 7 Dec 2018 16:42:06 +0000 Subject: add: SPDX-License-Identifier: BSD-2-Clause (or gpl-2-or-later); testing/sgs_dd.c work git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@797 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_inq_data.c | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'src/sg_inq_data.c') diff --git a/src/sg_inq_data.c b/src/sg_inq_data.c index 5b6b5331..96792c58 100644 --- a/src/sg_inq_data.c +++ b/src/sg_inq_data.c @@ -1,14 +1,16 @@ -/* A utility program originally written for the Linux OS SCSI subsystem. -* Copyright (C) 2000-2018 D. Gilbert -* 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; either version 2, or (at your option) -* any later version. - - This is an auxiliary file holding data tables for the sg_inq utility. - It is mainly based on the SCSI SPC-5 document at http://www.t10.org . - -*/ +/* + * A utility program originally written for the Linux OS SCSI subsystem. + * Copyright (C) 2000-2018 D. Gilbert + * 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; either version 2, or (at your option) + * any later version. + * + * SPDX-License-Identifier: GPL-2.0-or-later + * + * This is an auxiliary file holding data tables for the sg_inq utility. + * It is mainly based on the SCSI SPC-5 document at http://www.t10.org . + */ #include #include -- cgit v1.2.3