Whamcloud - gitweb
LU-6142 misc: SPDX for lustre-iokit
[fs/lustre-release.git] / lustre-iokit / stats-collect / iokit-gather-stats
index 9dc1399..dca37a6 100755 (executable)
@@ -1,8 +1,6 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
-# iokit-gather-stats:
-# script on a selection of nodes and collect all the results into a single
-# tar ball
 #
 # Copyright 2008 Sun Microsystems, Inc. All rights reserved
 # Use is subject to license terms.
@@ -10,6 +8,14 @@
 # Copyright (c) 2014, Intel Corporation.
 #
 
+#
+# This file is part of Lustre, http://www.lustre.org/
+#
+# iokit-gather-stats:
+# script on a selection of nodes and collect all the results into a single
+# tar ball
+#
+
 error() {
        echo "ERROR: $0: $@"
 }