diff --git a/src/main/java/org/apache/ibatis/annotations/Options.java b/src/main/java/org/apache/ibatis/annotations/Options.java index 2dc775d272b..32674b45bff 100644 --- a/src/main/java/org/apache/ibatis/annotations/Options.java +++ b/src/main/java/org/apache/ibatis/annotations/Options.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2023 the original author or authors. + * Copyright 2009-2024 the original author or authors. * * 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/src/main/java/org/apache/ibatis/annotations/SelectKey.java b/src/main/java/org/apache/ibatis/annotations/SelectKey.java index 2841872d651..8f92ac6d553 100644 --- a/src/main/java/org/apache/ibatis/annotations/SelectKey.java +++ b/src/main/java/org/apache/ibatis/annotations/SelectKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2023 the original author or authors. + * Copyright 2009-2024 the original author or authors. * * 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/src/main/java/org/apache/ibatis/builder/InitializingObject.java b/src/main/java/org/apache/ibatis/builder/InitializingObject.java index 716c5d5bf60..52fc375afc8 100644 --- a/src/main/java/org/apache/ibatis/builder/InitializingObject.java +++ b/src/main/java/org/apache/ibatis/builder/InitializingObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2023 the original author or authors. + * Copyright 2009-2024 the original author or authors. * * 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/src/main/java/org/apache/ibatis/executor/statement/StatementUtil.java b/src/main/java/org/apache/ibatis/executor/statement/StatementUtil.java index d51a9b3387a..819a8236444 100644 --- a/src/main/java/org/apache/ibatis/executor/statement/StatementUtil.java +++ b/src/main/java/org/apache/ibatis/executor/statement/StatementUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2023 the original author or authors. + * Copyright 2009-2024 the original author or authors. * * 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/src/main/java/org/apache/ibatis/lang/UsesJava7.java b/src/main/java/org/apache/ibatis/lang/UsesJava7.java index f7654ce25f4..29763663796 100644 --- a/src/main/java/org/apache/ibatis/lang/UsesJava7.java +++ b/src/main/java/org/apache/ibatis/lang/UsesJava7.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2022 the original author or authors. + * Copyright 2009-2024 the original author or authors. * * 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/src/main/java/org/apache/ibatis/lang/UsesJava8.java b/src/main/java/org/apache/ibatis/lang/UsesJava8.java index 8053f1a01eb..4dfcaee0957 100644 --- a/src/main/java/org/apache/ibatis/lang/UsesJava8.java +++ b/src/main/java/org/apache/ibatis/lang/UsesJava8.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2022 the original author or authors. + * Copyright 2009-2024 the original author or authors. * * 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/src/main/java/org/apache/ibatis/parsing/PropertyParser.java b/src/main/java/org/apache/ibatis/parsing/PropertyParser.java index 96814b2ba79..6d6f9ea9275 100644 --- a/src/main/java/org/apache/ibatis/parsing/PropertyParser.java +++ b/src/main/java/org/apache/ibatis/parsing/PropertyParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2023 the original author or authors. + * Copyright 2009-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.