License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / scripts / selinux / install_policy.sh
index f6a0ce71015faa4109597ff002e2b6d31e028a77..0b86c47baf7dafa9dfdd5c00d358a5d73c988ac1 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
 if [ `id -u` -ne 0 ]; then
        echo "$0: must be root to install the selinux policy"
        exit 1