Skip to content

Commit

Permalink
fix licenses for sh files (open-telemetry#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck authored and AlexanderWert committed Jul 24, 2023
1 parent 66607ea commit baee100
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .licenserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down
2 changes: 1 addition & 1 deletion ide-gen-proto.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit baee100

Please sign in to comment.