diff --git a/contrib/authorgen/authorgen.sh b/contrib/authorgen/authorgen.sh index e6f079b824..3f37d432fe 100755 --- a/contrib/authorgen/authorgen.sh +++ b/contrib/authorgen/authorgen.sh @@ -1,5 +1,9 @@ #!/bin/bash +# Copyright 2022 Authors of Cilium +# SPDX-License-Identifier: Apache-2.0 + + # Ensure sort order doesn't depend on locale export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8 diff --git a/contrib/scripts/check-cli.sh b/contrib/scripts/check-cli.sh index 9599076244..df3b1375aa 100755 --- a/contrib/scripts/check-cli.sh +++ b/contrib/scripts/check-cli.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright 2022 Authors of spidernet-io +# SPDX-License-Identifier: Apache-2.0 + # check CLI exist and its version is ok diff --git a/contrib/scripts/check-go-fmt.sh b/contrib/scripts/check-go-fmt.sh index a883ba9118..24babd4144 100755 --- a/contrib/scripts/check-go-fmt.sh +++ b/contrib/scripts/check-go-fmt.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Copyright 2022 Authors of spidernet-io +# SPDX-License-Identifier: Apache-2.0 + set -e set -o pipefail diff --git a/test/ginkgo.sh b/test/ginkgo.sh index ecf69062a6..597497e18e 100755 --- a/test/ginkgo.sh +++ b/test/ginkgo.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# Copyright 2022 Authors of spidernet-io +# SPDX-License-Identifier: Apache-2.0 CURRENT_FILENAME=`basename $0` CURRENT_DIR_PATH=$(cd `dirname $0`; pwd) diff --git a/tools/k8s-code-gen/update-codegen.sh b/tools/k8s-code-gen/update-codegen.sh index 8db2d88a27..9c97ad98a5 100755 --- a/tools/k8s-code-gen/update-codegen.sh +++ b/tools/k8s-code-gen/update-codegen.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Copyright 2022 Authors of spidernet-io +# SPDX-License-Identifier: Apache-2.0 + set -o errexit set -o nounset set -o pipefail diff --git a/tools/k8s-controller-gen/update.sh b/tools/k8s-controller-gen/update.sh index 088cd716e1..a87f99ee7d 100755 --- a/tools/k8s-controller-gen/update.sh +++ b/tools/k8s-controller-gen/update.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# Copyright 2022 Authors of spidernet-io +# SPDX-License-Identifier: Apache-2.0 + set -o errexit set -o nounset set -o pipefail diff --git a/tools/k8s-controller-gen/verify.sh b/tools/k8s-controller-gen/verify.sh index e69de29bb2..57a95bb11d 100644 --- a/tools/k8s-controller-gen/verify.sh +++ b/tools/k8s-controller-gen/verify.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# Copyright 2022 Authors of spidernet-io +# SPDX-License-Identifier: Apache-2.0