From dc6d6b77d63b7d247472c089ca173389110e9d13 Mon Sep 17 00:00:00 2001 From: phinner <62483793+Phinner@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:23:08 +0200 Subject: [PATCH] chore: Update license header to 2023 --- build.gradle.kts | 2 +- src/main/kotlin/fr/xpdustry/kotlin/KotlinRuntimePlugin.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 351d249..3e33e73 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -130,5 +130,5 @@ indraSpotlessLicenser { property("NAME", metadata.displayName) property("DESCRIPTION", metadata.description) property("AUTHOR", metadata.author) - property("YEAR", "2022") + property("YEAR", "2023") } diff --git a/src/main/kotlin/fr/xpdustry/kotlin/KotlinRuntimePlugin.kt b/src/main/kotlin/fr/xpdustry/kotlin/KotlinRuntimePlugin.kt index b5af3e3..f71d33e 100644 --- a/src/main/kotlin/fr/xpdustry/kotlin/KotlinRuntimePlugin.kt +++ b/src/main/kotlin/fr/xpdustry/kotlin/KotlinRuntimePlugin.kt @@ -3,7 +3,7 @@ * * MIT License * - * Copyright (c) 2022 Xpdustry + * Copyright (c) 2023 Xpdustry * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal