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_map.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/sg_map.c') diff --git a/src/sg_map.c b/src/sg_map.c index 824334a2..ebf2c2e4 100644 --- a/src/sg_map.c +++ b/src/sg_map.c @@ -1,9 +1,12 @@ -/* Utility program for the Linux OS SCSI generic ("sg") device driver. -* Copyright (C) 2000-2017 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. +/* + * Utility program for the Linux OS SCSI generic ("sg") device driver. + * Copyright (C) 2000-2017 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 shows the mapping from "sg" devices to other scsi devices (i.e. sd, scd or st) if any. -- cgit v1.2.3