From 97f4bfbc561ad695a971c587f2034a414a23f022 Mon Sep 17 00:00:00 2001 From: Simone Lindner Date: Thu, 24 Aug 2023 13:21:38 +0200 Subject: [PATCH] legal information header added --- .github/workflows/helm-release.yml | 19 ++++++++++++++++++ .github/workflows/kics.yml | 19 ++++++++++++++++++ .tractusx | 20 +++++++++++++++++++ .../src/main/resources/catena-template.css | 19 ++++++++++++++++++ .../semantics/registry/HealthCheckTest.java | 19 ++++++++++++++++++ charts/registry/Chart.yaml | 2 +- .../templates/tests/test-connection.yaml | 19 ++++++++++++++++++ .../templates/tests/test-credentials.yaml | 19 ++++++++++++++++++ .../tests/test-script-configmap.yaml | 19 ++++++++++++++++++ pom.xml | 1 + 10 files changed, 155 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 20eaaf92..7e330a4d 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -1,3 +1,22 @@ +############################################################### +# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH +# 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. +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +############################################################### name: Release - Helm Charts on: diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index 3bd47a50..ce0f580d 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -1,3 +1,22 @@ +############################################################### +# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH +# 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. +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +############################################################### name: "KICS" on: diff --git a/.tractusx b/.tractusx index 30ae702c..de35c93c 100644 --- a/.tractusx +++ b/.tractusx @@ -1,3 +1,23 @@ +/******************************************************************************** + * Copyright (c) 2021-2023 Robert Bosch Manufacturing Solutions GmbH + * 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. + * + * 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. + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ + product: "Digital Twin Registry" leadingRepository: "https://github.com/eclipse-tractusx/sldt-digital-twin-registry" repositories: diff --git a/backend/src/main/resources/catena-template.css b/backend/src/main/resources/catena-template.css index 323182e1..c8a32a10 100644 --- a/backend/src/main/resources/catena-template.css +++ b/backend/src/main/resources/catena-template.css @@ -1,3 +1,22 @@ +/******************************************************************************** + * Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH + * 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. + * + * 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. + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ h1 { color: black; font-size: 2rem; diff --git a/backend/src/test/java/org/eclipse/tractusx/semantics/registry/HealthCheckTest.java b/backend/src/test/java/org/eclipse/tractusx/semantics/registry/HealthCheckTest.java index 74c32ace..cf0c8c1d 100644 --- a/backend/src/test/java/org/eclipse/tractusx/semantics/registry/HealthCheckTest.java +++ b/backend/src/test/java/org/eclipse/tractusx/semantics/registry/HealthCheckTest.java @@ -1,3 +1,22 @@ +/******************************************************************************** + * Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH + * 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. + * + * 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. + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ package org.eclipse.tractusx.semantics.registry; import static org.hamcrest.Matchers.is; diff --git a/charts/registry/Chart.yaml b/charts/registry/Chart.yaml index 6dd11528..4120823e 100644 --- a/charts/registry/Chart.yaml +++ b/charts/registry/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/eclipse-tractusx/sldt-digital-twin-registry type: application -version: 0.3.20 +version: 0.3.21 appVersion: 0.3.13-M1 dependencies: diff --git a/charts/registry/templates/tests/test-connection.yaml b/charts/registry/templates/tests/test-connection.yaml index ec90f729..5edb05c9 100644 --- a/charts/registry/templates/tests/test-connection.yaml +++ b/charts/registry/templates/tests/test-connection.yaml @@ -1,3 +1,22 @@ +############################################################### +# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH +# 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. +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +############################################################### apiVersion: v1 kind: Pod metadata: diff --git a/charts/registry/templates/tests/test-credentials.yaml b/charts/registry/templates/tests/test-credentials.yaml index c25662f6..86569221 100644 --- a/charts/registry/templates/tests/test-credentials.yaml +++ b/charts/registry/templates/tests/test-credentials.yaml @@ -1,3 +1,22 @@ +############################################################### +# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH +# 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. +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +############################################################### apiVersion: v1 kind: Secret metadata: diff --git a/charts/registry/templates/tests/test-script-configmap.yaml b/charts/registry/templates/tests/test-script-configmap.yaml index 33f2631c..4c2762f1 100644 --- a/charts/registry/templates/tests/test-script-configmap.yaml +++ b/charts/registry/templates/tests/test-script-configmap.yaml @@ -1,3 +1,22 @@ +############################################################### +# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH +# 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. +# +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +############################################################### kind: ConfigMap apiVersion: v1 metadata: diff --git a/pom.xml b/pom.xml index a8048098..ed6ab639 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@