From 3ba631c47fa097d2933f6f33131c178c718c61fa Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Thu, 9 Jan 2025 12:00:59 +0100 Subject: [PATCH] no need for copyright in gradle files --- build.gradle.kts | 16 ---------------- settings.gradle.kts | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 57d11a2..6993a2c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,19 +1,3 @@ -/* - * Copyright 2024-2025 Kazimierz Pogoda / Xemantic - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License 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. - */ - @file:OptIn(ExperimentalWasmDsl::class, ExperimentalKotlinGradlePluginApi::class) import org.gradle.api.tasks.testing.logging.TestExceptionFormat diff --git a/settings.gradle.kts b/settings.gradle.kts index 3cce666..6f49076 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,19 +1,3 @@ -/* - * Copyright 2025 Kazimierz Pogoda / Xemantic - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License 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. - */ - val groupId = "com.xemantic.ai" val name = "xemantic-ai-tool-schema"