Build system: use SPDX identifiers
[userspace-rcu.git] / tests / utils / tap.sh
index 24ac1aa250d6a092ef9cd8a2c4bb21e9ea75d331..47b140722a36e2d5b67f0c28d7a195f33cf3b569 100755 (executable)
@@ -1,20 +1,9 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
-# Copyright 2010 Patrick LeBoutillier <patrick.leboutillier@gmail.com>
+# SPDX-License-Identifier: GPL-3.0-or-later
 #
-#    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.
+# SPDX-FileCopyrightText: 2010 Patrick LeBoutillier <patrick.leboutillier@gmail.com>
 #
-#    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/>.
-
 
 _version='1.01'
 
@@ -65,7 +54,7 @@ OTHER:
   diag MSG
 
 EXAMPLE:
-  #!/bin/bash
+  #!/usr/bin/env bash
 
   . tap-functions
 
This page took 0.025298 seconds and 4 git commands to generate.