From 37644fcd8dca453adda1d75fdab5d93998e35365 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Mon, 13 Jan 2025 10:40:46 +0800 Subject: [PATCH] docs: update license --- README-zh-CN.md | 4 ++-- README.md | 4 ++-- .../main/java/com/highcapable/sweetproperty/SweetProperty.kt | 2 +- .../sweetproperty/gradle/entity/ProjectDescriptor.kt | 2 +- .../sweetproperty/gradle/factory/ExtensionAwareFactory.kt | 2 +- .../sweetproperty/gradle/factory/GradleProjectFactory.kt | 2 +- .../sweetproperty/gradle/proxy/IGradleLifecycle.kt | 2 +- .../sweetproperty/plugin/SweetPropertyExtension.kt | 2 +- .../highcapable/sweetproperty/plugin/SweetPropertyPlugin.kt | 2 +- .../sweetproperty/plugin/config/default/DefaultConfigs.kt | 2 +- .../plugin/config/factory/SweetPropertyConfigsFactory.kt | 2 +- .../plugin/config/proxy/ISweetPropertyConfigs.kt | 2 +- .../sweetproperty/plugin/config/type/GenerateLocationType.kt | 2 +- .../plugin/extension/accessors/proxy/IExtensionAccessors.kt | 2 +- .../dsl/configure/SweetPropertyConfigureExtension.kt | 2 +- .../plugin/generator/PropertiesAccessorsGenerator.kt | 2 +- .../plugin/generator/PropertiesSourcesGenerator.kt | 2 +- .../plugin/generator/factory/GeneratorFactory.kt | 2 +- .../sweetproperty/plugin/helper/PluginUpdateHelper.kt | 2 +- .../sweetproperty/plugin/helper/PropertiesDeployHelper.kt | 2 +- .../java/com/highcapable/sweetproperty/utils/FileFactory.kt | 2 +- .../java/com/highcapable/sweetproperty/utils/HttpFactory.kt | 2 +- .../com/highcapable/sweetproperty/utils/VariableFactory.kt | 2 +- .../com/highcapable/sweetproperty/utils/code/CodeCompiler.kt | 2 +- .../sweetproperty/utils/code/entity/MavenPomData.kt | 2 +- .../sweetproperty/utils/code/factory/CodeCompilerFactory.kt | 2 +- .../java/com/highcapable/sweetproperty/utils/debug/SError.kt | 2 +- .../java/com/highcapable/sweetproperty/utils/debug/SLog.kt | 2 +- .../kotlin/dsl/SweetPropertySettingsExtensionFactory.kt | 2 +- 29 files changed, 31 insertions(+), 31 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index 7f81b6a..913139b 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -76,7 +76,7 @@ ``` Apache License Version 2.0 -Copyright (C) 2019-2024 HighCapable +Copyright (C) 2019 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -91,4 +91,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -版权所有 © 2019-2024 HighCapable \ No newline at end of file +版权所有 © 2019 HighCapable \ No newline at end of file diff --git a/README.md b/README.md index acb0ae3..ddfc30f 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ This project also uses **SweetDependency**. ``` Apache License Version 2.0 -Copyright (C) 2019-2024 HighCapable +Copyright (C) 2019 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -97,4 +97,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -Copyright © 2019-2024 HighCapable \ No newline at end of file +Copyright © 2019 HighCapable \ No newline at end of file diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/SweetProperty.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/SweetProperty.kt index 0b6d6e8..f532fa4 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/SweetProperty.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/SweetProperty.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/entity/ProjectDescriptor.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/entity/ProjectDescriptor.kt index 1728227..478396d 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/entity/ProjectDescriptor.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/entity/ProjectDescriptor.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/ExtensionAwareFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/ExtensionAwareFactory.kt index 3636847..6a6c615 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/ExtensionAwareFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/ExtensionAwareFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/GradleProjectFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/GradleProjectFactory.kt index 3aca6ca..21af9bd 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/GradleProjectFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/factory/GradleProjectFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/proxy/IGradleLifecycle.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/proxy/IGradleLifecycle.kt index c4b1ddb..13384c9 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/proxy/IGradleLifecycle.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/gradle/proxy/IGradleLifecycle.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyExtension.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyExtension.kt index f381307..8e357fd 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyExtension.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyExtension.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyPlugin.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyPlugin.kt index aa2d2fe..5010ecc 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyPlugin.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/SweetPropertyPlugin.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/default/DefaultConfigs.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/default/DefaultConfigs.kt index 6f78d70..bb0b928 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/default/DefaultConfigs.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/default/DefaultConfigs.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/factory/SweetPropertyConfigsFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/factory/SweetPropertyConfigsFactory.kt index d791c06..1b467c4 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/factory/SweetPropertyConfigsFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/factory/SweetPropertyConfigsFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/proxy/ISweetPropertyConfigs.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/proxy/ISweetPropertyConfigs.kt index 3909571..97b4335 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/proxy/ISweetPropertyConfigs.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/proxy/ISweetPropertyConfigs.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/type/GenerateLocationType.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/type/GenerateLocationType.kt index 93f2227..ccc4699 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/type/GenerateLocationType.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/config/type/GenerateLocationType.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/accessors/proxy/IExtensionAccessors.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/accessors/proxy/IExtensionAccessors.kt index c803a9f..36a7352 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/accessors/proxy/IExtensionAccessors.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/accessors/proxy/IExtensionAccessors.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/dsl/configure/SweetPropertyConfigureExtension.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/dsl/configure/SweetPropertyConfigureExtension.kt index 0bfe9fe..23c5bda 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/dsl/configure/SweetPropertyConfigureExtension.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/extension/dsl/configure/SweetPropertyConfigureExtension.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesAccessorsGenerator.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesAccessorsGenerator.kt index 386eea7..8945c44 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesAccessorsGenerator.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesAccessorsGenerator.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesSourcesGenerator.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesSourcesGenerator.kt index 4a73f94..b82a77b 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesSourcesGenerator.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/PropertiesSourcesGenerator.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/factory/GeneratorFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/factory/GeneratorFactory.kt index cb17009..e8950f4 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/factory/GeneratorFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/generator/factory/GeneratorFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PluginUpdateHelper.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PluginUpdateHelper.kt index f693f82..34f08f3 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PluginUpdateHelper.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PluginUpdateHelper.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PropertiesDeployHelper.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PropertiesDeployHelper.kt index 8d504a4..f67a39e 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PropertiesDeployHelper.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/plugin/helper/PropertiesDeployHelper.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/FileFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/FileFactory.kt index 8e6e2ef..2e8ce70 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/FileFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/FileFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/HttpFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/HttpFactory.kt index 261f1e1..ae3bcd2 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/HttpFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/HttpFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/VariableFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/VariableFactory.kt index 4301740..3e10018 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/VariableFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/VariableFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/CodeCompiler.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/CodeCompiler.kt index 26a4658..b9d7f35 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/CodeCompiler.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/CodeCompiler.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/entity/MavenPomData.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/entity/MavenPomData.kt index 1f085da..12d0964 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/entity/MavenPomData.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/entity/MavenPomData.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/factory/CodeCompilerFactory.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/factory/CodeCompilerFactory.kt index 300010f..1f94bd4 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/factory/CodeCompilerFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/code/factory/CodeCompilerFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SError.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SError.kt index 2b8c089..c235e5e 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SError.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SError.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SLog.kt b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SLog.kt index 567bdeb..21f279b 100644 --- a/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SLog.kt +++ b/sweetproperty-gradle-plugin/src/main/java/com/highcapable/sweetproperty/utils/debug/SLog.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0 diff --git a/sweetproperty-gradle-plugin/src/main/java/org/gradle/kotlin/dsl/SweetPropertySettingsExtensionFactory.kt b/sweetproperty-gradle-plugin/src/main/java/org/gradle/kotlin/dsl/SweetPropertySettingsExtensionFactory.kt index 1f9479e..7ab91bc 100644 --- a/sweetproperty-gradle-plugin/src/main/java/org/gradle/kotlin/dsl/SweetPropertySettingsExtensionFactory.kt +++ b/sweetproperty-gradle-plugin/src/main/java/org/gradle/kotlin/dsl/SweetPropertySettingsExtensionFactory.kt @@ -1,6 +1,6 @@ /* * SweetProperty - An easy get project properties anywhere Gradle plugin. - * Copyright (C) 2019-2024 HighCapable + * Copyright (C) 2019 HighCapable * https://github.com/HighCapable/SweetProperty * * Apache License Version 2.0