From f89222307c828c018c50e81168a47bc86d6df3b3 Mon Sep 17 00:00:00 2001 From: Paul Latzelsperger Date: Mon, 2 Dec 2024 15:16:29 +0100 Subject: [PATCH] license headers --- buildSrc/build.gradle.kts | 14 ++++++++++++++ buildSrc/settings.gradle.kts | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index efb30cc..6f0a1c3 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -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 + * + */ + plugins { `java-gradle-plugin` } diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index b5a0fab..91e8fac 100644 --- a/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts @@ -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 + * + */ + dependencyResolutionManagement { versionCatalogs { create("libs") {