X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fcheck-unicode.sh;h=10b2a31720ef9db2b48998c4e918f876872421f2;hb=cb52af35b0fa1272dec4181513fd3227b4df9f4c;hp=931c99fac8a2c9d9c38369d372bdac6a4c7e7dc8;hpb=3d0954b205e8657328ff5d55e17754b84497f4c2;p=releng%2Fbuilder.git diff --git a/scripts/check-unicode.sh b/scripts/check-unicode.sh index 931c99fac..10b2a3172 100755 --- a/scripts/check-unicode.sh +++ b/scripts/check-unicode.sh @@ -1,6 +1,5 @@ #!/bin/bash - -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2015 The Linux Foundation and others. # @@ -22,4 +21,3 @@ if LC_ALL=C grep -r '[^[:print:][:space:]]' "$directory"; then fi echo "All files are ASCII only" -