From 9c3591c6673e852655caac23c42ca395b06744a4 Mon Sep 17 00:00:00 2001 From: Pierre Tessier Date: Fri, 19 May 2023 22:42:17 -0400 Subject: [PATCH] fix licenses for sh files Signed-off-by: Pierre Tessier --- .licenserc.json | 7 ++++++- ide-gen-proto.sh | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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.