updated copyright

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-03-25 11:00:11 +01:00
parent ee6b48d4e4
commit 20f5d0efcf
56 changed files with 56 additions and 56 deletions

View File

@@ -12,7 +12,7 @@ spotless {
target("**/src/**/java/**/*.java")
removeUnusedImports()
importOrder()
licenseHeader("/* © SRSoftware 2024 */")
licenseHeader("/* © SRSoftware 2025 */")
}
}