From fe251ba74cde1eda2f000531d0b992e8bb744e84 Mon Sep 17 00:00:00 2001 From: Andy Coates <8012398+big-andy-coates@users.noreply.github.com> Date: Sat, 13 Jan 2024 07:58:13 +0000 Subject: [PATCH] Update copyright 2024 (#197) --- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 2 +- buildSrc/settings.gradle.kts | 2 +- .../kotlin/creek-common-convention.gradle.kts | 2 +- .../kotlin/creek-coverage-convention.gradle.kts | 2 +- .../kotlin/creek-module-convention.gradle.kts | 2 +- ...creek-plugin-publishing-convention.gradle.kts | 2 +- .../creek-publishing-convention.gradle.kts | 2 +- ...eek-sonatype-publishing-convention.gradle.kts | 2 +- config/checkstyle/checkstyle.xml | 4 ++-- config/checkstyle/suppressions.xml | 2 +- config/spotbugs/suppressions.xml | 16 ++++++++++++++++ gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 16 ++++++++++++++++ metadata/build.gradle.kts | 2 +- metadata/src/main/java/module-info.java | 2 +- .../platform/metadata/AggregateDescriptor.java | 2 +- .../platform/metadata/ComponentDescriptor.java | 2 +- .../platform/metadata/ComponentDescriptors.java | 2 +- .../api/platform/metadata/ComponentInput.java | 2 +- .../api/platform/metadata/ComponentInternal.java | 2 +- .../api/platform/metadata/ComponentOutput.java | 2 +- .../api/platform/metadata/CreatableResource.java | 2 +- .../api/platform/metadata/OwnedResource.java | 2 +- .../platform/metadata/ResourceCollection.java | 2 +- .../platform/metadata/ResourceDescriptor.java | 2 +- .../api/platform/metadata/ServiceDescriptor.java | 2 +- .../api/platform/metadata/SharedResource.java | 2 +- .../api/platform/metadata/UnownedResource.java | 2 +- .../internal/platform/metadata/Components.java | 2 +- .../test/java/org/creekservice/ModuleTest.java | 2 +- .../metadata/ComponentDescriptorTest.java | 2 +- .../metadata/ComponentDescriptorsTest.java | 2 +- .../metadata/ResourceCollectionTest.java | 2 +- .../platform/metadata/ServiceDescriptorTest.java | 2 +- .../platform/metadata/ComponentsTest.java | 2 +- resource/build.gradle.kts | 2 +- .../platform/resource/ResourceInitializer.java | 2 +- .../platform/resource/ComponentValidator.java | 2 +- .../test/java/org/creekservice/ModuleTest.java | 2 +- .../resource/ResourceInitializerTest.java | 2 +- .../resource/ComponentValidatorTest.java | 2 +- settings.gradle.kts | 2 +- 43 files changed, 74 insertions(+), 42 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1fcfebb..36a4bcf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2023-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 023df7f..1a0fb1b 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2023-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index 4f22f82..738e8f9 100644 --- a/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2023-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts index 7d3527e..939e5b1 100644 --- a/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-common-convention.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2022-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/creek-coverage-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-coverage-convention.gradle.kts index a5fa456..8b5a19f 100644 --- a/buildSrc/src/main/kotlin/creek-coverage-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-coverage-convention.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2022-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/creek-module-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-module-convention.gradle.kts index 0e42bb5..dbf0795 100644 --- a/buildSrc/src/main/kotlin/creek-module-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-module-convention.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2022-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts index b3d048f..e63f39e 100644 --- a/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-plugin-publishing-convention.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2022-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/creek-publishing-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-publishing-convention.gradle.kts index ebb7f27..1eddf4d 100644 --- a/buildSrc/src/main/kotlin/creek-publishing-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-publishing-convention.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2022-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/buildSrc/src/main/kotlin/creek-sonatype-publishing-convention.gradle.kts b/buildSrc/src/main/kotlin/creek-sonatype-publishing-convention.gradle.kts index 70865d8..537bfb3 100644 --- a/buildSrc/src/main/kotlin/creek-sonatype-publishing-convention.gradle.kts +++ b/buildSrc/src/main/kotlin/creek-sonatype-publishing-convention.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Creek Contributors (https://github.com/creek-service) + * Copyright 2022-2024 Creek Contributors (https://github.com/creek-service) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index 52cc9b8..b0d236d 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -1,6 +1,6 @@ + value="/\*\n\* Copyright (\d\d\d\d-)?2024 Creek Contributors \(https://github.com/creek-service\)$\n \*$\n \* Licensed under the Apache License, Version 2.0"/> diff --git a/config/checkstyle/suppressions.xml b/config/checkstyle/suppressions.xml index aa7e04e..4ba5013 100644 --- a/config/checkstyle/suppressions.xml +++ b/config/checkstyle/suppressions.xml @@ -1,7 +1,7 @@ +