diff --git a/.licenserc.json b/.licenserc.json index 754fef29fc..98a2f873bd 100644 --- a/.licenserc.json +++ b/.licenserc.json @@ -19,7 +19,12 @@ "# Copyright The OpenTelemetry Authors", "# SPDX-License-Identifier: Apache-2.0" ], - "**/*.{ex,exs,rb,yaml,yml,sh,yamllint}": [ + "**/*.sh": [ + "#!/bin/sh", + "# Copyright The OpenTelemetry Authors", + "# SPDX-License-Identifier: Apache-2.0" + ], + "**/*.{ex,exs,rb,yaml,yml,yamllint}": [ "# Copyright The OpenTelemetry Authors", "# SPDX-License-Identifier: Apache-2.0" ], diff --git a/ide-gen-proto.sh b/ide-gen-proto.sh index e818d99ecc..9243c14ec9 100755 --- a/ide-gen-proto.sh +++ b/ide-gen-proto.sh @@ -1,6 +1,6 @@ +#!/bin/sh # Copyright The OpenTelemetry Authors # SPDX-License-Identifier: Apache-2.0 -#!/bin/sh # This script is used to generate protobuf files for all services.