summaryrefslogtreecommitdiff
path: root/common/scsi_debug
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2018-06-09 11:34:49 +1000
committerDave Chinner <david@fromorbit.com>2018-06-09 11:34:49 +1000
commit98a3b42b423d43f56016df09de2ac3c2a988e4a8 (patch)
tree5fa61304e850f98fded1f99e1f817ae0f223ec29 /common/scsi_debug
parent99f34d0714642ec15e2af56a6ad41976b349848b (diff)
common: convert to SPDX license tags
These have been scripted conversions then cleaned up by hand as there was no consistency to the formatting of the license headers in the common/ directory. Author information was also removed (it's in the git history) and so now the header format is consistently: ##/bin/bash # SPDX-License-Identifier: GPL-2.0(+) # Copyright (c) <date> <owner>. All Rights Reserved. # # <file description> Signed-off-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'common/scsi_debug')
-rw-r--r--common/scsi_debug22
1 files changed, 2 insertions, 20 deletions
diff --git a/common/scsi_debug b/common/scsi_debug
index 74c3802b..d9aa0bd2 100644
--- a/common/scsi_debug
+++ b/common/scsi_debug
@@ -1,26 +1,8 @@
##/bin/bash
-#
-# Copyright (c) 2012 Red Hat, Inc
-# All Rights Reserved.
-#
-# Written by Eric Sandeen <sandeen@redhat.com>
-#
-# 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.
-#
-# This program is distributed in the hope that it would be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write the Free Software Foundation,
-# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-#
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2012 Red Hat, Inc. All Rights Reserved.
#
# Functions useful for tests on unique block devices
-#
_require_scsi_debug()
{