From 33c7cd91804a0982b5ff9458736aed36af20ca30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCn?= Date: Thu, 27 Jul 2023 16:18:21 +0200 Subject: [PATCH 1/2] chore: add .tractusx metafile --- .tractusx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tractusx diff --git a/.tractusx b/.tractusx new file mode 100644 index 0000000..ba5725e --- /dev/null +++ b/.tractusx @@ -0,0 +1,6 @@ +product: "puris-backend" +leadingRepository: "https://github.com/eclipse-tractusx/puris-backend" +repositories: +- name: "puris-backend" + usage: "implementation of Puris Backend" + url: "https://github.com/eclipse-tractusx/puris-backend" From 58cbfc1c4892d32aad37106eb91c41918626bc6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCn?= Date: Fri, 28 Jul 2023 13:24:25 +0200 Subject: [PATCH 2/2] chore: add licence header to .tractusx metafile --- .tractusx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.tractusx b/.tractusx index ba5725e..e4a8608 100644 --- a/.tractusx +++ b/.tractusx @@ -1,3 +1,22 @@ +######################################################################################### +# 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: "puris-backend" leadingRepository: "https://github.com/eclipse-tractusx/puris-backend" repositories: