diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7357e5bd..ed17e8c6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,3 +34,6 @@ updates: - dependency-name: jakarta.transaction:jakarta.transaction-api versions: - "> 1.4.0" + - dependency-name: org.hsqldb:hsqldb + versions: + - ">= 2.6.0" diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 642d572c..ffdc10e5 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar diff --git a/src/main/java/org/mybatis/guice/AbstractMyBatisModule.java b/src/main/java/org/mybatis/guice/AbstractMyBatisModule.java index b3b1defa..d9db6100 100644 --- a/src/main/java/org/mybatis/guice/AbstractMyBatisModule.java +++ b/src/main/java/org/mybatis/guice/AbstractMyBatisModule.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/MyBatisJtaModule.java b/src/main/java/org/mybatis/guice/MyBatisJtaModule.java index bab93b64..814bc714 100644 --- a/src/main/java/org/mybatis/guice/MyBatisJtaModule.java +++ b/src/main/java/org/mybatis/guice/MyBatisJtaModule.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/MyBatisModule.java b/src/main/java/org/mybatis/guice/MyBatisModule.java index 5ea56664..c6fc1468 100644 --- a/src/main/java/org/mybatis/guice/MyBatisModule.java +++ b/src/main/java/org/mybatis/guice/MyBatisModule.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/Preconditions.java b/src/main/java/org/mybatis/guice/Preconditions.java index 0ddd3428..2c46de09 100644 --- a/src/main/java/org/mybatis/guice/Preconditions.java +++ b/src/main/java/org/mybatis/guice/Preconditions.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/XMLMyBatisModule.java b/src/main/java/org/mybatis/guice/XMLMyBatisModule.java index 927b3ec1..085f2127 100644 --- a/src/main/java/org/mybatis/guice/XMLMyBatisModule.java +++ b/src/main/java/org/mybatis/guice/XMLMyBatisModule.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/binder/AliasBinder.java b/src/main/java/org/mybatis/guice/binder/AliasBinder.java index d2fa1a04..3d92185e 100644 --- a/src/main/java/org/mybatis/guice/binder/AliasBinder.java +++ b/src/main/java/org/mybatis/guice/binder/AliasBinder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/binder/TypeHandlerBinder.java b/src/main/java/org/mybatis/guice/binder/TypeHandlerBinder.java index 5d4707aa..41383af8 100644 --- a/src/main/java/org/mybatis/guice/binder/TypeHandlerBinder.java +++ b/src/main/java/org/mybatis/guice/binder/TypeHandlerBinder.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/binder/package-info.java b/src/main/java/org/mybatis/guice/binder/package-info.java index fae11237..ed2bb6e9 100644 --- a/src/main/java/org/mybatis/guice/binder/package-info.java +++ b/src/main/java/org/mybatis/guice/binder/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/ConfigurationProvider.java b/src/main/java/org/mybatis/guice/configuration/ConfigurationProvider.java index e96cd58b..a0f8ad52 100644 --- a/src/main/java/org/mybatis/guice/configuration/ConfigurationProvider.java +++ b/src/main/java/org/mybatis/guice/configuration/ConfigurationProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/ConfigurationSettingListener.java b/src/main/java/org/mybatis/guice/configuration/ConfigurationSettingListener.java index 8667987c..30392229 100644 --- a/src/main/java/org/mybatis/guice/configuration/ConfigurationSettingListener.java +++ b/src/main/java/org/mybatis/guice/configuration/ConfigurationSettingListener.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/package-info.java b/src/main/java/org/mybatis/guice/configuration/package-info.java index 9d930187..c9aa9f53 100644 --- a/src/main/java/org/mybatis/guice/configuration/package-info.java +++ b/src/main/java/org/mybatis/guice/configuration/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSetting.java index 118344e3..e262e8c6 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/AliasConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/AliasConfigurationSetting.java index 60cf90c7..04a63ee5 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/AliasConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/AliasConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSetting.java index bef03ff2..4b34e87a 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/CacheEnabledConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/CacheEnabledConfigurationSetting.java index c406dfd0..c336fa34 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/CacheEnabledConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/CacheEnabledConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSetting.java index f65cacf3..1f3ed4f2 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/ConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/ConfigurationSetting.java index fd98b90a..5f00e3e4 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/ConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/ConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/ConfigurationSettings.java b/src/main/java/org/mybatis/guice/configuration/settings/ConfigurationSettings.java index 6f097ea5..1979d2cf 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/ConfigurationSettings.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/ConfigurationSettings.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSetting.java index d05a2fce..6473b07e 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSetting.java index 0edc3648..2eaee273 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSetting.java index e7ddae29..3959029e 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/InterceptorConfigurationSettingProvider.java b/src/main/java/org/mybatis/guice/configuration/settings/InterceptorConfigurationSettingProvider.java index dceaa4b0..ab880714 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/InterceptorConfigurationSettingProvider.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/InterceptorConfigurationSettingProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/JavaTypeAndHandlerConfigurationSettingProvider.java b/src/main/java/org/mybatis/guice/configuration/settings/JavaTypeAndHandlerConfigurationSettingProvider.java index b37be2b7..aeae4c23 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/JavaTypeAndHandlerConfigurationSettingProvider.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/JavaTypeAndHandlerConfigurationSettingProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSetting.java index f275792e..5a90c1de 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSetting.java index c99a12e7..70e81b30 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSetting.java index 87d26ac8..05663d22 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/MapperConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/MapperConfigurationSetting.java index d747fede..d02b6871 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/MapperConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/MapperConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSetting.java index 6ecb9021..843d1698 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSetting.java index e586885b..3fc3dc30 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSetting.java index 40e1e571..f5508053 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/TypeHandlerConfigurationSettingProvider.java b/src/main/java/org/mybatis/guice/configuration/settings/TypeHandlerConfigurationSettingProvider.java index 5fb448d9..65888142 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/TypeHandlerConfigurationSettingProvider.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/TypeHandlerConfigurationSettingProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSetting.java index df0715f4..fe86dec4 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSetting.java b/src/main/java/org/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSetting.java index 28ca7bdd..955ac969 100644 --- a/src/main/java/org/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSetting.java +++ b/src/main/java/org/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSetting.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/builtin/JndiDataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/builtin/JndiDataSourceProvider.java index 70e09b64..f556a885 100644 --- a/src/main/java/org/mybatis/guice/datasource/builtin/JndiDataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/builtin/JndiDataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/builtin/PooledDataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/builtin/PooledDataSourceProvider.java index 39bef964..67d25f85 100644 --- a/src/main/java/org/mybatis/guice/datasource/builtin/PooledDataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/builtin/PooledDataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/builtin/UnpooledDataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/builtin/UnpooledDataSourceProvider.java index bf8620b0..0e86d44c 100644 --- a/src/main/java/org/mybatis/guice/datasource/builtin/UnpooledDataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/builtin/UnpooledDataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/builtin/package-info.java b/src/main/java/org/mybatis/guice/datasource/builtin/package-info.java index 47c8596b..decc52b0 100644 --- a/src/main/java/org/mybatis/guice/datasource/builtin/package-info.java +++ b/src/main/java/org/mybatis/guice/datasource/builtin/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/c3p0/C3p0DataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/c3p0/C3p0DataSourceProvider.java index 350c6557..018a3ae0 100644 --- a/src/main/java/org/mybatis/guice/datasource/c3p0/C3p0DataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/c3p0/C3p0DataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/c3p0/package-info.java b/src/main/java/org/mybatis/guice/datasource/c3p0/package-info.java index 570ae8dd..889eec47 100644 --- a/src/main/java/org/mybatis/guice/datasource/c3p0/package-info.java +++ b/src/main/java/org/mybatis/guice/datasource/c3p0/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/BasicDataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/dbcp/BasicDataSourceProvider.java index 6db6bcc3..6995d8dd 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/BasicDataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/BasicDataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProvider.java b/src/main/java/org/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProvider.java index 8b379a94..a53ede0b 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserDefaultAutoCommit.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultAutoCommit.java index 16abae84..b80b9d0d 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultAutoCommit.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultAutoCommit.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserDefaultReadOnly.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultReadOnly.java index e428acc3..204ed352 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultReadOnly.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultReadOnly.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserDefaultTransactionIsolation.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultTransactionIsolation.java index e0c04247..5d6049b7 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultTransactionIsolation.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserDefaultTransactionIsolation.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserMaxIdle.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxIdle.java index 0e5bfc01..e0e22a3c 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxIdle.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxIdle.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserMaxTotal.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxTotal.java index 94940434..5d61c039 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxTotal.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxTotal.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2019 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserMaxWaitMillis.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxWaitMillis.java index a201b5c1..0b35450c 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxWaitMillis.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserMaxWaitMillis.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2019 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModule.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModule.java index e1f28a67..a31336dd 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModule.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModule.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2019 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProvider.java index 18dc273e..5ac0a143 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProvider.java index 68bfe54e..13a3f843 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/dbcp/package-info.java b/src/main/java/org/mybatis/guice/datasource/dbcp/package-info.java index c1bd952b..7ce6b146 100644 --- a/src/main/java/org/mybatis/guice/datasource/dbcp/package-info.java +++ b/src/main/java/org/mybatis/guice/datasource/dbcp/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/druid/DruidDataSourceProvider.java b/src/main/java/org/mybatis/guice/datasource/druid/DruidDataSourceProvider.java index d5e54521..7a8684d9 100644 --- a/src/main/java/org/mybatis/guice/datasource/druid/DruidDataSourceProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/druid/DruidDataSourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/druid/package-info.java b/src/main/java/org/mybatis/guice/datasource/druid/package-info.java index 94303ba0..f2dcbccc 100644 --- a/src/main/java/org/mybatis/guice/datasource/druid/package-info.java +++ b/src/main/java/org/mybatis/guice/datasource/druid/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/helper/JdbcHelper.java b/src/main/java/org/mybatis/guice/datasource/helper/JdbcHelper.java index 114c51e7..8f02de56 100644 --- a/src/main/java/org/mybatis/guice/datasource/helper/JdbcHelper.java +++ b/src/main/java/org/mybatis/guice/datasource/helper/JdbcHelper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/helper/JdbcUrlAntFormatter.java b/src/main/java/org/mybatis/guice/datasource/helper/JdbcUrlAntFormatter.java index 099d94a4..42cff670 100644 --- a/src/main/java/org/mybatis/guice/datasource/helper/JdbcUrlAntFormatter.java +++ b/src/main/java/org/mybatis/guice/datasource/helper/JdbcUrlAntFormatter.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/helper/KeyResolver.java b/src/main/java/org/mybatis/guice/datasource/helper/KeyResolver.java index 9f2ad800..305711b1 100644 --- a/src/main/java/org/mybatis/guice/datasource/helper/KeyResolver.java +++ b/src/main/java/org/mybatis/guice/datasource/helper/KeyResolver.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/helper/package-info.java b/src/main/java/org/mybatis/guice/datasource/helper/package-info.java index 81f8a2af..b5efe2fd 100644 --- a/src/main/java/org/mybatis/guice/datasource/helper/package-info.java +++ b/src/main/java/org/mybatis/guice/datasource/helper/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/hikaricp/HikariCPProvider.java b/src/main/java/org/mybatis/guice/datasource/hikaricp/HikariCPProvider.java index c1a1d7c1..42d18c59 100644 --- a/src/main/java/org/mybatis/guice/datasource/hikaricp/HikariCPProvider.java +++ b/src/main/java/org/mybatis/guice/datasource/hikaricp/HikariCPProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/datasource/hikaricp/package-info.java b/src/main/java/org/mybatis/guice/datasource/hikaricp/package-info.java index 919b4960..5c6db183 100644 --- a/src/main/java/org/mybatis/guice/datasource/hikaricp/package-info.java +++ b/src/main/java/org/mybatis/guice/datasource/hikaricp/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/environment/EnvironmentProvider.java b/src/main/java/org/mybatis/guice/environment/EnvironmentProvider.java index 3d488138..a062ac20 100644 --- a/src/main/java/org/mybatis/guice/environment/EnvironmentProvider.java +++ b/src/main/java/org/mybatis/guice/environment/EnvironmentProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/environment/package-info.java b/src/main/java/org/mybatis/guice/environment/package-info.java index 0f3fc1e4..fb9cb4f1 100644 --- a/src/main/java/org/mybatis/guice/environment/package-info.java +++ b/src/main/java/org/mybatis/guice/environment/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/mappers/MapperProvider.java b/src/main/java/org/mybatis/guice/mappers/MapperProvider.java index 1c4738d1..cca83dd1 100644 --- a/src/main/java/org/mybatis/guice/mappers/MapperProvider.java +++ b/src/main/java/org/mybatis/guice/mappers/MapperProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/mappers/package-info.java b/src/main/java/org/mybatis/guice/mappers/package-info.java index 82e65ac5..ca1c4e2b 100644 --- a/src/main/java/org/mybatis/guice/mappers/package-info.java +++ b/src/main/java/org/mybatis/guice/mappers/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/package-info.java b/src/main/java/org/mybatis/guice/package-info.java index 629ff02e..79046821 100644 --- a/src/main/java/org/mybatis/guice/package-info.java +++ b/src/main/java/org/mybatis/guice/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/provision/ConfigurationProviderProvisionListener.java b/src/main/java/org/mybatis/guice/provision/ConfigurationProviderProvisionListener.java index 777689cc..598771b8 100644 --- a/src/main/java/org/mybatis/guice/provision/ConfigurationProviderProvisionListener.java +++ b/src/main/java/org/mybatis/guice/provision/ConfigurationProviderProvisionListener.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/provision/KeyMatcher.java b/src/main/java/org/mybatis/guice/provision/KeyMatcher.java index 0e56332d..e7361c77 100644 --- a/src/main/java/org/mybatis/guice/provision/KeyMatcher.java +++ b/src/main/java/org/mybatis/guice/provision/KeyMatcher.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/session/SqlSessionFactoryProvider.java b/src/main/java/org/mybatis/guice/session/SqlSessionFactoryProvider.java index 8eb29e43..3b1980ee 100644 --- a/src/main/java/org/mybatis/guice/session/SqlSessionFactoryProvider.java +++ b/src/main/java/org/mybatis/guice/session/SqlSessionFactoryProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/session/SqlSessionManagerProvider.java b/src/main/java/org/mybatis/guice/session/SqlSessionManagerProvider.java index 933b3513..e8921694 100644 --- a/src/main/java/org/mybatis/guice/session/SqlSessionManagerProvider.java +++ b/src/main/java/org/mybatis/guice/session/SqlSessionManagerProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/session/package-info.java b/src/main/java/org/mybatis/guice/session/package-info.java index de69d75e..dd69c8b1 100644 --- a/src/main/java/org/mybatis/guice/session/package-info.java +++ b/src/main/java/org/mybatis/guice/session/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/Isolation.java b/src/main/java/org/mybatis/guice/transactional/Isolation.java index 024dd338..1866e7e4 100644 --- a/src/main/java/org/mybatis/guice/transactional/Isolation.java +++ b/src/main/java/org/mybatis/guice/transactional/Isolation.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/MyBatisXAException.java b/src/main/java/org/mybatis/guice/transactional/MyBatisXAException.java index eaa117d3..6339c86e 100644 --- a/src/main/java/org/mybatis/guice/transactional/MyBatisXAException.java +++ b/src/main/java/org/mybatis/guice/transactional/MyBatisXAException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/TransactionAttribute.java b/src/main/java/org/mybatis/guice/transactional/TransactionAttribute.java index 61496f60..ba604890 100644 --- a/src/main/java/org/mybatis/guice/transactional/TransactionAttribute.java +++ b/src/main/java/org/mybatis/guice/transactional/TransactionAttribute.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/TransactionToken.java b/src/main/java/org/mybatis/guice/transactional/TransactionToken.java index aae594f4..1f12f456 100644 --- a/src/main/java/org/mybatis/guice/transactional/TransactionToken.java +++ b/src/main/java/org/mybatis/guice/transactional/TransactionToken.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/Transactional.java b/src/main/java/org/mybatis/guice/transactional/Transactional.java index a98ef4c4..ce0ea3d2 100644 --- a/src/main/java/org/mybatis/guice/transactional/Transactional.java +++ b/src/main/java/org/mybatis/guice/transactional/Transactional.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/TransactionalMethodInterceptor.java b/src/main/java/org/mybatis/guice/transactional/TransactionalMethodInterceptor.java index 2d063dd6..b528d3b0 100644 --- a/src/main/java/org/mybatis/guice/transactional/TransactionalMethodInterceptor.java +++ b/src/main/java/org/mybatis/guice/transactional/TransactionalMethodInterceptor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/TxTransactionalMethodInterceptor.java b/src/main/java/org/mybatis/guice/transactional/TxTransactionalMethodInterceptor.java index 49fd2666..662573be 100644 --- a/src/main/java/org/mybatis/guice/transactional/TxTransactionalMethodInterceptor.java +++ b/src/main/java/org/mybatis/guice/transactional/TxTransactionalMethodInterceptor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/XASqlSessionManager.java b/src/main/java/org/mybatis/guice/transactional/XASqlSessionManager.java index e17860c0..18a403d5 100644 --- a/src/main/java/org/mybatis/guice/transactional/XASqlSessionManager.java +++ b/src/main/java/org/mybatis/guice/transactional/XASqlSessionManager.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/XASqlSessionManagerProvider.java b/src/main/java/org/mybatis/guice/transactional/XASqlSessionManagerProvider.java index cec98503..e3650a28 100644 --- a/src/main/java/org/mybatis/guice/transactional/XASqlSessionManagerProvider.java +++ b/src/main/java/org/mybatis/guice/transactional/XASqlSessionManagerProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/transactional/package-info.java b/src/main/java/org/mybatis/guice/transactional/package-info.java index 195aebec..f04a9aa3 100644 --- a/src/main/java/org/mybatis/guice/transactional/package-info.java +++ b/src/main/java/org/mybatis/guice/transactional/package-info.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/mybatis/guice/type/TypeHandlerProvider.java b/src/main/java/org/mybatis/guice/type/TypeHandlerProvider.java index 6a4a9f2e..f0a5db3c 100644 --- a/src/main/java/org/mybatis/guice/type/TypeHandlerProvider.java +++ b/src/main/java/org/mybatis/guice/type/TypeHandlerProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/AbstractGuiceTestExtension.java b/src/test/java/org/mybatis/guice/AbstractGuiceTestExtension.java index aeb14f73..3eda2f24 100644 --- a/src/test/java/org/mybatis/guice/AbstractGuiceTestExtension.java +++ b/src/test/java/org/mybatis/guice/AbstractGuiceTestExtension.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/AbstractMyBatisModuleTestCase.java b/src/test/java/org/mybatis/guice/AbstractMyBatisModuleTestCase.java index bcfd23c8..a6de097a 100644 --- a/src/test/java/org/mybatis/guice/AbstractMyBatisModuleTestCase.java +++ b/src/test/java/org/mybatis/guice/AbstractMyBatisModuleTestCase.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/Address.java b/src/test/java/org/mybatis/guice/Address.java index 1f2cb4e5..5e7704f9 100644 --- a/src/test/java/org/mybatis/guice/Address.java +++ b/src/test/java/org/mybatis/guice/Address.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/AddressConverter.java b/src/test/java/org/mybatis/guice/AddressConverter.java index 92678a0f..e76f3274 100644 --- a/src/test/java/org/mybatis/guice/AddressConverter.java +++ b/src/test/java/org/mybatis/guice/AddressConverter.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/AddressTypeHandler.java b/src/test/java/org/mybatis/guice/AddressTypeHandler.java index 88c9ceca..8f30bc0c 100644 --- a/src/test/java/org/mybatis/guice/AddressTypeHandler.java +++ b/src/test/java/org/mybatis/guice/AddressTypeHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/CleanDatabaseRule.java b/src/test/java/org/mybatis/guice/CleanDatabaseRule.java index 13eeebfa..e45fb3c0 100644 --- a/src/test/java/org/mybatis/guice/CleanDatabaseRule.java +++ b/src/test/java/org/mybatis/guice/CleanDatabaseRule.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/Contact.java b/src/test/java/org/mybatis/guice/Contact.java index a60dfda6..2d4e8d64 100644 --- a/src/test/java/org/mybatis/guice/Contact.java +++ b/src/test/java/org/mybatis/guice/Contact.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/ContactIdTypeHandler.java b/src/test/java/org/mybatis/guice/ContactIdTypeHandler.java index 0607040d..85ae2163 100644 --- a/src/test/java/org/mybatis/guice/ContactIdTypeHandler.java +++ b/src/test/java/org/mybatis/guice/ContactIdTypeHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/ContactMapper.java b/src/test/java/org/mybatis/guice/ContactMapper.java index 32d9ff23..51a3cf75 100644 --- a/src/test/java/org/mybatis/guice/ContactMapper.java +++ b/src/test/java/org/mybatis/guice/ContactMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/ContactMapperClient.java b/src/test/java/org/mybatis/guice/ContactMapperClient.java index 14fd0b80..ad3011d1 100644 --- a/src/test/java/org/mybatis/guice/ContactMapperClient.java +++ b/src/test/java/org/mybatis/guice/ContactMapperClient.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/ContactNameTypeHandler.java b/src/test/java/org/mybatis/guice/ContactNameTypeHandler.java index db73acbc..f931e8e3 100644 --- a/src/test/java/org/mybatis/guice/ContactNameTypeHandler.java +++ b/src/test/java/org/mybatis/guice/ContactNameTypeHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/CountUpdateInterceptor.java b/src/test/java/org/mybatis/guice/CountUpdateInterceptor.java index a304e573..2ab6f490 100644 --- a/src/test/java/org/mybatis/guice/CountUpdateInterceptor.java +++ b/src/test/java/org/mybatis/guice/CountUpdateInterceptor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/Counter.java b/src/test/java/org/mybatis/guice/Counter.java index cf095803..1b8141ac 100644 --- a/src/test/java/org/mybatis/guice/Counter.java +++ b/src/test/java/org/mybatis/guice/Counter.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/CustomException.java b/src/test/java/org/mybatis/guice/CustomException.java index 7832c1eb..9720c624 100644 --- a/src/test/java/org/mybatis/guice/CustomException.java +++ b/src/test/java/org/mybatis/guice/CustomException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/CustomLongTypeHandler.java b/src/test/java/org/mybatis/guice/CustomLongTypeHandler.java index 27061785..0ef8b580 100644 --- a/src/test/java/org/mybatis/guice/CustomLongTypeHandler.java +++ b/src/test/java/org/mybatis/guice/CustomLongTypeHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/CustomType.java b/src/test/java/org/mybatis/guice/CustomType.java index e07ae543..20691cee 100644 --- a/src/test/java/org/mybatis/guice/CustomType.java +++ b/src/test/java/org/mybatis/guice/CustomType.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/GuicePackageTestExtension.java b/src/test/java/org/mybatis/guice/GuicePackageTestExtension.java index c4394dee..a671b98c 100644 --- a/src/test/java/org/mybatis/guice/GuicePackageTestExtension.java +++ b/src/test/java/org/mybatis/guice/GuicePackageTestExtension.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/GuiceTestExtension.java b/src/test/java/org/mybatis/guice/GuiceTestExtension.java index 9b21297c..99c26803 100644 --- a/src/test/java/org/mybatis/guice/GuiceTestExtension.java +++ b/src/test/java/org/mybatis/guice/GuiceTestExtension.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/MyBatisModulePackageTestCase.java b/src/test/java/org/mybatis/guice/MyBatisModulePackageTestCase.java index e2ea1784..618aa484 100644 --- a/src/test/java/org/mybatis/guice/MyBatisModulePackageTestCase.java +++ b/src/test/java/org/mybatis/guice/MyBatisModulePackageTestCase.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/MyBatisModuleTest.java b/src/test/java/org/mybatis/guice/MyBatisModuleTest.java index 96814588..6f629c73 100644 --- a/src/test/java/org/mybatis/guice/MyBatisModuleTest.java +++ b/src/test/java/org/mybatis/guice/MyBatisModuleTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/MyBatisModuleTestCase.java b/src/test/java/org/mybatis/guice/MyBatisModuleTestCase.java index c3322300..cf332dc1 100644 --- a/src/test/java/org/mybatis/guice/MyBatisModuleTestCase.java +++ b/src/test/java/org/mybatis/guice/MyBatisModuleTestCase.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/XMLAlternateEnvironmentGuiceTestExtension.java b/src/test/java/org/mybatis/guice/XMLAlternateEnvironmentGuiceTestExtension.java index 82ce126c..e7dd61bd 100644 --- a/src/test/java/org/mybatis/guice/XMLAlternateEnvironmentGuiceTestExtension.java +++ b/src/test/java/org/mybatis/guice/XMLAlternateEnvironmentGuiceTestExtension.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/XMLAlternateEnvironmentMyBatisModuleTestCase.java b/src/test/java/org/mybatis/guice/XMLAlternateEnvironmentMyBatisModuleTestCase.java index 10487f3e..20acf844 100644 --- a/src/test/java/org/mybatis/guice/XMLAlternateEnvironmentMyBatisModuleTestCase.java +++ b/src/test/java/org/mybatis/guice/XMLAlternateEnvironmentMyBatisModuleTestCase.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/XMLGuicePackageTestExtension.java b/src/test/java/org/mybatis/guice/XMLGuicePackageTestExtension.java index efa3a3ae..4ed8101f 100644 --- a/src/test/java/org/mybatis/guice/XMLGuicePackageTestExtension.java +++ b/src/test/java/org/mybatis/guice/XMLGuicePackageTestExtension.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/XMLGuiceTestExtension.java b/src/test/java/org/mybatis/guice/XMLGuiceTestExtension.java index c17b2b77..0946fddf 100644 --- a/src/test/java/org/mybatis/guice/XMLGuiceTestExtension.java +++ b/src/test/java/org/mybatis/guice/XMLGuiceTestExtension.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/XMLMyBatisModulePackageTestCase.java b/src/test/java/org/mybatis/guice/XMLMyBatisModulePackageTestCase.java index fb73e002..9b1d2146 100644 --- a/src/test/java/org/mybatis/guice/XMLMyBatisModulePackageTestCase.java +++ b/src/test/java/org/mybatis/guice/XMLMyBatisModulePackageTestCase.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/XMLMyBatisModuleTestCase.java b/src/test/java/org/mybatis/guice/XMLMyBatisModuleTestCase.java index bb8ad1f5..407eec17 100644 --- a/src/test/java/org/mybatis/guice/XMLMyBatisModuleTestCase.java +++ b/src/test/java/org/mybatis/guice/XMLMyBatisModuleTestCase.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/ConfigurationProviderTest.java b/src/test/java/org/mybatis/guice/configuration/ConfigurationProviderTest.java index 429fce5e..a77bd4ca 100644 --- a/src/test/java/org/mybatis/guice/configuration/ConfigurationProviderTest.java +++ b/src/test/java/org/mybatis/guice/configuration/ConfigurationProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/ErrorMapper.java b/src/test/java/org/mybatis/guice/configuration/ErrorMapper.java index 1283d1ad..a1a73f95 100644 --- a/src/test/java/org/mybatis/guice/configuration/ErrorMapper.java +++ b/src/test/java/org/mybatis/guice/configuration/ErrorMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSettingTest.java index cc6c6dfc..cb7d95b6 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/AggressiveLazyLoadingConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSettingTest.java index 43f1bd7a..3435dc3e 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/AutoMappingBehaviorConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/CacheEnabledConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/CacheEnabledConfigurationSettingTest.java index 223f9388..5f1ab65a 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/CacheEnabledConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/CacheEnabledConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSettingTest.java index a09988a9..aff2e203 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/CallSettersOnNullsConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSettingTest.java index 7985733f..aef4c7b9 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/DefaultExecutorTypeConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSettingTest.java index b92af4da..a119e1d7 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/DefaultScriptingLanguageTypeConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSettingTest.java index 493a94e4..662333b5 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/DefaultStatementTimeoutConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSettingTest.java index 2a29a12b..bccd2246 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/LazyLoadingEnabledConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSettingTest.java index 983e8768..9b151d0f 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/LocalCacheScopeConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSettingTest.java index 0f3f9b1c..bb413dad 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/MapUnderscoreToCamelCaseConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSettingTest.java index 7a96b6e7..53ad96f4 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/MultipleResultSetsEnabledConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSettingTest.java index ddd3b073..2d880e64 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/ObjectFactoryConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSettingTest.java index 661ff521..76aa604c 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/ObjectWrapperFactoryConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSettingTest.java index eb56978d..5318bd31 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/UseColumnLabelConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSettingTest.java b/src/test/java/org/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSettingTest.java index 0283e2e2..27520552 100644 --- a/src/test/java/org/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSettingTest.java +++ b/src/test/java/org/mybatis/guice/configuration/settings/UseGeneratedKeysConfigurationSettingTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/customconfiguration/CustomConfigurationTest.java b/src/test/java/org/mybatis/guice/customconfiguration/CustomConfigurationTest.java index 38b6a117..65f5b7be 100644 --- a/src/test/java/org/mybatis/guice/customconfiguration/CustomConfigurationTest.java +++ b/src/test/java/org/mybatis/guice/customconfiguration/CustomConfigurationTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/customconfiguration/MyConfiguration.java b/src/test/java/org/mybatis/guice/customconfiguration/MyConfiguration.java index e1d12495..dea6422c 100644 --- a/src/test/java/org/mybatis/guice/customconfiguration/MyConfiguration.java +++ b/src/test/java/org/mybatis/guice/customconfiguration/MyConfiguration.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/customconfiguration/MyConfigurationProvider.java b/src/test/java/org/mybatis/guice/customconfiguration/MyConfigurationProvider.java index 12b38624..8895b13d 100644 --- a/src/test/java/org/mybatis/guice/customconfiguration/MyConfigurationProvider.java +++ b/src/test/java/org/mybatis/guice/customconfiguration/MyConfigurationProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/customsqlsessionfactory/CustomSqlSessionFactoryTest.java b/src/test/java/org/mybatis/guice/customsqlsessionfactory/CustomSqlSessionFactoryTest.java index a68ae040..1f2e8c00 100644 --- a/src/test/java/org/mybatis/guice/customsqlsessionfactory/CustomSqlSessionFactoryTest.java +++ b/src/test/java/org/mybatis/guice/customsqlsessionfactory/CustomSqlSessionFactoryTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactory.java b/src/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactory.java index a06901e4..8b0cc143 100644 --- a/src/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactory.java +++ b/src/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactoryProvider.java b/src/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactoryProvider.java index 6bc70106..0d6bfbc8 100644 --- a/src/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactoryProvider.java +++ b/src/test/java/org/mybatis/guice/customsqlsessionfactory/MySqlSessionFactoryProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/builtin/JndiDataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/builtin/JndiDataSourceProviderTest.java index 2829bf32..d314a0f3 100644 --- a/src/test/java/org/mybatis/guice/datasource/builtin/JndiDataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/builtin/JndiDataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/builtin/PooledDataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/builtin/PooledDataSourceProviderTest.java index 442fce19..5fa92477 100644 --- a/src/test/java/org/mybatis/guice/datasource/builtin/PooledDataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/builtin/PooledDataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/builtin/UnpooledDataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/builtin/UnpooledDataSourceProviderTest.java index 66654e59..95c78f81 100644 --- a/src/test/java/org/mybatis/guice/datasource/builtin/UnpooledDataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/builtin/UnpooledDataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/c3p0/C3p0DataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/c3p0/C3p0DataSourceProviderTest.java index d962c09e..471f3e3b 100644 --- a/src/test/java/org/mybatis/guice/datasource/c3p0/C3p0DataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/c3p0/C3p0DataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/dbcp/BasicDataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/dbcp/BasicDataSourceProviderTest.java index a2fc4e71..92f15750 100644 --- a/src/test/java/org/mybatis/guice/datasource/dbcp/BasicDataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/dbcp/BasicDataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProviderTest.java b/src/test/java/org/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProviderTest.java index ddfaf813..0c5c6bb4 100644 --- a/src/test/java/org/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/dbcp/DriverAdapterCPDSProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModuleTest.java b/src/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModuleTest.java index 846eed8f..bc8c1f9a 100644 --- a/src/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModuleTest.java +++ b/src/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceModuleTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProviderTest.java index 94edcbf9..da1d4b8d 100644 --- a/src/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/dbcp/PerUserPoolDataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProviderTest.java index fd5708f2..7658ba63 100644 --- a/src/test/java/org/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/dbcp/SharedPoolDataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/druid/DruidDataSourceProviderTest.java b/src/test/java/org/mybatis/guice/datasource/druid/DruidDataSourceProviderTest.java index 03f355c0..1ca0fecf 100644 --- a/src/test/java/org/mybatis/guice/datasource/druid/DruidDataSourceProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/druid/DruidDataSourceProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/datasource/hikaricp/HikariCPProviderTest.java b/src/test/java/org/mybatis/guice/datasource/hikaricp/HikariCPProviderTest.java index 1c3a404b..a5a4fea3 100644 --- a/src/test/java/org/mybatis/guice/datasource/hikaricp/HikariCPProviderTest.java +++ b/src/test/java/org/mybatis/guice/datasource/hikaricp/HikariCPProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/environment/EnvironmentProviderTest.java b/src/test/java/org/mybatis/guice/environment/EnvironmentProviderTest.java index 473b9474..09865ebf 100644 --- a/src/test/java/org/mybatis/guice/environment/EnvironmentProviderTest.java +++ b/src/test/java/org/mybatis/guice/environment/EnvironmentProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/generictypehandler/CustomObject.java b/src/test/java/org/mybatis/guice/generictypehandler/CustomObject.java index f1a394ff..988c05cb 100644 --- a/src/test/java/org/mybatis/guice/generictypehandler/CustomObject.java +++ b/src/test/java/org/mybatis/guice/generictypehandler/CustomObject.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandler.java b/src/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandler.java index 2385fef7..83cdacd7 100644 --- a/src/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandler.java +++ b/src/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandlerTest.java b/src/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandlerTest.java index c8f54cce..9c1813ba 100644 --- a/src/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandlerTest.java +++ b/src/test/java/org/mybatis/guice/generictypehandler/GenericCustomObjectTypeHandlerTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/generictypehandler/InjectedObject.java b/src/test/java/org/mybatis/guice/generictypehandler/InjectedObject.java index 9d11a58c..03892d5d 100644 --- a/src/test/java/org/mybatis/guice/generictypehandler/InjectedObject.java +++ b/src/test/java/org/mybatis/guice/generictypehandler/InjectedObject.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/generictypehandler/MultipleGenericCustomObjectTypeHandlerTest.java b/src/test/java/org/mybatis/guice/generictypehandler/MultipleGenericCustomObjectTypeHandlerTest.java index 3731ca1c..98fd4330 100644 --- a/src/test/java/org/mybatis/guice/generictypehandler/MultipleGenericCustomObjectTypeHandlerTest.java +++ b/src/test/java/org/mybatis/guice/generictypehandler/MultipleGenericCustomObjectTypeHandlerTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/generictypehandler/SubCustomObject.java b/src/test/java/org/mybatis/guice/generictypehandler/SubCustomObject.java index 7ab15c9a..810147a4 100644 --- a/src/test/java/org/mybatis/guice/generictypehandler/SubCustomObject.java +++ b/src/test/java/org/mybatis/guice/generictypehandler/SubCustomObject.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/BaseDB.java b/src/test/java/org/mybatis/guice/jta/BaseDB.java index 3ba2909b..a4b186c3 100644 --- a/src/test/java/org/mybatis/guice/jta/BaseDB.java +++ b/src/test/java/org/mybatis/guice/jta/BaseDB.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/CustomXaResourceProvider.java b/src/test/java/org/mybatis/guice/jta/CustomXaResourceProvider.java index 10ed9c5c..345ed12a 100644 --- a/src/test/java/org/mybatis/guice/jta/CustomXaResourceProvider.java +++ b/src/test/java/org/mybatis/guice/jta/CustomXaResourceProvider.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaCustomXaResourceTest.java b/src/test/java/org/mybatis/guice/jta/JtaCustomXaResourceTest.java index 686a6105..2233b166 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaCustomXaResourceTest.java +++ b/src/test/java/org/mybatis/guice/jta/JtaCustomXaResourceTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaLocalRollbackTest.java b/src/test/java/org/mybatis/guice/jta/JtaLocalRollbackTest.java index 528fa0fd..e8165602 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaLocalRollbackTest.java +++ b/src/test/java/org/mybatis/guice/jta/JtaLocalRollbackTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaLocalTest.java b/src/test/java/org/mybatis/guice/jta/JtaLocalTest.java index c4f6f9e0..db89775e 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaLocalTest.java +++ b/src/test/java/org/mybatis/guice/jta/JtaLocalTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaMapper.java b/src/test/java/org/mybatis/guice/jta/JtaMapper.java index ff598ba9..d1db5c2a 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaMapper.java +++ b/src/test/java/org/mybatis/guice/jta/JtaMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaProcess.java b/src/test/java/org/mybatis/guice/jta/JtaProcess.java index 3715247b..c81fe8d5 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaProcess.java +++ b/src/test/java/org/mybatis/guice/jta/JtaProcess.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaRollbackException.java b/src/test/java/org/mybatis/guice/jta/JtaRollbackException.java index f6414a7f..263c41e6 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaRollbackException.java +++ b/src/test/java/org/mybatis/guice/jta/JtaRollbackException.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaService.java b/src/test/java/org/mybatis/guice/jta/JtaService.java index 1bb9329a..2dad0c86 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaService.java +++ b/src/test/java/org/mybatis/guice/jta/JtaService.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaService1Impl.java b/src/test/java/org/mybatis/guice/jta/JtaService1Impl.java index 4c81cfff..85e45541 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaService1Impl.java +++ b/src/test/java/org/mybatis/guice/jta/JtaService1Impl.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaService2Impl.java b/src/test/java/org/mybatis/guice/jta/JtaService2Impl.java index 832c885b..134656f0 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaService2Impl.java +++ b/src/test/java/org/mybatis/guice/jta/JtaService2Impl.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaXaRollbackTest.java b/src/test/java/org/mybatis/guice/jta/JtaXaRollbackTest.java index 72f8ff6c..164b1d7f 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaXaRollbackTest.java +++ b/src/test/java/org/mybatis/guice/jta/JtaXaRollbackTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/JtaXaTest.java b/src/test/java/org/mybatis/guice/jta/JtaXaTest.java index 39880d6b..8a09df07 100644 --- a/src/test/java/org/mybatis/guice/jta/JtaXaTest.java +++ b/src/test/java/org/mybatis/guice/jta/JtaXaTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/TableRow.java b/src/test/java/org/mybatis/guice/jta/TableRow.java index 50e3679a..e442bbaa 100644 --- a/src/test/java/org/mybatis/guice/jta/TableRow.java +++ b/src/test/java/org/mybatis/guice/jta/TableRow.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/CombinedService.java b/src/test/java/org/mybatis/guice/jta/simple/CombinedService.java index e3ca3697..52c5b5e1 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/CombinedService.java +++ b/src/test/java/org/mybatis/guice/jta/simple/CombinedService.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/Name.java b/src/test/java/org/mybatis/guice/jta/simple/Name.java index 432a9ca4..129d56dd 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/Name.java +++ b/src/test/java/org/mybatis/guice/jta/simple/Name.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/Schema1Mapper.java b/src/test/java/org/mybatis/guice/jta/simple/Schema1Mapper.java index 0ea0fdd8..f4e7e13d 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/Schema1Mapper.java +++ b/src/test/java/org/mybatis/guice/jta/simple/Schema1Mapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/Schema1Service.java b/src/test/java/org/mybatis/guice/jta/simple/Schema1Service.java index 12615d60..72524a2e 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/Schema1Service.java +++ b/src/test/java/org/mybatis/guice/jta/simple/Schema1Service.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/Schema2Mapper.java b/src/test/java/org/mybatis/guice/jta/simple/Schema2Mapper.java index 34a4c619..20335e62 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/Schema2Mapper.java +++ b/src/test/java/org/mybatis/guice/jta/simple/Schema2Mapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/Schema2Service.java b/src/test/java/org/mybatis/guice/jta/simple/Schema2Service.java index 6b95dba3..c065aa05 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/Schema2Service.java +++ b/src/test/java/org/mybatis/guice/jta/simple/Schema2Service.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/SimpleJTATest.java b/src/test/java/org/mybatis/guice/jta/simple/SimpleJTATest.java index 89665e04..dfde70be 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/SimpleJTATest.java +++ b/src/test/java/org/mybatis/guice/jta/simple/SimpleJTATest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/jta/simple/Utils.java b/src/test/java/org/mybatis/guice/jta/simple/Utils.java index 51549514..0046ea1b 100644 --- a/src/test/java/org/mybatis/guice/jta/simple/Utils.java +++ b/src/test/java/org/mybatis/guice/jta/simple/Utils.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/mappers/MapperProviderTest.java b/src/test/java/org/mybatis/guice/mappers/MapperProviderTest.java index 6651c49d..159cf2a8 100644 --- a/src/test/java/org/mybatis/guice/mappers/MapperProviderTest.java +++ b/src/test/java/org/mybatis/guice/mappers/MapperProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/MockContext.java b/src/test/java/org/mybatis/guice/multidstest/MockContext.java index c8956a8b..34d2e9d1 100644 --- a/src/test/java/org/mybatis/guice/multidstest/MockContext.java +++ b/src/test/java/org/mybatis/guice/multidstest/MockContext.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/MockInitialContextFactory.java b/src/test/java/org/mybatis/guice/multidstest/MockInitialContextFactory.java index 6bb4dd20..ff4e0365 100644 --- a/src/test/java/org/mybatis/guice/multidstest/MockInitialContextFactory.java +++ b/src/test/java/org/mybatis/guice/multidstest/MockInitialContextFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/MultiJDBCTest.java b/src/test/java/org/mybatis/guice/multidstest/MultiJDBCTest.java index 426b83eb..5878d59e 100644 --- a/src/test/java/org/mybatis/guice/multidstest/MultiJDBCTest.java +++ b/src/test/java/org/mybatis/guice/multidstest/MultiJDBCTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/MultiJNDITest.java b/src/test/java/org/mybatis/guice/multidstest/MultiJNDITest.java index fa44b890..c7e16dfc 100644 --- a/src/test/java/org/mybatis/guice/multidstest/MultiJNDITest.java +++ b/src/test/java/org/mybatis/guice/multidstest/MultiJNDITest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/Schema1Mapper.java b/src/test/java/org/mybatis/guice/multidstest/Schema1Mapper.java index 5c40a15a..397ffaa1 100644 --- a/src/test/java/org/mybatis/guice/multidstest/Schema1Mapper.java +++ b/src/test/java/org/mybatis/guice/multidstest/Schema1Mapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/Schema1Service.java b/src/test/java/org/mybatis/guice/multidstest/Schema1Service.java index b192b5ab..eec81a7a 100644 --- a/src/test/java/org/mybatis/guice/multidstest/Schema1Service.java +++ b/src/test/java/org/mybatis/guice/multidstest/Schema1Service.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/Schema2Mapper.java b/src/test/java/org/mybatis/guice/multidstest/Schema2Mapper.java index 29cb6ed9..619991c0 100644 --- a/src/test/java/org/mybatis/guice/multidstest/Schema2Mapper.java +++ b/src/test/java/org/mybatis/guice/multidstest/Schema2Mapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/Schema2Service.java b/src/test/java/org/mybatis/guice/multidstest/Schema2Service.java index 94b85ddc..22823280 100644 --- a/src/test/java/org/mybatis/guice/multidstest/Schema2Service.java +++ b/src/test/java/org/mybatis/guice/multidstest/Schema2Service.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/multidstest/SingleJNDITest.java b/src/test/java/org/mybatis/guice/multidstest/SingleJNDITest.java index a9d9a3ac..45ae96e7 100644 --- a/src/test/java/org/mybatis/guice/multidstest/SingleJNDITest.java +++ b/src/test/java/org/mybatis/guice/multidstest/SingleJNDITest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/nestedtx/NestedTxMapper.java b/src/test/java/org/mybatis/guice/nestedtx/NestedTxMapper.java index bc77d5c8..b56cb690 100644 --- a/src/test/java/org/mybatis/guice/nestedtx/NestedTxMapper.java +++ b/src/test/java/org/mybatis/guice/nestedtx/NestedTxMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/nestedtx/NestedTxService.java b/src/test/java/org/mybatis/guice/nestedtx/NestedTxService.java index 4af907ba..85c0fd65 100644 --- a/src/test/java/org/mybatis/guice/nestedtx/NestedTxService.java +++ b/src/test/java/org/mybatis/guice/nestedtx/NestedTxService.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/nestedtx/NestedTxTest.java b/src/test/java/org/mybatis/guice/nestedtx/NestedTxTest.java index 2c3165cd..2e66496f 100644 --- a/src/test/java/org/mybatis/guice/nestedtx/NestedTxTest.java +++ b/src/test/java/org/mybatis/guice/nestedtx/NestedTxTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/nestedtx/TableRow.java b/src/test/java/org/mybatis/guice/nestedtx/TableRow.java index 16af8f4a..015aaf45 100644 --- a/src/test/java/org/mybatis/guice/nestedtx/TableRow.java +++ b/src/test/java/org/mybatis/guice/nestedtx/TableRow.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/objectfactory/CustomObject.java b/src/test/java/org/mybatis/guice/objectfactory/CustomObject.java index e1be7040..ad2de843 100644 --- a/src/test/java/org/mybatis/guice/objectfactory/CustomObject.java +++ b/src/test/java/org/mybatis/guice/objectfactory/CustomObject.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/objectfactory/CustomObjectFactory.java b/src/test/java/org/mybatis/guice/objectfactory/CustomObjectFactory.java index d1f5503a..1bb2acc5 100644 --- a/src/test/java/org/mybatis/guice/objectfactory/CustomObjectFactory.java +++ b/src/test/java/org/mybatis/guice/objectfactory/CustomObjectFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/objectfactory/CustomObjectWrapperFactory.java b/src/test/java/org/mybatis/guice/objectfactory/CustomObjectWrapperFactory.java index b4f03956..b73e70b1 100644 --- a/src/test/java/org/mybatis/guice/objectfactory/CustomObjectWrapperFactory.java +++ b/src/test/java/org/mybatis/guice/objectfactory/CustomObjectWrapperFactory.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/objectfactory/ObjectFactoryTest.java b/src/test/java/org/mybatis/guice/objectfactory/ObjectFactoryTest.java index 16516ada..f56d67c7 100644 --- a/src/test/java/org/mybatis/guice/objectfactory/ObjectFactoryTest.java +++ b/src/test/java/org/mybatis/guice/objectfactory/ObjectFactoryTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/objectfactory/ObjectFactoryXmlTest.java b/src/test/java/org/mybatis/guice/objectfactory/ObjectFactoryXmlTest.java index d2508f02..76acc82b 100644 --- a/src/test/java/org/mybatis/guice/objectfactory/ObjectFactoryXmlTest.java +++ b/src/test/java/org/mybatis/guice/objectfactory/ObjectFactoryXmlTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/alias/Address.java b/src/test/java/org/mybatis/guice/resolver/alias/Address.java index f4b4f405..71675107 100644 --- a/src/test/java/org/mybatis/guice/resolver/alias/Address.java +++ b/src/test/java/org/mybatis/guice/resolver/alias/Address.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/alias/User.java b/src/test/java/org/mybatis/guice/resolver/alias/User.java index f8b1ef56..7eac0307 100644 --- a/src/test/java/org/mybatis/guice/resolver/alias/User.java +++ b/src/test/java/org/mybatis/guice/resolver/alias/User.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/interceptor/FirstInterceptor.java b/src/test/java/org/mybatis/guice/resolver/interceptor/FirstInterceptor.java index 58b586bd..05f47825 100644 --- a/src/test/java/org/mybatis/guice/resolver/interceptor/FirstInterceptor.java +++ b/src/test/java/org/mybatis/guice/resolver/interceptor/FirstInterceptor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/interceptor/SecondInterceptor.java b/src/test/java/org/mybatis/guice/resolver/interceptor/SecondInterceptor.java index 002aad28..6fd7b5f5 100644 --- a/src/test/java/org/mybatis/guice/resolver/interceptor/SecondInterceptor.java +++ b/src/test/java/org/mybatis/guice/resolver/interceptor/SecondInterceptor.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/mapper/FirstMapper.java b/src/test/java/org/mybatis/guice/resolver/mapper/FirstMapper.java index 2fefc88e..237a05d4 100644 --- a/src/test/java/org/mybatis/guice/resolver/mapper/FirstMapper.java +++ b/src/test/java/org/mybatis/guice/resolver/mapper/FirstMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/mapper/SecondMapper.java b/src/test/java/org/mybatis/guice/resolver/mapper/SecondMapper.java index e7903929..3759058e 100644 --- a/src/test/java/org/mybatis/guice/resolver/mapper/SecondMapper.java +++ b/src/test/java/org/mybatis/guice/resolver/mapper/SecondMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/typehandler/AddressTypeHandler.java b/src/test/java/org/mybatis/guice/resolver/typehandler/AddressTypeHandler.java index ee245b06..7dc6810a 100644 --- a/src/test/java/org/mybatis/guice/resolver/typehandler/AddressTypeHandler.java +++ b/src/test/java/org/mybatis/guice/resolver/typehandler/AddressTypeHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/resolver/typehandler/UserTypeHandler.java b/src/test/java/org/mybatis/guice/resolver/typehandler/UserTypeHandler.java index 754cf5de..f0bac94a 100644 --- a/src/test/java/org/mybatis/guice/resolver/typehandler/UserTypeHandler.java +++ b/src/test/java/org/mybatis/guice/resolver/typehandler/UserTypeHandler.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/SampleBasicTest.java b/src/test/java/org/mybatis/guice/sample/SampleBasicTest.java index bcb91d22..c19a0e90 100644 --- a/src/test/java/org/mybatis/guice/sample/SampleBasicTest.java +++ b/src/test/java/org/mybatis/guice/sample/SampleBasicTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/SampleSqlSessionTest.java b/src/test/java/org/mybatis/guice/sample/SampleSqlSessionTest.java index 2891d26c..80a7ca2c 100644 --- a/src/test/java/org/mybatis/guice/sample/SampleSqlSessionTest.java +++ b/src/test/java/org/mybatis/guice/sample/SampleSqlSessionTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/dao/UserDao.java b/src/test/java/org/mybatis/guice/sample/dao/UserDao.java index 48823440..5ee00afb 100644 --- a/src/test/java/org/mybatis/guice/sample/dao/UserDao.java +++ b/src/test/java/org/mybatis/guice/sample/dao/UserDao.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/dao/UserDaoImpl.java b/src/test/java/org/mybatis/guice/sample/dao/UserDaoImpl.java index 7cbde8ec..a7583459 100644 --- a/src/test/java/org/mybatis/guice/sample/dao/UserDaoImpl.java +++ b/src/test/java/org/mybatis/guice/sample/dao/UserDaoImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/domain/User.java b/src/test/java/org/mybatis/guice/sample/domain/User.java index 9b7c363d..03f1525d 100644 --- a/src/test/java/org/mybatis/guice/sample/domain/User.java +++ b/src/test/java/org/mybatis/guice/sample/domain/User.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/mapper/UserMapper.java b/src/test/java/org/mybatis/guice/sample/mapper/UserMapper.java index c23ac699..9a2c1f08 100644 --- a/src/test/java/org/mybatis/guice/sample/mapper/UserMapper.java +++ b/src/test/java/org/mybatis/guice/sample/mapper/UserMapper.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/service/FooService.java b/src/test/java/org/mybatis/guice/sample/service/FooService.java index fcd2b2dc..28b90746 100644 --- a/src/test/java/org/mybatis/guice/sample/service/FooService.java +++ b/src/test/java/org/mybatis/guice/sample/service/FooService.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/service/FooServiceDaoImpl.java b/src/test/java/org/mybatis/guice/sample/service/FooServiceDaoImpl.java index 7f26fae6..c8ecf0ef 100644 --- a/src/test/java/org/mybatis/guice/sample/service/FooServiceDaoImpl.java +++ b/src/test/java/org/mybatis/guice/sample/service/FooServiceDaoImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/sample/service/FooServiceMapperImpl.java b/src/test/java/org/mybatis/guice/sample/service/FooServiceMapperImpl.java index 5b07ec8d..e194b174 100644 --- a/src/test/java/org/mybatis/guice/sample/service/FooServiceMapperImpl.java +++ b/src/test/java/org/mybatis/guice/sample/service/FooServiceMapperImpl.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/scripting/CustomLanguageDriver.java b/src/test/java/org/mybatis/guice/scripting/CustomLanguageDriver.java index 58493417..b694bee1 100644 --- a/src/test/java/org/mybatis/guice/scripting/CustomLanguageDriver.java +++ b/src/test/java/org/mybatis/guice/scripting/CustomLanguageDriver.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2017 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/scripting/ScriptingLanguageTest.java b/src/test/java/org/mybatis/guice/scripting/ScriptingLanguageTest.java index 013ee064..9248bdd4 100644 --- a/src/test/java/org/mybatis/guice/scripting/ScriptingLanguageTest.java +++ b/src/test/java/org/mybatis/guice/scripting/ScriptingLanguageTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/session/SqlSessionFactoryProviderTest.java b/src/test/java/org/mybatis/guice/session/SqlSessionFactoryProviderTest.java index 34cb05cc..5b493f51 100644 --- a/src/test/java/org/mybatis/guice/session/SqlSessionFactoryProviderTest.java +++ b/src/test/java/org/mybatis/guice/session/SqlSessionFactoryProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/session/SqlSessionManagerProviderTest.java b/src/test/java/org/mybatis/guice/session/SqlSessionManagerProviderTest.java index d857f47c..dbdb3e71 100644 --- a/src/test/java/org/mybatis/guice/session/SqlSessionManagerProviderTest.java +++ b/src/test/java/org/mybatis/guice/session/SqlSessionManagerProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/transactional/TransactionalMethodInterceptorTest.java b/src/test/java/org/mybatis/guice/transactional/TransactionalMethodInterceptorTest.java index 14f92a91..e258e654 100644 --- a/src/test/java/org/mybatis/guice/transactional/TransactionalMethodInterceptorTest.java +++ b/src/test/java/org/mybatis/guice/transactional/TransactionalMethodInterceptorTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2020 the original author or authors. +/* + * Copyright 2009-2021 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/test/java/org/mybatis/guice/type/TypeHandlerProviderTest.java b/src/test/java/org/mybatis/guice/type/TypeHandlerProviderTest.java index dc149bfd..ad819b71 100644 --- a/src/test/java/org/mybatis/guice/type/TypeHandlerProviderTest.java +++ b/src/test/java/org/mybatis/guice/type/TypeHandlerProviderTest.java @@ -1,5 +1,5 @@ -/** - * Copyright 2009-2018 the original author or authors. +/* + * Copyright 2009-2021 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.