From 0323cc058f5152cf3b03ac02aeb7b475779335fb Mon Sep 17 00:00:00 2001 From: "Florian Rusch (cluetec GmbH)" Date: Thu, 26 Oct 2023 16:27:33 +0200 Subject: [PATCH] Add missing copyrights --- .github/dependabot.yml | 17 ++++++++++++++++- .github/labeler.yml | 15 +++++++++++++++ .github/workflows/greetings.yaml | 16 +++++++++++++++- .github/workflows/labeler.yaml | 14 ++++++++++++++ .github/workflows/markdown-checks.yaml | 14 ++++++++++++++ .github/workflows/pr-title-check.yaml | 16 +++++++++++++++- Makefile | 15 +++++++++++++++ 7 files changed, 104 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5fc0dd..d70badb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,18 @@ +# Copyright 2023 cluetec GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + # To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: @@ -35,4 +50,4 @@ updates: - a-mesin labels: - dependencies - - container-image \ No newline at end of file + - container-image diff --git a/.github/labeler.yml b/.github/labeler.yml index 99367d0..1d0a97b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,18 @@ +# Copyright 2023 cluetec GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + # Documentation: https://github.com/actions/labeler ci: diff --git a/.github/workflows/greetings.yaml b/.github/workflows/greetings.yaml index 3c992cd..9a43ade 100644 --- a/.github/workflows/greetings.yaml +++ b/.github/workflows/greetings.yaml @@ -1,3 +1,17 @@ +# Copyright 2023 cluetec GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Greetings on: @@ -26,4 +40,4 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Thanks for your contribution 🔥 We will take a look asap 🚀\n\nIn the meantime we recommend each new contribute to have a look at the [contribution guide](https://github.com/cluetec/lifeboat/CONTRIBUTING.md)." - pr-message: "Thanks for your contribution 🔥 We will take a look asap 🚀\n\nIn the meantime we recommend each new contribute to have a look at the [contribution guide](https://github.com/cluetec/lifeboat/CONTRIBUTING.md)." \ No newline at end of file + pr-message: "Thanks for your contribution 🔥 We will take a look asap 🚀\n\nIn the meantime we recommend each new contribute to have a look at the [contribution guide](https://github.com/cluetec/lifeboat/CONTRIBUTING.md)." diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index c274f06..de9d2ef 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -1,3 +1,17 @@ +# Copyright 2023 cluetec GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Labeler on: diff --git a/.github/workflows/markdown-checks.yaml b/.github/workflows/markdown-checks.yaml index 8ff6e32..18cc398 100644 --- a/.github/workflows/markdown-checks.yaml +++ b/.github/workflows/markdown-checks.yaml @@ -1,3 +1,17 @@ +# Copyright 2023 cluetec GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: Markdown checks on: diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 18b45c9..d821d02 100644 --- a/.github/workflows/pr-title-check.yaml +++ b/.github/workflows/pr-title-check.yaml @@ -1,3 +1,17 @@ +# Copyright 2023 cluetec GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + name: PR Title Conventional Commit Validation on: @@ -16,4 +30,4 @@ jobs: uses: ytanikin/PRConventionalCommits@b7be9213c4fa33260646db6c9b905332dc90b310 # v1.1.0 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' - add_label: 'false' \ No newline at end of file + add_label: 'false' diff --git a/Makefile b/Makefile index 77b8934..e6db3fe 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,18 @@ +# Copyright 2023 cluetec GmbH +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + # Path to the main file MAIN_FILE_PATH ?= ./main.go