diff --git a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/AvoidFileStream.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/AvoidFileStream.java index 712025f9f..6eab9ec1d 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/AvoidFileStream.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/AvoidFileStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/AvoidUncheckedExceptionsInSignatures.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/AvoidUncheckedExceptionsInSignatures.java index f45e0819b..05c7899d2 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/AvoidUncheckedExceptionsInSignatures.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/AvoidUncheckedExceptionsInSignatures.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/ComparisonWithNaN.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/ComparisonWithNaN.java index 3f246427b..94278e5f6 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/ComparisonWithNaN.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/ComparisonWithNaN.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/EmptyControlStatement.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/EmptyControlStatement.java index 5686605d3..312d2ba6a 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/EmptyControlStatement.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/EmptyControlStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/LambdaReturnsSingleStatement.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/LambdaReturnsSingleStatement.java index b04c3d6cb..9238b366c 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/LambdaReturnsSingleStatement.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/LambdaReturnsSingleStatement.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/LiteralsFirstInComparisons.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/LiteralsFirstInComparisons.java index 04b3fd46b..b42bba06c 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/LiteralsFirstInComparisons.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/LiteralsFirstInComparisons.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/PrimitiveWrapperInstantiation.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/PrimitiveWrapperInstantiation.java index 77ef0c470..bbbd4ddc1 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/PrimitiveWrapperInstantiation.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/PrimitiveWrapperInstantiation.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/SimplifyStartsWith.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/SimplifyStartsWith.java index 15513a7f7..84a3ad8d8 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/SimplifyStartsWith.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/SimplifyStartsWith.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/StringToString.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/StringToString.java index 4a74ff6ee..cef155ca0 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/StringToString.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/StringToString.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UnnecessaryBoxing.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryBoxing.java index cdde9794e..e449e6bc9 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryBoxing.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryBoxing.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UnnecessaryFullyQualifiedName.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryFullyQualifiedName.java index 653ebe66b..2f5731269 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryFullyQualifiedName.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryFullyQualifiedName.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UnnecessaryImport.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryImport.java index 346db4fad..e19f9f6fc 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryImport.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryImport.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UnnecessaryModifier.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryModifier.java index 0ef633c7a..90dae1cfc 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryModifier.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessaryModifier.java @@ -1,5 +1,5 @@ /* - * Copyright 2023-2024 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UnnecessarySemicolon.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessarySemicolon.java index d064d91ec..1a7bd9203 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessarySemicolon.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UnnecessarySemicolon.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UseCollectionIsEmpty.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseCollectionIsEmpty.java index bbed1816e..a95c01ce5 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseCollectionIsEmpty.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseCollectionIsEmpty.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UseDiamondOperator.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseDiamondOperator.java index f77025786..9d6a6bc7f 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseDiamondOperator.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseDiamondOperator.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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/UseIndexOfChar.java b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseIndexOfChar.java index 12ada3977..2a6160356 100644 --- a/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseIndexOfChar.java +++ b/java/src/main/java/eu/solven/cleanthat/engine/java/refactorer/mutators/UseIndexOfChar.java @@ -1,5 +1,5 @@ /* - * Copyright 2023 Benoit Lacelle - SOLVEN + * Copyright 2023-2025 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.