From 2abb3b8a5a83fa84bed7ac66a3f2191049902099 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Sat, 1 Nov 2025 18:17:16 +0100 Subject: [PATCH] style: Clean up duplicate license headers --- annotations/build.gradle.kts | 18 +----------------- bson-multiplatform/build.gradle.kts | 16 ---------------- bson/build.gradle.kts | 18 +----------------- 3 files changed, 2 insertions(+), 50 deletions(-) diff --git a/annotations/build.gradle.kts b/annotations/build.gradle.kts index 091d4a88..a7677472 100644 --- a/annotations/build.gradle.kts +++ b/annotations/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2024-2025, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,22 +18,6 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl -/* - * Copyright (c) 2024-2025, OpenSavvy and contributors. - * - * 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 - * - * http://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. - */ - plugins { alias(opensavvyConventions.plugins.base) alias(opensavvyConventions.plugins.kotlin.library) diff --git a/bson-multiplatform/build.gradle.kts b/bson-multiplatform/build.gradle.kts index 10505a7d..0e6e86d4 100644 --- a/bson-multiplatform/build.gradle.kts +++ b/bson-multiplatform/build.gradle.kts @@ -18,22 +18,6 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl -/* - * Copyright (c) 2025, OpenSavvy and contributors. - * - * 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 - * - * http://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. - */ - plugins { alias(opensavvyConventions.plugins.base) alias(opensavvyConventions.plugins.kotlin.library) diff --git a/bson/build.gradle.kts b/bson/build.gradle.kts index 6f94a5b2..f925db83 100644 --- a/bson/build.gradle.kts +++ b/bson/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2025, OpenSavvy and contributors. + * Copyright (c) 2024-2025, OpenSavvy and contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,22 +18,6 @@ import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl -/* - * Copyright (c) 2024-2025, OpenSavvy and contributors. - * - * 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 - * - * http://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. - */ - plugins { alias(opensavvyConventions.plugins.base) alias(opensavvyConventions.plugins.kotlin.library) -- 2.51.2