From 93292d911ec3a23ac57656f2605c8229ff429034 Mon Sep 17 00:00:00 2001 From: Vladyslav Lubenskyi Date: Tue, 6 Jan 2026 17:36:48 +0100 Subject: [PATCH] Update copyright year to 2026 --- build.gradle.kts | 2 +- settings.gradle.kts | 2 +- src/main/kotlin/com/teamdev/jxbrowser/gradle/Environment.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/gradle/JxBrowserExtension.kt | 2 +- src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPlugin.kt | 2 +- src/main/kotlin/com/teamdev/jxbrowser/gradle/Repository.kt | 2 +- .../teamdev/jxbrowser/gradle/JxBrowserPluginFunctionalTest.kt | 2 +- .../kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginTest.kt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b37b6a8..84512a3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/settings.gradle.kts b/settings.gradle.kts index af40c11..9f8c2a6 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2025, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/src/main/kotlin/com/teamdev/jxbrowser/gradle/Environment.kt b/src/main/kotlin/com/teamdev/jxbrowser/gradle/Environment.kt index 7a6c947..fcce5f5 100644 --- a/src/main/kotlin/com/teamdev/jxbrowser/gradle/Environment.kt +++ b/src/main/kotlin/com/teamdev/jxbrowser/gradle/Environment.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserExtension.kt b/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserExtension.kt index f2521bb..4de121a 100644 --- a/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserExtension.kt +++ b/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserExtension.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPlugin.kt b/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPlugin.kt index 4a3f0d4..de90d27 100644 --- a/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPlugin.kt +++ b/src/main/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPlugin.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/src/main/kotlin/com/teamdev/jxbrowser/gradle/Repository.kt b/src/main/kotlin/com/teamdev/jxbrowser/gradle/Repository.kt index 2fe40c3..6e692c8 100644 --- a/src/main/kotlin/com/teamdev/jxbrowser/gradle/Repository.kt +++ b/src/main/kotlin/com/teamdev/jxbrowser/gradle/Repository.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginFunctionalTest.kt b/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginFunctionalTest.kt index 1019c81..f6a8fd1 100644 --- a/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginFunctionalTest.kt +++ b/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginFunctionalTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following diff --git a/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginTest.kt b/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginTest.kt index 5f845d7..9151685 100644 --- a/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginTest.kt +++ b/src/test/kotlin/com/teamdev/jxbrowser/gradle/JxBrowserPluginTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023, TeamDev. All rights reserved. + * Copyright 2026, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following