tools: add missing license tags to my scripts
[xfstests-dev.git] / tools / nextid
index 9507de29bfcad4332c3da87080544318de0d0191..9e31718c14c5e5d58da2be5afc5c0f05fcf518f2 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
-
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (c) 2015 Oracle.  All Rights Reserved.
+#
 # Compute the next available test id in a given test directory.
 
 if [ $# != 1 ] || [ "$1" = "--help" ] || [ ! -d "tests/$1/" ]; then