Skip to content

Commit a2749cb

Browse files
authored
Update license headers (#6293)
* feat(github): update license headers Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent eb63d44 commit a2749cb

File tree

1,276 files changed

+3356
-19862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,276 files changed

+3356
-19862
lines changed

.github/.licenserc.yaml

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,26 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

4+
---
185
header:
196
license:
207
spdx-id: Apache-2.0
218
copyright-owner: Nicolas Lamirault
229

2310
# `paths` are the path list that will be checked (and fixed) by license-eye, default is ['**'].
2411
paths:
25-
- '**'
12+
- "**"
2613

2714
# `paths-ignore` are the path list that will be ignored by license-eye.
2815
paths-ignore:
29-
- 'README.md'
30-
- 'LICENSE'
31-
- 'DCO'
32-
- 'CONTRIBUTING.md'
33-
- '**/*.md'
34-
- 'docs/images/*.svg'
35-
- '**/*.lock'
36-
- '**/_helpers.tpl'
16+
- "README.md"
17+
- "LICENSE"
18+
- "DCO"
19+
- "CONTRIBUTING.md"
20+
- "**/*.md"
21+
- "docs/images/*.svg"
22+
- "**/*.lock"
23+
- "**/_helpers.tpl"
3724

3825
# on what condition license-eye will comment on the pull request, `on-failure`, `always`, `never`.
3926
comment: on-failure

.github/actions/tools/action.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

4+
---
185
name: portefaix
196
description: A GitHub Action with tools from the Kubernetes echosystem
207
author: Nicolas Lamirault

.github/actions/tools/entrypoint.sh

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (C) Nicolas Lamirault <[email protected]>
4-
#
5-
# Licensed under the Apache License, Version 2.0 (the "License");
6-
# you may not use this file except in compliance with the License.
7-
# You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing, software
12-
# distributed under the License is distributed on an "AS IS" BASIS,
13-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
# See the License for the specific language governing permissions and
15-
# limitations under the License.
16-
#
3+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
174
# SPDX-License-Identifier: Apache-2.0
185

196
set -eu

.github/issue_label_bot.yaml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,8 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

4+
---
185
label-alias:
19-
bug: 'kind/bug'
20-
feature_request: 'kind/feature'
21-
question: 'kind/question'
6+
bug: "kind/bug"
7+
feature_request: "kind/feature"
8+
question: "kind/question"

.github/label-commenter-config.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

4+
---
185
comment:
196
header: Hi, there.
207
footer: "---\n\n> This is an automated comment created by the [peaceiris/actions-label-commenter]. Responding to the bot

.github/labeler.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

4+
---
185
# Labels for action/labeler
196

207
######################################
@@ -28,7 +15,6 @@ area/github:
2815
- changed-files:
2916
- any-glob-to-any-file: .github/**
3017

31-
3218
######################################
3319
# Label cloud/xxx
3420

.github/labels.yaml

Lines changed: 26 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,29 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

4+
---
185
# labels to be used with /area command
196
area:
20-
- 'kubernetes'
21-
- 'terraform'
22-
- 'ansible'
23-
- 'inspec'
24-
- 'github'
7+
- "kubernetes"
8+
- "terraform"
9+
- "ansible"
10+
- "inspec"
11+
- "github"
2512

2613
kind:
27-
- 'bug'
28-
- 'documentation'
29-
- 'discussion'
30-
- 'feature'
31-
- 'question'
32-
- 'support'
14+
- "bug"
15+
- "documentation"
16+
- "discussion"
17+
- "feature"
18+
- "question"
19+
- "support"
3320

3421
priority:
3522
- backlog
36-
- 'low'
37-
- 'medium'
38-
- 'high'
39-
- 'critical'
23+
- "low"
24+
- "medium"
25+
- "high"
26+
- "critical"
4027

4128
status:
4229
- available
@@ -48,37 +35,37 @@ status:
4835
# tests:
4936
# - '**/*.test.ts'
5037

51-
'area/kubernetes':
38+
"area/kubernetes":
5239
- gitops/**/*
5340

54-
'cloud/gcp':
41+
"cloud/gcp":
5542
- terraform/gcp/*
5643
- terraform/gcp/**/*
5744

58-
'cloud/aws':
45+
"cloud/aws":
5946
- terraform/aws/*
6047
- terraform/aws/**/*
6148

62-
'cloud/azure':
49+
"cloud/azure":
6350
- terraform/azure/*
6451
- terraform/azure/**/*
6552

66-
'cloud/alicloud':
53+
"cloud/alicloud":
6754
- terraform/alicloud/*
6855
- terraform/alicloud/**/*
6956

70-
'cloud/digitalocean':
57+
"cloud/digitalocean":
7158
- terraform/digitalocean/*
7259
- terraform/digitalocean/**/*
7360

74-
'cloud/exoscale':
61+
"cloud/exoscale":
7562
- terraform/exoscale/*
7663
- terraform/exoscale/**/*
7764

78-
'cloud/scaleway':
65+
"cloud/scaleway":
7966
- terraform/scaleway/*
8067
- terraform/scaleway/**/*
8168

82-
'kind/documentation':
69+
"kind/documentation":
8370
- docs/*
8471
- docs/**/*

.github/pr-branch-labeler.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

4+
---
185
# PR labels and the branch patterns they should be auto-assigned to
19-
kind/feature: ['feature/*', 'feat/*']
20-
kind/bug: ['fix/*', 'hot-fix/*', 'bug-fix/*']
21-
kind/documentation: ['documentation/*']
6+
kind/feature: ["feature/*", "feat/*"]
7+
kind/bug: ["fix/*", "hot-fix/*", "bug-fix/*"]
8+
kind/documentation: ["documentation/*"]
229

2310
# 🚀 kind/feature: ['feature/*', 'feat/*']
2411
# 🐛 kind/bug: ['fix/*', 'hot-fix/*', 'bug-fix/*']

.github/release-drafter.yml

Lines changed: 26 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,46 @@
1-
---
2-
# Copyright (C) Nicolas Lamirault <[email protected]>
3-
#
4-
# Licensed under the Apache License, Version 2.0 (the "License");
5-
# you may not use this file except in compliance with the License.
6-
# You may obtain a copy of the License at
7-
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
10-
# Unless required by applicable law or agreed to in writing, software
11-
# distributed under the License is distributed on an "AS IS" BASIS,
12-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
# See the License for the specific language governing permissions and
14-
# limitations under the License.
15-
#
1+
# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
162
# SPDX-License-Identifier: Apache-2.0
173

18-
name-template: 'v$RESOLVED_VERSION 🌈'
19-
tag-template: 'v$RESOLVED_VERSION'
4+
---
5+
name-template: "v$RESOLVED_VERSION 🌈"
6+
tag-template: "v$RESOLVED_VERSION"
207
# https://gitmoji.carloscuesta.me/
218
categories:
22-
- title: '🚀 Features'
9+
- title: "🚀 Features"
2310
labels:
24-
- 'feature'
25-
- 'enhancement'
26-
- 'kind/feature'
27-
- 'kind/enhancement'
28-
- title: '🐛 Bug Fixes'
11+
- "feature"
12+
- "enhancement"
13+
- "kind/feature"
14+
- "kind/enhancement"
15+
- title: "🐛 Bug Fixes"
2916
labels:
30-
- 'kind/bug'
31-
- 'fix'
32-
- 'bugfix'
33-
- 'bug'
34-
- title: '📝 Documentation'
17+
- "kind/bug"
18+
- "fix"
19+
- "bugfix"
20+
- "bug"
21+
- title: "📝 Documentation"
3522
labels:
36-
- 'kind/documentation'
37-
- title: '💡 Question'
23+
- "kind/documentation"
24+
- title: "💡 Question"
3825
labels:
39-
- 'kind/question'
40-
- title: '🚨 Maintenance'
26+
- "kind/question"
27+
- title: "🚨 Maintenance"
4128
labels:
42-
- 'kind/renovate'
43-
- 'dependency/flux'
44-
- 'chore'
45-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
29+
- "kind/renovate"
30+
- "dependency/flux"
31+
- "chore"
32+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
4633
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
4734
version-resolver:
4835
major:
4936
labels:
50-
- 'major'
37+
- "major"
5138
minor:
5239
labels:
53-
- 'minor'
40+
- "minor"
5441
patch:
5542
labels:
56-
- 'patch'
43+
- "patch"
5744
default: patch
5845
template: |
5946
## 🚧 Changes

0 commit comments

Comments
 (0)