From 6c5abd75e925928cd46a6c65b95e9fdad2ff6602 Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Tue, 8 Oct 2024 10:04:47 +0200 Subject: [PATCH] add license headers --- mxd/alice.tf | 14 ++++++++++++++ mxd/alice_variables.tf | 14 ++++++++++++++ mxd/bob.tf | 13 +++++++++++++ mxd/bob_variables.tf | 15 +++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/mxd/alice.tf b/mxd/alice.tf index 136666a9..9dfd9aab 100644 --- a/mxd/alice.tf +++ b/mxd/alice.tf @@ -1,3 +1,17 @@ +# +# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +# +# 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 +# +# SPDX-License-Identifier: Apache-2.0 +# +# Contributors: +# Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - initial API and implementation +# +# + # First connector module "alice-connector" { depends_on = [module.azurite] diff --git a/mxd/alice_variables.tf b/mxd/alice_variables.tf index 89590ca9..0d26026f 100644 --- a/mxd/alice_variables.tf +++ b/mxd/alice_variables.tf @@ -1,3 +1,17 @@ +# +# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +# +# 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 +# +# SPDX-License-Identifier: Apache-2.0 +# +# Contributors: +# Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - initial API and implementation +# +# + variable "alice-bpn" { default = "BPNL000000000001" } diff --git a/mxd/bob.tf b/mxd/bob.tf index cc073173..94b23836 100644 --- a/mxd/bob.tf +++ b/mxd/bob.tf @@ -1,3 +1,16 @@ +# +# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +# +# 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 +# +# SPDX-License-Identifier: Apache-2.0 +# +# Contributors: +# Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - initial API and implementation +# + # Second connector module "bob-connector" { depends_on = [module.azurite] diff --git a/mxd/bob_variables.tf b/mxd/bob_variables.tf index db447312..51fda889 100644 --- a/mxd/bob_variables.tf +++ b/mxd/bob_variables.tf @@ -1,3 +1,18 @@ +# +# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +# +# 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 +# +# SPDX-License-Identifier: Apache-2.0 +# +# Contributors: +# Bayerische Motoren Werke Aktiengesellschaft (BMW AG) - initial API and implementation +# +# + + variable "bob-bpn" { default = "BPNL000000000002" }