]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
Convert license headers to SPDX tags
authorOmar Sandoval <osandov@fb.com>
Fri, 5 Oct 2018 21:12:47 +0000 (14:12 -0700)
committerOmar Sandoval <osandov@fb.com>
Fri, 5 Oct 2018 21:15:19 +0000 (14:15 -0700)
This gets rid of the noisy boilerplate at the beginning of every file.

Signed-off-by: Omar Sandoval <osandov@fb.com>
121 files changed:
LICENSES/GPL-2.0 [new file with mode: 0644]
LICENSES/GPL-3.0 [moved from LICENSE with 100% similarity]
check
common/cpuhotplug
common/fio
common/iopoll
common/multipath-over-rdma
common/null_blk
common/rc
common/scsi_debug
common/shellcheck
new
src/discontiguous-io.cpp
src/loblksize.c
src/nbdsetsize.c
src/openclose.c
tests/block/001
tests/block/002
tests/block/003
tests/block/004
tests/block/005
tests/block/006
tests/block/007
tests/block/008
tests/block/009
tests/block/010
tests/block/011
tests/block/012
tests/block/013
tests/block/014
tests/block/015
tests/block/016
tests/block/017
tests/block/018
tests/block/019
tests/block/020
tests/block/021
tests/block/022
tests/block/023
tests/block/024
tests/block/rc
tests/loop/001
tests/loop/002
tests/loop/003
tests/loop/004
tests/loop/005
tests/loop/rc
tests/meta/001
tests/meta/002
tests/meta/003
tests/meta/004
tests/meta/005
tests/meta/006
tests/meta/007
tests/meta/008
tests/meta/009
tests/meta/010
tests/meta/011
tests/meta/012
tests/meta/rc
tests/nbd/001
tests/nbd/002
tests/nbd/rc
tests/nvme/002
tests/nvme/003
tests/nvme/004
tests/nvme/005
tests/nvme/006
tests/nvme/007
tests/nvme/008
tests/nvme/009
tests/nvme/010
tests/nvme/011
tests/nvme/012
tests/nvme/013
tests/nvme/014
tests/nvme/015
tests/nvme/016
tests/nvme/017
tests/nvme/019
tests/nvme/020
tests/nvme/021
tests/nvme/022
tests/nvme/023
tests/nvme/024
tests/nvme/025
tests/nvme/026
tests/nvme/027
tests/nvme/028
tests/nvme/rc
tests/nvmeof-mp/001
tests/nvmeof-mp/002
tests/nvmeof-mp/004
tests/nvmeof-mp/005
tests/nvmeof-mp/006
tests/nvmeof-mp/009
tests/nvmeof-mp/010
tests/nvmeof-mp/011
tests/nvmeof-mp/012
tests/nvmeof-mp/rc
tests/scsi/001
tests/scsi/002
tests/scsi/003
tests/scsi/004
tests/scsi/005
tests/scsi/006
tests/scsi/rc
tests/srp/001
tests/srp/002
tests/srp/003
tests/srp/004
tests/srp/005
tests/srp/006
tests/srp/007
tests/srp/008
tests/srp/009
tests/srp/010
tests/srp/011
tests/srp/012
tests/srp/013
tests/srp/rc

diff --git a/LICENSES/GPL-2.0 b/LICENSES/GPL-2.0
new file mode 100644 (file)
index 0000000..b8db91d
--- /dev/null
@@ -0,0 +1,353 @@
+Valid-License-Identifier: GPL-2.0
+Valid-License-Identifier: GPL-2.0+
+SPDX-URL: https://spdx.org/licenses/GPL-2.0.html
+Usage-Guide:
+  To use this license in source code, put one of the following SPDX
+  tag/value pairs into a comment according to the placement
+  guidelines in the licensing rules documentation.
+  For 'GNU General Public License (GPL) version 2 only' use:
+    SPDX-License-Identifier: GPL-2.0
+  For 'GNU General Public License (GPL) version 2 or any later version' use:
+    SPDX-License-Identifier: GPL-2.0+
+License-Text:
+
+                   GNU GENERAL PUBLIC LICENSE
+                      Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                           Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+\f
+                   GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+\f
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+\f
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+\f
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                           NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                    END OF TERMS AND CONDITIONS
+\f
+           How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    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 of the License, or
+    (at your option) any later version.
+
+    This program 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 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 to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Library General
+Public License instead of this License.
similarity index 100%
rename from LICENSE
rename to LICENSES/GPL-3.0
diff --git a/check b/check
index 5e994155941e8c92febbe086213a925d61c32a55..f6c3537b15575bfe0d9c1ea567197607e7240067 100755 (executable)
--- a/check
+++ b/check
@@ -1,19 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 shopt -s extglob
 
index e5b314a98daad6c676355f9f79559e16c2085a95..d5b43bdf7dbab04f09f44307b770831082b509cf 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# CPU hotplug helper functions.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# CPU hotplug helper functions.
 
 . common/shellcheck
 
index 949796810a0cc99fa1ec85caea3a40e6b4b3a46f..e407088840b83e8a7640a8b8c36a80780c992ef1 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# fio helper functions.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# fio helper functions.
 
 . common/shellcheck
 
