Skip to content

Commit df4925d

Browse files
authored
license: add headers (#105)
1 parent 2ecaaaf commit df4925d

File tree

10 files changed

+29
-0
lines changed

10 files changed

+29
-0
lines changed

.ci/scripts/release.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
# This script is inspired by the one used in the Updatecli policies repository
3+
# https://github.com/updatecli/policies/blob/main/.ci/scripts/release.bash
24
set -euo pipefail
35

46
# Ensure we work from the Updatecli directory

updatecli/policies/apm-managed-service/pgo/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}
47
# {{ $GitHubPAT := env "GITHUB_TOKEN"}}

updatecli/policies/apm/apm-data-spec/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}
47
# {{ $GitHubPAT := env "GITHUB_TOKEN"}}

updatecli/policies/apm/apm-gherkin/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}
47
# {{ $GitHubPAT := env "GITHUB_TOKEN"}}

updatecli/policies/apm/apm-json-specs/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}
47
# {{ $GitHubPAT := env "GITHUB_TOKEN"}}

updatecli/policies/apm/ecs-logging-specs/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}
47
# {{ $GitHubPAT := env "GITHUB_TOKEN"}}

updatecli/policies/golang/version/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubUser := env ""}}
47
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}

updatecli/policies/ironbank/templates/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubUser := env ""}}
47
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}

updatecli/policies/oblt-cli/version/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubUser := env ""}}
47
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}

updatecli/policies/updatecli/version/updatecli.d/default.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
# Copyright Elasticsearch B.V. and contributors
3+
# SPDX-License-Identifier: Apache-2.0
4+
#
25
# Helpers
36
# {{ $GitHubUser := env ""}}
47
# {{ $GitHubRepositoryList := env "GITHUB_REPOSITORY" | split "/"}}

0 commit comments

Comments
 (0)