diff --git a/code-cleaners/src/main/java/eu/solven/cleanthat/formatter/CleanthatSession.java b/code-cleaners/src/main/java/eu/solven/cleanthat/formatter/CleanthatSession.java index cdf8d4b3c..f198e8d93 100644 --- a/code-cleaners/src/main/java/eu/solven/cleanthat/formatter/CleanthatSession.java +++ b/code-cleaners/src/main/java/eu/solven/cleanthat/formatter/CleanthatSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2025 Benoit Lacelle - SOLVEN + * Copyright 2023-2026 Benoit Lacelle - SOLVEN * * 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/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryCaseChange.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryCaseChange.java index c8739aa48..c4f82872a 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryCaseChange.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryCaseChange.java @@ -1,5 +1,5 @@ /* - * Copyright 2025 Benoit Lacelle - SOLVEN + * Copyright 2025-2026 Benoit Lacelle - SOLVEN * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.