Skip to content

Commit

Permalink
Merge pull request #1029 from Think-iT-Labs/88-headers-check
Browse files Browse the repository at this point in the history
build: add header check to comply with TRG 7.02
  • Loading branch information
ndr-brt authored Feb 7, 2024
2 parents 7b0ad5b + 851a9d6 commit 5dda6b9
Show file tree
Hide file tree
Showing 528 changed files with 6,080 additions and 4,063 deletions.
7 changes: 4 additions & 3 deletions .github/actions/import-gpg-key/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Import GPG Key"
Expand Down
9 changes: 5 additions & 4 deletions .github/actions/publish-docker-image/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Publish Docker Image"
Expand Down Expand Up @@ -120,4 +121,4 @@ runs:
readme-filepath: ${{ inputs.rootDir }}/notice.md
username: ${{ inputs.docker_user }}
password: ${{ inputs.docker_token }}
repository: ${{ inputs.namespace }}/${{ inputs.imagename }}
repository: ${{ inputs.namespace }}/${{ inputs.imagename }}
7 changes: 4 additions & 3 deletions .github/actions/run-deployment-test/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Run Deployment Test"
Expand Down
7 changes: 4 additions & 3 deletions .github/actions/setup-java/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
Expand All @@ -7,7 +7,7 @@
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Setup JDK 17"
Expand Down
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
version: 2
Expand Down
11 changes: 6 additions & 5 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
changelog:
Expand All @@ -31,4 +32,4 @@ changelog:
- "*"
- title: Documentation
labels:
- documentation
- documentation
9 changes: 5 additions & 4 deletions .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
#################################################################################
# Copyright (c) 2023 Mercedes-Benz Tech Innovation GmbH
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Deployment Tests"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/draft-new-release.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Draft new release"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Lint helm charts"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/kics.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "KICS"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Create Docker images"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/publish-maven.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
#################################################################################
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Manually publish Maven Artefacts to OSSRH"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
#################################################################################
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -15,7 +15,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Publish new release"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/publish-swaggerhub.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#
#################################################################################
# Copyright (c) 2023 Mercedes-Benz Tech Innovation GmbH
# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
# https://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
Expand All @@ -16,7 +16,8 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
#
#################################################################################


---
name: "Publish OpenAPI to Swaggerhub"
Expand Down
Loading

0 comments on commit 5dda6b9

Please sign in to comment.