index 10ebd16923ada802277574bd2db946a9ced42f60..80a5f99b08ca1c813b74623e4d5d08ac590aaa48 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# I/O polling helper functions.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Jens Axboe
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# I/O polling helper functions.
 
 . common/shellcheck
 
index e2eaab5ed7083dfc18e8352ff400036c762a5ed1..b9cd06b3042bf697d5a3c13070e0cde425ca3405 100644 (file)
@@ -1,24 +1,8 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
-
 #
 # Functions and global variables used by both the srp and nvmeof-mp tests.
-#
 
 debug=
 filesystem_type=ext4
index 1bda8a5c301aaa556d818838ef59924a52ee0914..0b97dd6475e48891882d3f3f3d69ad4fc7037505 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# null_blk helper functions.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# null_blk helper functions.
 
 _have_null_blk() {
        _have_module null_blk
index 3c3e91f1fa9a62feb436f293582843b0c00d29b5..8a892bcd5fde57d49349f36ed2ca62b82482e8da 100644 (file)
--- a/common/rc
+++ b/common/rc
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Default helper functions.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Default helper functions.
 
 shopt -s extglob
 
index e26e85637369dace0755606662bde88a5de7f4b3..b406f61faa9384f2b2da1fb7d34f736fdd58676d 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# scsi_debug helper functions.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# scsi_debug helper functions.
 
 _have_scsi_debug() {
        _have_module scsi_debug
index 347ad62d1b892d5f5d360b26f7a8607f95876e1d..41976966e18735bd956acc48cb5d2b2936e4a50c 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Shellcheck workarounds.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2018 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Shellcheck workarounds.
 
 # Suppress unused global variable warnings.
 _silence_sc2034() {
diff --git a/new b/new
index 095c68e172d4dda1d612de8fed35df904e869b36..63e36cd8134422feb137b95519a4240d4752ea26 100755 (executable)
--- a/new
+++ b/new
@@ -1,19 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 set -e
 shopt -s extglob
@@ -66,23 +53,10 @@ if [[ ! -e tests/${group} ]]; then
        mkdir -p "tests/${group}"
        cat << EOF > "tests/${group}/rc"
 #!/bin/bash
-#
-# TODO: provide a brief description of the group here.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) $(date +%Y) TODO YOUR NAME HERE
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# TODO: provide a brief description of the group here.
 
 . common/rc
 # TODO: source any more common helpers needed for this group.
@@ -131,6 +105,8 @@ done
 
 cat << EOF > "tests/${test_name}"
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) $(date +%Y) TODO YOUR NAME HERE
 #
 # TODO: provide a description of the test here, i.e., what it tests and how. If
 # this is a regression test for a patch, reference the patch title:
@@ -143,21 +119,6 @@ cat << EOF > "tests/${test_name}"
 #
 # Regression test for commit efd4b81abbe1 ("blk-stat: fix blk_stat_sum() if all
 # samples are batched").
-#
-# Copyright (C) $(date +%Y) TODO YOUR NAME HERE
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/${group}/rc
 # TODO: source any more common helpers needed for this test.
index 3761cc6055760e03277a32a100fb8b68984bf777..5e0ee0f5b13fbe28061fdd29c00d142429312898 100644 (file)
@@ -1,19 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 // Copyright (c) 2015 SanDisk Corporation
 // Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-//
-// 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
-// of the License, or (at your option) any later version.
-//
-// This program 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 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 to the Free Software
-// Foundation, Inc.
 
 #include <cassert>
 #include <cstring>     // memset()
index 9a44118f3e61b0e97696abe2dcb01df58ae029f2..dae53f2a8465907357235ec9210bd75fdaa68a36 100644 (file)
@@ -1,19 +1,5 @@
-/*
- * Copyright (C) 2017 Omar Sandoval
- *
- * 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 3 of the License, or
- * (at your option) any later version.
- *
- * This program 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+// SPDX-License-Identifier: GPL-3.0+
+// Copyright (C) 2017 Omar Sandoval
 
 #include <errno.h>
 #include <fcntl.h>
index fe73ed35f055274a9c1780308156feec967b0ee8..bcff42c8b716e3395a2d2e259b46f793663ce7cc 100644 (file)
@@ -1,19 +1,5 @@
-/*
- * Copyright (C) 2018 Josef Bacik
- *
- * 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 3 of the License, or
- * (at your option) any later version.
- *
- * This program 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+// SPDX-License-Identifier: GPL-3.0+
+// Copyright (C) 2018 Josef Bacik
 
 #include <errno.h>
 #include <fcntl.h>
index c0a42af6a6f7414b6b70b2a53637cbf049dc50e6..58ba425475b3f6a36d805fc2f320cd1a1bd18fa7 100644 (file)
@@ -1,21 +1,7 @@
-/*
- * Open and close a file repeatedly.
- *
- * Copyright (C) 2017 Omar Sandoval
- *
- * 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 3 of the License, or
- * (at your option) any later version.
- *
- * This program 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 General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+// SPDX-License-Identifier: GPL-3.0+
+// Copyright (C) 2017 Omar Sandoval
+
+/* Open and close a file repeatedly. */
 
 #include <fcntl.h>
 #include <stdio.h>
index 7f794f27dba5c520e05d99cc5cff2f743fc16438..e676d038091e926f0e820c3c907c9e972f3c830c 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Omar Sandoval
 #
 # Stress test device hotplugging. Deletes and rescans several scsi-debug
 # devices in parallel. Regression test for commit 165a5e22fafb ("block: Move
 # bdi_unregister() to del_gendisk()").
-#
-# Copyright (C) 2017 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/scsi_debug
index 8d95b57b1c449177b84e2a21cff87a01aecba13c..9b183e7fc19b2f45fea69bc90c1335df61ca897f 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Omar Sandoval
 #
 # Test debugfs interaction with blktrace. Removes a device while blktrace is
 # still running.
-#
-# Copyright (C) 2017 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/scsi_debug
index 38eb3e0e9f060fb8865f0971f010f1f8749550a0..6696d371d7e5d6b71fd0ac3fb26c329eb615cca2 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Run a range of discards on a device, anywhere from 4k to 4g
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Jens Axboe
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Run a range of discards on a device, anywhere from 4k to 4g
 
 . tests/block/rc
 
index 92a4b1810e9bceb894aec781b6dc4e3a377779e8..4c14c4b36b3d8a1592b466962731dbe5eb4f2a18 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Run a flush intensive workload
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Jens Axboe
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Run a flush intensive workload
 
 . tests/block/rc
 
index 3bcdc25e6ae1984bd3f56237ed1b84a12fb7f8e0..65eba227f9b5b35c26ace8313bad6445a2b1c83a 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Threads doing IO to a device, while we switch schedulers
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Jens Axboe
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Threads doing IO to a device, while we switch schedulers
 
 . tests/block/rc
 
index 02bd924b6ee77285052c032a86177a8ad923b4d0..630d478bc54d7c6aa1dd647175c0bc56da13e933 100755 (executable)
@@ -1,24 +1,11 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Jens Axboe
 #
 # Test if a block driver with BLK_MQ_F_BLOCKING set works correctly.
 #
 # Regression test for commit bf4907c05e61 ("blk-mq: fix schedule-under-preempt
 # or blocking drivers")
-#
-# Copyright (C) 2017 Jens Axboe
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index ae8b39760b39dd4a777d498337a0c8368ca4a01c..f03935084ce6a6e2929cb545790b5a2919e685d3 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test if IO polling works, both classic and hybrid mode
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Jens Axboe
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test if IO polling works, both classic and hybrid mode
 
 . tests/block/rc
 . common/iopoll
index 30e0eca4907e39eef983b9469558a40e62b22d5b..2586e2103169870148033416ca754709f7fed865 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Hotplug CPUs online and offline while we do IO.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Hotplug CPUs online and offline while we do IO.
 
 . tests/block/rc
 . common/cpuhotplug
index 9727c127c5082110c0e8bfebb149f257c5d9c079..df36edbf661649232adbe1cd79aec0d70f1ea81d 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Dmitry Monakhov <dmonakhov@openvz.org>
 #
 # Check page-cache coherency after BLKDISCARD. Regression test for commit
 # 351499a172c0 ("block: Invalidate cache on discard v2"). The page cache should
 # be dropped after a successful discard.
-#
-# Copyright (C) 2017 Dmitry Monakhov <dmonakhov@openvz.org>
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/scsi_debug
index 7c73d989fdac066f322a3fa4e0c881164890c524..76b301fe228785bbdebe3719a267f5ae5bdffe91 100644 (file)
@@ -1,24 +1,11 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Jens Axboe
 #
 # Test if shared and non-shared tags perform roughly identical
 #
 # Regression test for commit a4db5f2fbb1 ("blk-mq: fix performance regression
 # with shared tags")
-#
-# Copyright (C) 2017 Jens Axboe
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index 596bc0fccc838735733dc953b8134d2b85cfea77..8e109000e2fbd0c5af749071be6e791c20b84858 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Do disable PCI device while doing I/O to it
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Johannes Thumshirn <jthumshirn@suse.de>
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Do disable PCI device while doing I/O to it
 
 . tests/block/rc
 
index 13d2e0e24f7789bff2e20a720ade328030dd2454..3b0bed5b789a8bf2d3f1150f72c4a2f771528f0b 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test read-only state with BLKROSET and BLKROGET ioctls
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 David Disseldorp
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test read-only state with BLKROSET and BLKROGET ioctls
 
 . tests/block/rc
 
index 8e2423838a1209acf6c24b74d39d4d8929fdfce2..35fc181493c05bb7d78943345eae68be6aba9406 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
 #
 # If the entire block device is formatted with a filesystem and mounted,
 # running "blockdev --rereadpt" should fail and return EBUSY. On buggy kernel,
@@ -6,21 +8,6 @@
 #
 # Regression test for commit 77032ca66f86 ("Return EBUSY from BLKRRPART for
 # mounted whole-dev fs").
-#
-# Copyright (c) 2017 FUJITSU LIMITED. All rights reserved.
-# Author: Xiao Yang <yangx.jy@cn.fujitsu.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, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
index 5ca58eb2932b5dec112e6f8b9a350e38279aff4d..370fc3d9c899ed905a6f5ba1b490e6a6e93f100b 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Smoke test blk-mq timeout handling with null-blk.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2018 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Smoke test blk-mq timeout handling with null-blk.
 
 . tests/block/rc
 . common/null_blk
index 0f770dfc4982280af8edb2fc0d5a563540ec3bf8..79102a2bea54b6fc095ca388bdf8449ea203adfc 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Omar Sandoval
 #
 # Test blk-mq requeues with all schedulers using null-blk. Regression test for
 # commit ba989a01469d ("block: kyber: fix domain token leak during requeue").
-#
-# Copyright (C) 2018 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index e0a63ad7806f00e26333ea3c8162ea46804aa3fe..10ec4ba9782647d09133d9178bdbffd9c8e83670 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Omar Sandoval
 #
 # Test a nasty case where receiving a signal while waiting for a frozen
 # request_queue would result in EIO. Regression test for 1dc3039bc87a ("block:
 # do not use interruptible wait anywhere").
-#
-# Copyright (C) 2018 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index c7ef8799a301d04d75db408db2663b06c623e56e..715c4e59c514008556a1a84dbacb50fbb2ee1cb1 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Omar Sandoval
 #
 # Test the inflight counter in /sys/block/$dev/inflight, /sys/block/$dev/stat,
 # and /proc/diskstats. Regression test for commit bf0ddaba65dd "blk-mq: fix
 # sysfs inflight counter".
-#
-# Copyright (C) 2018 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index c70fc2497270083f800d3f0fd6dcb32b18a68e74..279dc7a3195890cb2ea0d9cf5f3d89fd4ad40897 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test the iostats counters for time spent doing I/O.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2018 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test the iostats counters for time spent doing I/O.
 
 . tests/block/rc
 . common/null_blk
index ed005b51e5a3dda7b5f1b6edc478246177e0f08a..7cd26bd512bc1b703c2177352c4f0b15982b330d 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Do disable PCI device while doing I/O to it
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2018 Keith Busch <keith.busch@intel.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, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Do disable PCI device while doing I/O to it
 
 . tests/block/rc
 
index 503d200d4013b2d56a987311f95e2f61f9d45a92..a377ea2aab81be935d9e0567094101e7dde8277e 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Ming Lei <ming.lei@redhat.com>
 #
 # Test blk-mq request allocation when hardware tags are limited. Regression
 # test for commit e6fc46498784 ("blk-mq: avoid starving tag allocation after
 # allocating process migrates").
-#
-# Copyright (C) 2018 Ming Lei <ming.lei@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, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index dd687ada59221fe993d42a30ef88024088698476..0ca5a17d675b36256effebd1a46d63e961bd357e 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Ming Lei <ming.lei@redhat.com>
 #
 # Test reading and writing nr_requests with different schedulers. Regression
 # test for 32a50fabb334 ("blk-mq: update nr_requests when switching to 'none'
 # scheduler").
-#
-# Copyright (C) 2018 Ming Lei <ming.lei@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, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index f5c460380e4bf8b17704efa2df9002567c4197c1..91946cfab6bfdfbbd39a7a579a15a3717b6fb80c 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Smoke test !mq timeout handling with null-blk.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2018 Jens Axboe
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Smoke test !mq timeout handling with null-blk.
 
 . tests/block/rc
 . common/null_blk
index 3d015025ef2417579cf8ca9a9c1456051a5c7cd3..b053af45adb0a979e1d9241761fff33f0ac0e71f 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Omar Sandoval
 #
 # Smoke test all null_blk queue modes. Regression test for patch "null_blk: fix
 # zoned support for non-rq based operation".
-#
-# Copyright (C) 2018 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index 4f01b7fbc64b7efc14d16130ec7b6e0859d806d9..31898e42145dfc373c41bb40038a02a30b869e7c 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Omar Sandoval
 #
 # Test the iostats counters for time spent doing I/O where each I/O takes < 1
 # jiffy. Regression test for commit b57e99b4b8b0 ("block: use nanosecond
 # resolution for iostat").
-#
-# Copyright (C) 2018 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/block/rc
 . common/null_blk
index fdd84501a1bbd94bf6c63d1acaa9d88fed043a20..bf7a006cfd79ebbbde604dd0af142c959f899c43 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Generic block layer tests.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Generic block layer tests.
 
 . common/rc
 
index 49caa9e1f230e1796654ba8455bd47071f668a26..b70e8c078702619c8593e9dcd554cea0a31bd4bc 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Omar Sandoval
 #
 # Test loop device paritition scanning. Regression test for commit e02898b42380
 # ("loop: fix LO_FLAGS_PARTSCAN hang").
-#
-# Copyright (C) 2017 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/loop/rc
 
index e89392b7264ccdd4c08776090dab81e2e7a044d2..d0ef964989e63d29278ac8f21ea06c1920df946b 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Omar Sandoval
 #
 # Tests the LO_FLAGS_BLOCKSIZE flag for LOOP_{GET,SET}_STATUS, introduced in
 # commit f2c6df7dbf9a ("loop: support 4k physical blocksize"). Also a
@@ -6,21 +8,6 @@
 # blocksize or encrypt type", "loop: use queue limit instead of private
 # lo_logical_blocksize", and "loop: always return block size in
 # LOOP_GET_STATUS".
-#
-# Copyright (C) 2017 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/loop/rc
 
index c6570aa7da59c5144e4e19d53d97e5eb9a446658..50d419a40f057e56604f57d0a0249e874384007c 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Omar Sandoval
 #
 # Regression test for commit 6460495709ae ("Fix loop device flush before
 # configure v3").
-#
-# Copyright (C) 2017 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/loop/rc
 
index 7b1d6091289f117478f4caf2555b8919d78f7fc1..363fb5e2d5a3129f10484f9029031fbb3ecb1427 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Tests LO_FLAGS_BLOCKSIZE together with LO_FLAGS_DIRECT_IO.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Tests LO_FLAGS_BLOCKSIZE together with LO_FLAGS_DIRECT_IO.
 
 . tests/loop/rc
 . common/scsi_debug
index 7ca8c4f9f553ce51ba2fce18429bfe9bf7bace38..7a711edb9d4c0cd51f431f9050d1abb4d03d18ab 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Omar Sandoval
 #
 # Test the LOOP_GET_STATUS{,64} error case where the passed argument is NULL.
 # Regression test for commit bdac616db9bb ("loop: fix LOOP_GET_STATUS lock
 # imbalance").
-#
-# Copyright (C) 2018 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/loop/rc
 
index a48f9ea48baa2facac3686cfd4f118c479009dbd..001292af93eee8cef4e497ac7dd6b9863a7606da 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Loop device tests.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Loop device tests.
 
 . common/rc
 
index 78b9f3db3de73896242a6cfd0d49e4fbe1c3d6c6..54226c2b008fa70d874961b5036f29c4735ba1ca 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test a passing test.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test a passing test.
 
 . tests/meta/rc
 
index 6fafa00dbf7ed64ce3b7eab01888dae39ee00d2a..b0f4171b3d2798bd38438d7c03dc529f2b6989f6 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test a passing device test.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test a passing device test.
 
 . tests/meta/rc
 
index 0e39bdd6eb08cba7499fe1a74a2d02aef13610c0..2a3da941676593f4a7a987c7528c7f4167bc1508 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test a test that fails with a non-zero exit status.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test a test that fails with a non-zero exit status.
 
 . tests/meta/rc
 
index dace17b2b36b9d25f220b997e5f5069d7b05f509..a1bd7a8c37a9c2ea2ec1f0c1bfd2845bf46d5f64 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test a device test that fails with a non-zero exit status.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test a device test that fails with a non-zero exit status.
 
 . tests/meta/rc
 
index 445356f740966fad39f0b3b224a1032c1c6d8a95..8efd9bc13ab1391efb61d39d8dd4e89b3f7f0303 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test a test that fails with bad output.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test a test that fails with bad output.
 
 . tests/meta/rc
 
index 027e3244f3355746539f923c5392da7470014407..2d263077b06f511ed72b1d62d96dafbf55362453 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test a test that fails with bad output which has a very long diff.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test a test that fails with bad output which has a very long diff.
 
 . tests/meta/rc
 
index 20bb0fe0a22e5688c3aa7a2f51570c5a5803e6de..7978190b378b525edb5317d8e7518765f4cb459d 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test requires().
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test requires().
 
 . tests/meta/rc
 
index ca72fadebbb3c1c0ee7f415f25a04e47a6b6c978..0305b564c3a01376a045370cbe3bc1d600701d19 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test device_requires().
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test device_requires().
 
 . tests/meta/rc
 
index f2d6c0f617c9c553cebda36cfc0222985ecea181..2d23f31a2d700df6d7d002b8da01a81a4ec4afa7 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test checking dmesg.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test checking dmesg.
 
 . tests/meta/rc
 
index bc4b74f719b9594c25a821f37c6e62a2eb35a3d6..aeb16a5dd50bd4665f44625a0bc5d9edc7c4612b 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test suppressing dmesg check.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test suppressing dmesg check.
 
 . tests/meta/rc
 
index e8ccad78447121d9ebc06ecca9ca12b9a2b5b74a..74bc64d6b71e3161ff27741772ac8c8496bb03e6 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test filtering dmesg.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test filtering dmesg.
 
 . tests/meta/rc
 
index 4e0a9b037372f750fa47974f981715906404c1be..40554828c485719180b8aea41e65953ebc5b1531 100755 (executable)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test recording arbitrary test metrics.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test recording arbitrary test metrics.
 
 . tests/meta/rc
 
index 190ee4a74047b1374e9b0e46acca885e4bc3cbc1..da584d6bea0863e116f202cab95b8023dd9f6dea 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Testing framework tests.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Omar Sandoval
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Testing framework tests.
 
 . common/rc
 
index 415a48da6ac7391ab75950b462a651fa46b8bffd..8c93e90f5ae5ec7171b046388b77a95140c8851c 100644 (file)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Josef Bacik
 #
 # Test nbd device resizing. Regression test for patches "nbd: update size when
 # connected" and "nbd: use bd_set_size when updating disk size".
-#
-# Copyright (C) 2018 Josef Bacik
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/nbd/rc
 
index 99acff72c7a1e6f6a5c1c4210e6fd46d65b52b81..ddc48cad8537fcf2a557bbf20ff60d556ff76e7b 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Josef Bacik
 #
 # Test nbd device resizing. Regression test for the following commits:
 #
@@ -8,21 +10,6 @@
 # 96d97e17828f ("nbd: clear_sock on netlink disconnect")
 # fe1f9e6659ca ("nbd: fix how we set bd_invalidated")
 # 76aa1d341257 ("nbd: call nbd_bdev_reset instead of bd_set_size on disconnect")
-#
-# Copyright (C) 2018 Josef Bacik
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/nbd/rc
 
index 83a7417bca7b8567fb83ec95c6b35b0bf04a10ad..45ad5d8a879633851276a05c5324f26a57648e56 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# NBD tests.
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2018 Josef Bacik
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# NBD tests.
 
 . common/rc
 
index 7e1815a04740cef240761e694eb356a4a36d86cd..2b0153490aa794ed55ebf77b8c3f990a6b3ee1cc 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Johannes Thumshirn
 #
 # Test nvme discovery with many subsystems so the discovery log page
 # exceeds 4k
-#
-# Copyright (C) 2018 Johannes Thumshirn
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/nvme/rc
 
index d22b8cfcc58d1fae09ec089bf78d861987eaef2d..693ad8dca478e554c252f20e33fe5e7a9611849c 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Johannes Thumshirn
 #
 # Regression test for commit 74c6c7153084 ("nvme: don't send keep-alives to the
 # discovery controller").
-#
-# Copyright (C) 2018 Johannes Thumshirn
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/nvme/rc
 
index 3394740900c9cba88af676163e8899c3c3493e9f..55b5c67ef93abed45a41ec51590ff657b66eb38d 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Johannes Thumshirn
 #
 # Regression test for commits d934f9848a77 ("nvme: provide UUID value to
 # userspace") and 6484f5d16f9d ("nvme: also provide a UUID in the WWID sysfs
 # attribute")
-#
-# Copyright (C) 2018 Johannes Thumshirn
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/nvme/rc
 
index e00f8e043a809150cd2d6dd5bde5ff68230f82e2..fa7a75d59b612fc8fec4f93ed5bf69f2ba324738 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Johannes Thumshirn
 #
 # Regression test for patch "nvmet: switch loopback target state to connecting
 # when resetting"
-#
-# Copyright (C) 2018 Johannes Thumshirn
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/nvme/rc
 
index 977a36321533b9e944012061aa3a2e22fc9b6057..a2693a26b5ec9e8b0cda9a61f51e0ae2371db8d9 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMeOF target creation with a block device backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMeOF target creation with a block device backed ns.
 
 . tests/nvme/rc
 
index 78f717229ee5b6ba908ac8730247555e3d871e09..c8672c7dee30cb3afbaf527fb1fe811277479630 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMeOF target creation with a file backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMeOF target creation with a file backed ns.
 
 . tests/nvme/rc
 
index 013928dd040d9434dd345855424d039c02a685e3..e5aa50b3bc2216ea77901e42fc463accbb90c0e7 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMeOF host creation with a block device backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMeOF host creation with a block device backed ns.
 
 . tests/nvme/rc
 
index 9ba46e7d262c6e27482c572ac58399d94281c1ec..9257fe0cd55ae005c53b95b4abde70c66e978a18 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMeOF host creation with a file backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMeOF host creation with a file backed ns.
 
 . tests/nvme/rc
 
index 3bdf57da26c748efee8b20d4f569aa08de5501ba..a76b176a878131cdc167cd1e58e55b6b402bf213 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# This is a data verification test for block device backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# This is a data verification test for block device backed ns.
 
 . tests/nvme/rc
 
index 19484760504f815728065f7df76f51b6ea2cd9a2..cfe3308886db6fa13327795915d755291a12d92b 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# This is a data verification test for file backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# This is a data verification test for file backed ns.
 
 . tests/nvme/rc
 
index bdf3756ace5cd58712e010fe94116b7fa42e7ae6..a19dc36bd6eea6f540826443f83825402883c7e2 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test mkfs with data verification for block device backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test mkfs with data verification for block device backed ns.
 
 . tests/nvme/rc
 
index 7f42e49f107fc9b03a6f8ee136a4356ca535d2db..4fc762bc48a8bcacc77a2cc2749f1c8091cf8098 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test mkfs with data verification for file backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test mkfs with data verification for file backed ns.
 
 . tests/nvme/rc
 
index 4be311ad8be77d40b867c7091e75779d0d6ab362..08fef818b6b28ac0eccfc4c2d26c3dc130d1d103 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMeOF flush command from host with a block device backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMeOF flush command from host with a block device backed ns.
 
 . tests/nvme/rc
 
index 3a1465d640780e727976e2f2a2bb9aab64174594..6b65c14a9cfa000cbb5a98b906e558b583d4f2be 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMeOF flush command from host with a file backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMeOF flush command from host with a file backed ns.
 
 . tests/nvme/rc
 
index 82baf9f585984ce3994428afa51102021bc65116..115c51357664276903d3098003f461e40f92e0e3 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test many target bdev-ns creation/deletion under one subsystem.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test many target bdev-ns creation/deletion under one subsystem.
 
 . tests/nvme/rc
 
index b0d396ccae9ec884c7e7a973e9e5bbfd10703ae1..b32465008fbd91f3f59aaf4fa6ba2e17a9d26703 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test many target file-ns creation/deletion under one subsystem.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test many target file-ns creation/deletion under one subsystem.
 
 . tests/nvme/rc
 
index b180369764cd7e4db3cbec022f9e0f2430dd791e..15476487b76c905f7aec66a246a1a791faa8ae68 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe DSM Discard command on NVMeOF with a block-device ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe DSM Discard command on NVMeOF with a block-device ns.
 
 . tests/nvme/rc
 
index fcf68df3cbf7b25ebc48ae6e1bdee4d79e059912..042665fc82a70e91635042546a13cc22c1ad4d1e 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe DSM Discard command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe DSM Discard command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index 9375c3dff7ea32149e035db87e8a39e9f1ad66aa..2c11d550dc9698fd081b17376371f08c24cb6ec7 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe list command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe list command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index a723aa9f5e5cad1162edbda9b93f3d74cf9bcb1e..2e7db7139008762d6f3cb5e58c9dfbe600396056 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe reset command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe reset command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index 5d2b36b9d14852255d4bc4bf85473a9935f7b4ea..b51124f0e1678d4f8db0f4b813a607e669f491cc 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe smart-log command on NVMeOF with a block-device ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe smart-log command on NVMeOF with a block-device ns.
 
 . tests/nvme/rc
 
index 49a4eb90c1e5977c18e5105d32593499558a34ee..964df345eb7e3e41e3c87f2819554dd4bd1771da 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe smart-log command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe smart-log command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index b12a5f594311ee9fe21b5e57790ccef485395dd4..27c8fde2e248291a0425445319fec071a85294d2 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe effects-log command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe effects-log command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index 38ef38aada9e19c36254e04372bb1f4ee8948fd5..341b3b5a56950e68f477fff855d14c5449538450 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe ns-descs command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe ns-descs command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index 8711f48013973dbecb9f2b5ae654365e9a5822e7..1f2018c5624f778e9e3379ea1374398bfa0dc26f 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe ns-rescan command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe ns-rescan command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index 5b46794b63ba90204b4f0bafdb47b76c88fa13b9..e6fb9e3c5b8d7a8e0a5ca7dffc0b7c9fd63fb640 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-# Test NVMe list-subsys command on NVMeOF with a file-backed ns.
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2017-2018 Western Digital Corporation or its affiliates.
 #
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA  02110-1301, USA.
-#
-#   Author: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
-#
+# Test NVMe list-subsys command on NVMeOF with a file-backed ns.
 
 . tests/nvme/rc
 
index fb5dbdfc8e7dd8219d69aa6bc267016858e6be70..eff1dd992460b4a8f2f1062384ec40ee5c676c60 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Test specific to NVMe devices
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2018 Johannes Thumshirn
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Test specific to NVMe devices
 
 . common/rc
 
index 01e303710ef92b54d7fb524559cb23de75a31b2d..73af036a3d69ef912ba300e4f4e3273c9aab97ff 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 84253574f4aacb50aec95ffeb1b3665347e82255..2aebe9895649c9eaa5ed2561601c69959bae8ab8 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 87fe98d4407c65c5606486557b31c49d945bd1f4..9088cc7b0a5b3b02b084e503ddd09c4c988dae69 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 3bd6934bba072641b7822719e472327637231467..fb623acc0d9929bb1b0a9146790817a9add09da1 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 796e7c6233db5643c66713c4b5a784345031150c..2034ed1729c6c95ded1e5c7c9cf85c95c5570c26 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 00849d6a1a3e8748f4d0d74265b1884376b00bb3..35c706fd85349c66e55069814a2d5a702877f457 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 70bc422bd46cbc3361a3d0959e06bb3aab101b9a..9f6c245bb13e6f1b1d2fa5a562e107da4f97c3fb 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 4dfe275afeb05d03065d2d81361383efeb2e313d..d0a4f8c0db304b5e3e22dc40cea2d8460035529a 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index e5a9cd2b032375bd4425a41f5c2da0fa8d9646fa..ae6a92c97041945edcb46650dcb25dbf1f121369 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/nvmeof-mp/rc
 
index 9bfa3ad9fe2862154d0d82aa4763705ce12de1ad..358d3ed97c12937bebf843554dab44467d645db7 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . common/rc
 . common/multipath-over-rdma
index 9b238ce786961ad17725b41fd5682dc92623b9b5..54ca58227659832bd9f9459673475985256501c6 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Johannes Thumshirn <jthumshirn@suse.de>
 #
 # Regression test for commit 48ae8484e9fc ("scsi: sg: don't return bogus
 # Sg_requests")
-#
-# Copyright (C) 2017 Johannes Thumshirn <jthumshirn@suse.de>
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/scsi/rc
 
index 21e69e021595893dfd2c4d6d1b9031a8389e6fc4..0d6ed3d589a8782677a8f6dcfdad725c7f81b19f 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2017 Johannes Thumshirn
 #
 # Regression test for commit 68c59fcea1f2 ("scsi: sg: fix SG_DXFER_FROM_DEV
 # transfers").
-#
-# Copyright (C) 2017 Johannes Thumshirn
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/scsi/rc
 
index 4ce71291388a38f545af61eec3f8d5b850bcd238..134aa5c48c52efaf4a47e284f19868147e630f9e 100755 (executable)
@@ -1,22 +1,9 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Jeremy Cline <jeremy@jcline.org>
 #
 # Regression test for commit 20bd1d026aac ("scsi: sd: Keep disk read-only when
 # re-reading partition").
-#
-# Copyright (C) 2018 Jeremy Cline <jeremy@jcline.org>
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/scsi/rc
 
index 34ffbb772a237e66f6f3fd7f974c62795c19829e..416117a15d94135857b30fe3ed33393ba7ef7c30 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright IBM Corp. 2018
 #
 # Ensure repeated SAM_STAT_TASK_SET_FULL results in EIO on timing out command.
 #
@@ -8,22 +10,6 @@
 # Found independently of corresponding commit mail threads while
 # experimenting with storage mirroring. This test is a storage-independent
 # reproducer for the error case I ran into.
-#
-# Copyright IBM Corp. 2018
-# Author: Steffen Maier <maier@linux.ibm.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, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/scsi/rc
 . common/scsi_debug
index 98b22d0b60e1d96458a9ac75f3e6004b7c364a39..22fb495ff73b0fc3beb1d814fa07ac3c7354fcdf 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Regression test for patch "scsi_devinfo: fixup string compare".
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Hannes Reinecke, SUSE Linux GmbH
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Regression test for patch "scsi_devinfo: fixup string compare".
 
 . tests/scsi/rc
 . common/scsi_debug
index 24be06d8755969c546485f0106f45b5b6b3eeca7..bccb6d69d46003338576c89af4e63467a1a1b019 100755 (executable)
@@ -1,23 +1,10 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-3.0+
+# Copyright (C) 2018 Omar Sandoval
 #
 # Test that changing the cache type on a SCSI disk succeeds. Regression test
 # for commit d772a65d8a6c ("Revert "scsi: core: avoid host-wide host_busy
 # counter for scsi_mq""). Without the revert, this test will hang.
-#
-# Copyright (C) 2018 Omar Sandoval
-#
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 . tests/scsi/rc
 
index e80b70395650978448944b09494e5c00161f1bb3..70de7692b9585c21d1f19eda5498e7356f477e0e 100644 (file)
@@ -1,21 +1,8 @@
 #!/bin/bash
-#
-# Regression tests for SCSI generic device
-#
+# SPDX-License-Identifier: GPL-3.0+
 # Copyright (C) 2017 Johannes Thumshirn <jthumshirn@suse.de>
 #
-# 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 3 of the License, or
-# (at your option) any later version.
-#
-# This program 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 General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# Regression tests for SCSI generic device
 
 . common/rc
 
index 3a40348436af1beaebf2808d3ae65cca61a9f307..63e6df9f6da7bbc67cef575f8b94402849cda154 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index de1cf58df63c4842aba0f5343abf29eab68550df..514856dd21cace4e931a69bae8281a84d485f399 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index 58e3247ac2a7331394b3a19da71aa38949979136..6149b2e0371691617155bb88fe80dd604c40aea4 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index d362fd94776edc622ed2b6488eae8a6909437282..49d7b1fbb7ce95079c3a37cccdfa24e92bdc73bd 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index 10809f69af61f4fa612d2629042b8bfa506091ba..08f45cedc9691c94f55cb1ea72e5b3538c937cd6 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index c64098d541da2175c5a660b0b23e0dc209b19117..074c6d88afb81217a738f28749a671c5981c39d2 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index 541f677f9db6759e1b2006c9d62e912a784e8f7b..f9943f14ed366c788e266831600d08f50c3c9846 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index c0892b79556828cb7a72d7cef79c9ed847c9a37d..31e0af1ed19322b3c399d3ff0d23229913303277 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index 1f9df4c01d81a3ade9fbd5647015aecd45095fc1..a5ceb0f9a1c618c705b35d1fd73e3860c47d86d9 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index c63d53ff6dc809121b768a5e3e2354e6fb19b05a..9d62b95948111d85fea83599c6cb8bb556b812ad 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index 64b6aa5dcf8e65cda6e215d17d929b131b0067d2..29b2c03bbe14faf172a1e556f5f28a8300144c4b 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2016-2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index c2298a877df6c563f1de7b2ac0cf9d5f313e437f..f50026fa394835ccb01d7b452fcb6b40cd839bb4 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index 3b13bf80e4b4865e9c2998e4ce827e6ba8e8ce50..817f15cadad3eda05b8b1c87b6bd9834f0b348dd 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . tests/srp/rc
 
index fcc4b9bbb97adbfbc6bb0edd6b2b47d3e30463a5..e8afaa497d2e036526e93078839599e2b0610ccd 100755 (executable)
@@ -1,20 +1,6 @@
 #!/bin/bash
-#
+# SPDX-License-Identifier: GPL-2.0+
 # Copyright (c) 2018 Western Digital Corporation or its affiliates
-#
-# 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
-# of the License, or (at your option) any later version.
-#
-# This program 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 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 to the Free Software
-# Foundation, Inc.
 
 . common/rc
 . common/multipath-over-rdma