diff --git a/pom.xml b/pom.xml index b44a5b6..7f2610b 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.github.answerail dinger-spring-boot-starter jar - 2.1.0-beta + 2.1.0 dinger-spring-boot-starter Dinger-SpringBoot集成钉钉/企业微信/飞书群机器人实现消息通知中间件 @@ -18,8 +18,8 @@ 2.7.4 5.3.23 1.8 - 2.0.3 - 2.13.4 + 2.0.6 + 2.14.1 UTF-8 UTF-8 diff --git a/src/main/java/com/github/jaemon/dinger/DingerSender.java b/src/main/java/com/github/jaemon/dinger/DingerSender.java index b38dcca..46dcba0 100644 --- a/src/main/java/com/github/jaemon/dinger/DingerSender.java +++ b/src/main/java/com/github/jaemon/dinger/DingerSender.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/bytetalk/FeiShuDefinitionGenerator.java b/src/main/java/com/github/jaemon/dinger/bytetalk/FeiShuDefinitionGenerator.java index 1bd316c..f2f115c 100644 --- a/src/main/java/com/github/jaemon/dinger/bytetalk/FeiShuDefinitionGenerator.java +++ b/src/main/java/com/github/jaemon/dinger/bytetalk/FeiShuDefinitionGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/bytetalk/entity/ByteTalkMessage.java b/src/main/java/com/github/jaemon/dinger/bytetalk/entity/ByteTalkMessage.java index ac4bf40..7e1b369 100644 --- a/src/main/java/com/github/jaemon/dinger/bytetalk/entity/ByteTalkMessage.java +++ b/src/main/java/com/github/jaemon/dinger/bytetalk/entity/ByteTalkMessage.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/bytetalk/entity/ByteText.java b/src/main/java/com/github/jaemon/dinger/bytetalk/entity/ByteText.java index a141e52..a27cdd8 100644 --- a/src/main/java/com/github/jaemon/dinger/bytetalk/entity/ByteText.java +++ b/src/main/java/com/github/jaemon/dinger/bytetalk/entity/ByteText.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/bytetalk/entity/enums/ByteTalkMsgType.java b/src/main/java/com/github/jaemon/dinger/bytetalk/entity/enums/ByteTalkMsgType.java index 7b6f1bf..52653a3 100644 --- a/src/main/java/com/github/jaemon/dinger/bytetalk/entity/enums/ByteTalkMsgType.java +++ b/src/main/java/com/github/jaemon/dinger/bytetalk/entity/enums/ByteTalkMsgType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/bytetalk/package-info.java b/src/main/java/com/github/jaemon/dinger/bytetalk/package-info.java index fdbb292..daa5103 100644 --- a/src/main/java/com/github/jaemon/dinger/bytetalk/package-info.java +++ b/src/main/java/com/github/jaemon/dinger/bytetalk/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/config/AutoBeanConfiguration.java b/src/main/java/com/github/jaemon/dinger/config/AutoBeanConfiguration.java index af7122f..de675c7 100644 --- a/src/main/java/com/github/jaemon/dinger/config/AutoBeanConfiguration.java +++ b/src/main/java/com/github/jaemon/dinger/config/AutoBeanConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/config/BeanConfiguration.java b/src/main/java/com/github/jaemon/dinger/config/BeanConfiguration.java index 61884d9..8594f3f 100644 --- a/src/main/java/com/github/jaemon/dinger/config/BeanConfiguration.java +++ b/src/main/java/com/github/jaemon/dinger/config/BeanConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/config/DingerAutoConfiguration.java b/src/main/java/com/github/jaemon/dinger/config/DingerAutoConfiguration.java index f4fa1c6..c784df2 100644 --- a/src/main/java/com/github/jaemon/dinger/config/DingerAutoConfiguration.java +++ b/src/main/java/com/github/jaemon/dinger/config/DingerAutoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/config/DingerConfiguration.java b/src/main/java/com/github/jaemon/dinger/config/DingerConfiguration.java index 10ad09f..91b9bbf 100644 --- a/src/main/java/com/github/jaemon/dinger/config/DingerConfiguration.java +++ b/src/main/java/com/github/jaemon/dinger/config/DingerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/config/DingerHttpClientConfig.java b/src/main/java/com/github/jaemon/dinger/config/DingerHttpClientConfig.java index 0aaef3c..586afd4 100644 --- a/src/main/java/com/github/jaemon/dinger/config/DingerHttpClientConfig.java +++ b/src/main/java/com/github/jaemon/dinger/config/DingerHttpClientConfig.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/config/DingerThreadPoolConfig.java b/src/main/java/com/github/jaemon/dinger/config/DingerThreadPoolConfig.java index 6f4b9b3..93617e2 100644 --- a/src/main/java/com/github/jaemon/dinger/config/DingerThreadPoolConfig.java +++ b/src/main/java/com/github/jaemon/dinger/config/DingerThreadPoolConfig.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/config/DingerThreadPoolProperties.java b/src/main/java/com/github/jaemon/dinger/config/DingerThreadPoolProperties.java index 02872ee..1aa2d9b 100644 --- a/src/main/java/com/github/jaemon/dinger/config/DingerThreadPoolProperties.java +++ b/src/main/java/com/github/jaemon/dinger/config/DingerThreadPoolProperties.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/constant/DingerConstant.java b/src/main/java/com/github/jaemon/dinger/constant/DingerConstant.java index 21a749b..ddcfae8 100644 --- a/src/main/java/com/github/jaemon/dinger/constant/DingerConstant.java +++ b/src/main/java/com/github/jaemon/dinger/constant/DingerConstant.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/AbstractDingerDefinitionResolver.java b/src/main/java/com/github/jaemon/dinger/core/AbstractDingerDefinitionResolver.java index c018c8d..e643532 100644 --- a/src/main/java/com/github/jaemon/dinger/core/AbstractDingerDefinitionResolver.java +++ b/src/main/java/com/github/jaemon/dinger/core/AbstractDingerDefinitionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/AbstractDingerSender.java b/src/main/java/com/github/jaemon/dinger/core/AbstractDingerSender.java index 0e32d5e..8e794e5 100644 --- a/src/main/java/com/github/jaemon/dinger/core/AbstractDingerSender.java +++ b/src/main/java/com/github/jaemon/dinger/core/AbstractDingerSender.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/AnnotationDingerDefinitionResolver.java b/src/main/java/com/github/jaemon/dinger/core/AnnotationDingerDefinitionResolver.java index de25b68..ca5e545 100644 --- a/src/main/java/com/github/jaemon/dinger/core/AnnotationDingerDefinitionResolver.java +++ b/src/main/java/com/github/jaemon/dinger/core/AnnotationDingerDefinitionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/AnnotationParameterNameDiscoverer.java b/src/main/java/com/github/jaemon/dinger/core/AnnotationParameterNameDiscoverer.java index 962aa59..aec33f6 100644 --- a/src/main/java/com/github/jaemon/dinger/core/AnnotationParameterNameDiscoverer.java +++ b/src/main/java/com/github/jaemon/dinger/core/AnnotationParameterNameDiscoverer.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/ClassPathDingerScanner.java b/src/main/java/com/github/jaemon/dinger/core/ClassPathDingerScanner.java index 9ded121..c8ab638 100644 --- a/src/main/java/com/github/jaemon/dinger/core/ClassPathDingerScanner.java +++ b/src/main/java/com/github/jaemon/dinger/core/ClassPathDingerScanner.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/ClassPathScanForResources.java b/src/main/java/com/github/jaemon/dinger/core/ClassPathScanForResources.java index c0906bd..27b1e50 100644 --- a/src/main/java/com/github/jaemon/dinger/core/ClassPathScanForResources.java +++ b/src/main/java/com/github/jaemon/dinger/core/ClassPathScanForResources.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DefaultDingerDefinition.java b/src/main/java/com/github/jaemon/dinger/core/DefaultDingerDefinition.java index 03da9b6..1bdd602 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DefaultDingerDefinition.java +++ b/src/main/java/com/github/jaemon/dinger/core/DefaultDingerDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DefaultDingerDefinitionResolver.java b/src/main/java/com/github/jaemon/dinger/core/DefaultDingerDefinitionResolver.java index 9860951..2a2eb30 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DefaultDingerDefinitionResolver.java +++ b/src/main/java/com/github/jaemon/dinger/core/DefaultDingerDefinitionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerConfig.java b/src/main/java/com/github/jaemon/dinger/core/DingerConfig.java index a4ec844..57dbbd4 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerConfig.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerConfigurerAdapter.java b/src/main/java/com/github/jaemon/dinger/core/DingerConfigurerAdapter.java index 808f126..d7e4598 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerConfigurerAdapter.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerConfigurerAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerDefinition.java b/src/main/java/com/github/jaemon/dinger/core/DingerDefinition.java index fe73ed4..a1744e3 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerDefinition.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerDefinitionGenerator.java b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGenerator.java index bdcea59..8c14b9f 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGenerator.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerDefinitionGeneratorContext.java b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGeneratorContext.java index 589ca52..582f369 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGeneratorContext.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGeneratorContext.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerDefinitionGeneratorFactory.java b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGeneratorFactory.java index eff91ed..822b1d0 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGeneratorFactory.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionGeneratorFactory.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerDefinitionHandler.java b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionHandler.java index 53846b2..39e1afa 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionHandler.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerDefinitionResolver.java b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionResolver.java index a9b8d1f..c5475f1 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionResolver.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerDefinitionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerHandleProxy.java b/src/main/java/com/github/jaemon/dinger/core/DingerHandleProxy.java index 83ff066..4cd5bc9 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerHandleProxy.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerHandleProxy.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerHelper.java b/src/main/java/com/github/jaemon/dinger/core/DingerHelper.java index d85afaa..faf74db 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerHelper.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerHelper.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerInvocationHandler.java b/src/main/java/com/github/jaemon/dinger/core/DingerInvocationHandler.java index c6128fe..b814f66 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerInvocationHandler.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerInvocationHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerManagerBuilder.java b/src/main/java/com/github/jaemon/dinger/core/DingerManagerBuilder.java index 2450706..6541e3a 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerManagerBuilder.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerManagerBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerMessageHandler.java b/src/main/java/com/github/jaemon/dinger/core/DingerMessageHandler.java index d88fd58..fd219a4 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerMessageHandler.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerMessageHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerParameterNameDiscoverer.java b/src/main/java/com/github/jaemon/dinger/core/DingerParameterNameDiscoverer.java index f17684e..486d636 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerParameterNameDiscoverer.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerParameterNameDiscoverer.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerRefresh.java b/src/main/java/com/github/jaemon/dinger/core/DingerRefresh.java index 10adade..830810a 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerRefresh.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerRefresh.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/DingerRobot.java b/src/main/java/com/github/jaemon/dinger/core/DingerRobot.java index 5ce24a2..2e69d0c 100644 --- a/src/main/java/com/github/jaemon/dinger/core/DingerRobot.java +++ b/src/main/java/com/github/jaemon/dinger/core/DingerRobot.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/MessageTransfer.java b/src/main/java/com/github/jaemon/dinger/core/MessageTransfer.java index 7e7bc87..07cc312 100644 --- a/src/main/java/com/github/jaemon/dinger/core/MessageTransfer.java +++ b/src/main/java/com/github/jaemon/dinger/core/MessageTransfer.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/ParamHandler.java b/src/main/java/com/github/jaemon/dinger/core/ParamHandler.java index d1d772c..e09ab75 100644 --- a/src/main/java/com/github/jaemon/dinger/core/ParamHandler.java +++ b/src/main/java/com/github/jaemon/dinger/core/ParamHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/PrioritizedParameterNameDiscoverer.java b/src/main/java/com/github/jaemon/dinger/core/PrioritizedParameterNameDiscoverer.java index 68b56ca..271d82b 100644 --- a/src/main/java/com/github/jaemon/dinger/core/PrioritizedParameterNameDiscoverer.java +++ b/src/main/java/com/github/jaemon/dinger/core/PrioritizedParameterNameDiscoverer.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/ResultHandler.java b/src/main/java/com/github/jaemon/dinger/core/ResultHandler.java index 8964766..2bfa2a9 100644 --- a/src/main/java/com/github/jaemon/dinger/core/ResultHandler.java +++ b/src/main/java/com/github/jaemon/dinger/core/ResultHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/XmlDingerDefinitionResolver.java b/src/main/java/com/github/jaemon/dinger/core/XmlDingerDefinitionResolver.java index d78eee4..daaaaf8 100644 --- a/src/main/java/com/github/jaemon/dinger/core/XmlDingerDefinitionResolver.java +++ b/src/main/java/com/github/jaemon/dinger/core/XmlDingerDefinitionResolver.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/AsyncExecute.java b/src/main/java/com/github/jaemon/dinger/core/annatations/AsyncExecute.java index 9537ef6..d2387a9 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/AsyncExecute.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/AsyncExecute.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/Dinger.java b/src/main/java/com/github/jaemon/dinger/core/annatations/Dinger.java index ad11dec..9e625f4 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/Dinger.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/Dinger.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerClose.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerClose.java index cd1991a..15b19ff 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerClose.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerClose.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerConfiguration.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerConfiguration.java index 77f2a5c..86fa2e9 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerConfiguration.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerImageText.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerImageText.java index b60bc74..c710cc5 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerImageText.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerImageText.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerLink.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerLink.java index de74783..3fd8054 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerLink.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerLink.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerMarkdown.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerMarkdown.java index 9a90665..8eb033c 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerMarkdown.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerMarkdown.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerPhone.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerPhone.java index 4cec157..e88180b 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerPhone.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerPhone.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerScan.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerScan.java index d042c48..7934935 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerScan.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerScan.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerText.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerText.java index 6bf42cb..6f52e71 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerText.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerText.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/DingerTokenId.java b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerTokenId.java index a67acdd..cc3b937 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/DingerTokenId.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/DingerTokenId.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/Keyword.java b/src/main/java/com/github/jaemon/dinger/core/annatations/Keyword.java index c024e64..7249693 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/Keyword.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/Keyword.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/Parameter.java b/src/main/java/com/github/jaemon/dinger/core/annatations/Parameter.java index 3eebb17..a568610 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/Parameter.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/Parameter.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/annatations/PriorityColumn.java b/src/main/java/com/github/jaemon/dinger/core/annatations/PriorityColumn.java index 68e516f..c38a488 100644 --- a/src/main/java/com/github/jaemon/dinger/core/annatations/PriorityColumn.java +++ b/src/main/java/com/github/jaemon/dinger/core/annatations/PriorityColumn.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/DingerCallback.java b/src/main/java/com/github/jaemon/dinger/core/entity/DingerCallback.java index 6a5d618..dce97eb 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/DingerCallback.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/DingerCallback.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/DingerProperties.java b/src/main/java/com/github/jaemon/dinger/core/entity/DingerProperties.java index 9cf73ed..e8b4fd2 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/DingerProperties.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/DingerProperties.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/DingerRequest.java b/src/main/java/com/github/jaemon/dinger/core/entity/DingerRequest.java index 87bfc8b..b20f3ea 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/DingerRequest.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/DingerRequest.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/DingerResponse.java b/src/main/java/com/github/jaemon/dinger/core/entity/DingerResponse.java index 50797c6..4407ca3 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/DingerResponse.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/DingerResponse.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/ExceptionPairs.java b/src/main/java/com/github/jaemon/dinger/core/entity/ExceptionPairs.java index 7295fa1..d7623f3 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/ExceptionPairs.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/ExceptionPairs.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/ImageTextDeo.java b/src/main/java/com/github/jaemon/dinger/core/entity/ImageTextDeo.java index 71d3dd1..ff82a60 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/ImageTextDeo.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/ImageTextDeo.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/LinkDeo.java b/src/main/java/com/github/jaemon/dinger/core/entity/LinkDeo.java index 54f5451..113aed4 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/LinkDeo.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/LinkDeo.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/MsgType.java b/src/main/java/com/github/jaemon/dinger/core/entity/MsgType.java index 875c17f..d313f15 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/MsgType.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/MsgType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/Pairs.java b/src/main/java/com/github/jaemon/dinger/core/entity/Pairs.java index d7ed2c8..d17a321 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/Pairs.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/Pairs.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/AsyncExecuteType.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/AsyncExecuteType.java index ce08f73..ca1e35c 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/AsyncExecuteType.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/AsyncExecuteType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/DingerDefinitionType.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerDefinitionType.java index 617f1ee..8395f2f 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerDefinitionType.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerDefinitionType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/DingerResponseCodeEnum.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerResponseCodeEnum.java index 2bc2656..b8540d4 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerResponseCodeEnum.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerResponseCodeEnum.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/DingerType.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerType.java index 1abb2b5..3dd6a43 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerType.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/DingerType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/ExceptionEnum.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/ExceptionEnum.java index c489854..5a4e6aa 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/ExceptionEnum.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/ExceptionEnum.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/IgnoreMethod.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/IgnoreMethod.java index 45e8ef1..0bc8c08 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/IgnoreMethod.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/IgnoreMethod.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/MessageMainType.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/MessageMainType.java index 641d690..f097508 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/MessageMainType.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/MessageMainType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/MessageSubType.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/MessageSubType.java index 1cc9976..8938e1a 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/MessageSubType.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/MessageSubType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/enums/PhoneParamType.java b/src/main/java/com/github/jaemon/dinger/core/entity/enums/PhoneParamType.java index 58bc003..229c11b 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/enums/PhoneParamType.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/enums/PhoneParamType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/BeanTag.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/BeanTag.java index d787633..464371e 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/BeanTag.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/BeanTag.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/BodyTag.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/BodyTag.java index 0327ba3..864d804 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/BodyTag.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/BodyTag.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/ConfigurationTag.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/ConfigurationTag.java index b07da57..9197b15 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/ConfigurationTag.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/ConfigurationTag.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/ContentTag.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/ContentTag.java index 9b49741..5beb400 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/ContentTag.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/ContentTag.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/MessageTag.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/MessageTag.java index a37b07e..7210330 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/MessageTag.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/MessageTag.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/PhoneTag.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/PhoneTag.java index 7feadeb..84038c3 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/PhoneTag.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/PhoneTag.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/PhonesTag.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/PhonesTag.java index 9b7aa8a..20d93d6 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/PhonesTag.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/PhonesTag.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/entity/xml/TokenId.java b/src/main/java/com/github/jaemon/dinger/core/entity/xml/TokenId.java index f6cbf7b..cd95113 100644 --- a/src/main/java/com/github/jaemon/dinger/core/entity/xml/TokenId.java +++ b/src/main/java/com/github/jaemon/dinger/core/entity/xml/TokenId.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/package-info.java b/src/main/java/com/github/jaemon/dinger/core/package-info.java index e8027dd..73d15dc 100644 --- a/src/main/java/com/github/jaemon/dinger/core/package-info.java +++ b/src/main/java/com/github/jaemon/dinger/core/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/session/Configuration.java b/src/main/java/com/github/jaemon/dinger/core/session/Configuration.java index a5a506e..f2d7091 100644 --- a/src/main/java/com/github/jaemon/dinger/core/session/Configuration.java +++ b/src/main/java/com/github/jaemon/dinger/core/session/Configuration.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/session/DingerSession.java b/src/main/java/com/github/jaemon/dinger/core/session/DingerSession.java index 7312d0f..97625a9 100644 --- a/src/main/java/com/github/jaemon/dinger/core/session/DingerSession.java +++ b/src/main/java/com/github/jaemon/dinger/core/session/DingerSession.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/session/DingerSessionFactory.java b/src/main/java/com/github/jaemon/dinger/core/session/DingerSessionFactory.java index 9f5b502..1dc6a89 100644 --- a/src/main/java/com/github/jaemon/dinger/core/session/DingerSessionFactory.java +++ b/src/main/java/com/github/jaemon/dinger/core/session/DingerSessionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSession.java b/src/main/java/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSession.java index ed49621..5f28366 100644 --- a/src/main/java/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSession.java +++ b/src/main/java/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSession.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSessionFactory.java b/src/main/java/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSessionFactory.java index 55f9247..8baaa2a 100644 --- a/src/main/java/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSessionFactory.java +++ b/src/main/java/com/github/jaemon/dinger/core/session/defaults/DefaultDingerSessionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/spring/ApplicationHome.java b/src/main/java/com/github/jaemon/dinger/core/spring/ApplicationHome.java index c07162b..7659399 100644 --- a/src/main/java/com/github/jaemon/dinger/core/spring/ApplicationHome.java +++ b/src/main/java/com/github/jaemon/dinger/core/spring/ApplicationHome.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/spring/DingerFactoryBean.java b/src/main/java/com/github/jaemon/dinger/core/spring/DingerFactoryBean.java index cb8493b..eeef475 100644 --- a/src/main/java/com/github/jaemon/dinger/core/spring/DingerFactoryBean.java +++ b/src/main/java/com/github/jaemon/dinger/core/spring/DingerFactoryBean.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/spring/DingerScannerRegistrar.java b/src/main/java/com/github/jaemon/dinger/core/spring/DingerScannerRegistrar.java index 9c245ee..e8f595e 100644 --- a/src/main/java/com/github/jaemon/dinger/core/spring/DingerScannerRegistrar.java +++ b/src/main/java/com/github/jaemon/dinger/core/spring/DingerScannerRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/spring/DingerSessionTemplate.java b/src/main/java/com/github/jaemon/dinger/core/spring/DingerSessionTemplate.java index 31b7680..416fa65 100644 --- a/src/main/java/com/github/jaemon/dinger/core/spring/DingerSessionTemplate.java +++ b/src/main/java/com/github/jaemon/dinger/core/spring/DingerSessionTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/core/spring/support/DingerSessionSupport.java b/src/main/java/com/github/jaemon/dinger/core/spring/support/DingerSessionSupport.java index 67f83a1..ddacc3e 100644 --- a/src/main/java/com/github/jaemon/dinger/core/spring/support/DingerSessionSupport.java +++ b/src/main/java/com/github/jaemon/dinger/core/spring/support/DingerSessionSupport.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/DingTalkDefinitionGenerator.java b/src/main/java/com/github/jaemon/dinger/dingtalk/DingTalkDefinitionGenerator.java index e721da1..f7ca085 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/DingTalkDefinitionGenerator.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/DingTalkDefinitionGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/DingActionCard.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingActionCard.java index d6688a7..d090812 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingActionCard.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingActionCard.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/DingFeedCard.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingFeedCard.java index 2615e72..126daf1 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingFeedCard.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingFeedCard.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/DingLink.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingLink.java index 863513b..61b7c7c 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingLink.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingLink.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/DingMarkDown.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingMarkDown.java index dc002b1..409e008 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingMarkDown.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingMarkDown.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/DingSingleActionCard.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingSingleActionCard.java index 42af64b..202fcc1 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingSingleActionCard.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingSingleActionCard.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/DingTalkMessage.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingTalkMessage.java index d69c097..e8e4990 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingTalkMessage.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingTalkMessage.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/DingText.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingText.java index e685549..9b1b30c 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingText.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/DingText.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/Message.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/Message.java index 4086585..a8869d6 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/Message.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/Message.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/entity/enums/DingTalkMsgType.java b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/enums/DingTalkMsgType.java index eb39535..0ee3f5b 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/entity/enums/DingTalkMsgType.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/entity/enums/DingTalkMsgType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/dingtalk/package-info.java b/src/main/java/com/github/jaemon/dinger/dingtalk/package-info.java index e810ce1..3a8f15a 100644 --- a/src/main/java/com/github/jaemon/dinger/dingtalk/package-info.java +++ b/src/main/java/com/github/jaemon/dinger/dingtalk/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/AsyncCallException.java b/src/main/java/com/github/jaemon/dinger/exception/AsyncCallException.java index 22e1dbd..3a1d449 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/AsyncCallException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/AsyncCallException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/ConfigurationException.java b/src/main/java/com/github/jaemon/dinger/exception/ConfigurationException.java index 41431dd..408e2ce 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/ConfigurationException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/ConfigurationException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/DingerAnalysisException.java b/src/main/java/com/github/jaemon/dinger/exception/DingerAnalysisException.java index f47ebe1..f048972 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/DingerAnalysisException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/DingerAnalysisException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/DingerException.java b/src/main/java/com/github/jaemon/dinger/exception/DingerException.java index 4f98362..16a47a4 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/DingerException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/DingerException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/InvalidPropertiesFormatException.java b/src/main/java/com/github/jaemon/dinger/exception/InvalidPropertiesFormatException.java index ac0e4a5..de3c0e8 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/InvalidPropertiesFormatException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/InvalidPropertiesFormatException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/MsgTypeException.java b/src/main/java/com/github/jaemon/dinger/exception/MsgTypeException.java index 983670c..727fb67 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/MsgTypeException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/MsgTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/MultiDingerRegisterException.java b/src/main/java/com/github/jaemon/dinger/exception/MultiDingerRegisterException.java index 20b639d..f27d2d1 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/MultiDingerRegisterException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/MultiDingerRegisterException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/exception/SendMsgException.java b/src/main/java/com/github/jaemon/dinger/exception/SendMsgException.java index feff811..aee2fc9 100644 --- a/src/main/java/com/github/jaemon/dinger/exception/SendMsgException.java +++ b/src/main/java/com/github/jaemon/dinger/exception/SendMsgException.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/listeners/DingerListenersProperty.java b/src/main/java/com/github/jaemon/dinger/listeners/DingerListenersProperty.java index 579720c..0bb25c0 100644 --- a/src/main/java/com/github/jaemon/dinger/listeners/DingerListenersProperty.java +++ b/src/main/java/com/github/jaemon/dinger/listeners/DingerListenersProperty.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/listeners/DingerXmlPreparedEvent.java b/src/main/java/com/github/jaemon/dinger/listeners/DingerXmlPreparedEvent.java index 8739462..42119d5 100644 --- a/src/main/java/com/github/jaemon/dinger/listeners/DingerXmlPreparedEvent.java +++ b/src/main/java/com/github/jaemon/dinger/listeners/DingerXmlPreparedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/listeners/ExitEventListener.java b/src/main/java/com/github/jaemon/dinger/listeners/ExitEventListener.java index bd0dcb2..b5dd806 100644 --- a/src/main/java/com/github/jaemon/dinger/listeners/ExitEventListener.java +++ b/src/main/java/com/github/jaemon/dinger/listeners/ExitEventListener.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/listeners/package-info.java b/src/main/java/com/github/jaemon/dinger/listeners/package-info.java index 6ef4cc1..7543726 100644 --- a/src/main/java/com/github/jaemon/dinger/listeners/package-info.java +++ b/src/main/java/com/github/jaemon/dinger/listeners/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/DingerConfigHandler.java b/src/main/java/com/github/jaemon/dinger/multi/DingerConfigHandler.java index a3dcccd..148c0fe 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/DingerConfigHandler.java +++ b/src/main/java/com/github/jaemon/dinger/multi/DingerConfigHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/MultiDingerAlgorithmInjectRegister.java b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerAlgorithmInjectRegister.java index f2fb4fb..8c7079f 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/MultiDingerAlgorithmInjectRegister.java +++ b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerAlgorithmInjectRegister.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/MultiDingerConfigContainer.java b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerConfigContainer.java index 57826f4..708a446 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/MultiDingerConfigContainer.java +++ b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerConfigContainer.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/MultiDingerProperty.java b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerProperty.java index b0caf81..5719d69 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/MultiDingerProperty.java +++ b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerProperty.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/MultiDingerRefresh.java b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerRefresh.java index 2be733f..2cb2587 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/MultiDingerRefresh.java +++ b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerRefresh.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/MultiDingerScannerRegistrar.java b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerScannerRegistrar.java index e054385..8727ea6 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/MultiDingerScannerRegistrar.java +++ b/src/main/java/com/github/jaemon/dinger/multi/MultiDingerScannerRegistrar.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/algorithm/AlgorithmHandler.java b/src/main/java/com/github/jaemon/dinger/multi/algorithm/AlgorithmHandler.java index f84256c..f59b19a 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/algorithm/AlgorithmHandler.java +++ b/src/main/java/com/github/jaemon/dinger/multi/algorithm/AlgorithmHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/algorithm/DefaultHandler.java b/src/main/java/com/github/jaemon/dinger/multi/algorithm/DefaultHandler.java index 4f18503..1bf2182 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/algorithm/DefaultHandler.java +++ b/src/main/java/com/github/jaemon/dinger/multi/algorithm/DefaultHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/algorithm/DingerHandler.java b/src/main/java/com/github/jaemon/dinger/multi/algorithm/DingerHandler.java index cc1e10e..052ce89 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/algorithm/DingerHandler.java +++ b/src/main/java/com/github/jaemon/dinger/multi/algorithm/DingerHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/algorithm/RandomHandler.java b/src/main/java/com/github/jaemon/dinger/multi/algorithm/RandomHandler.java index 97d766c..749ead1 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/algorithm/RandomHandler.java +++ b/src/main/java/com/github/jaemon/dinger/multi/algorithm/RandomHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/algorithm/RoundRobinHandler.java b/src/main/java/com/github/jaemon/dinger/multi/algorithm/RoundRobinHandler.java index 508c668..435d53b 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/algorithm/RoundRobinHandler.java +++ b/src/main/java/com/github/jaemon/dinger/multi/algorithm/RoundRobinHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/annotations/EnableMultiDinger.java b/src/main/java/com/github/jaemon/dinger/multi/annotations/EnableMultiDinger.java index 8f13634..46ca217 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/annotations/EnableMultiDinger.java +++ b/src/main/java/com/github/jaemon/dinger/multi/annotations/EnableMultiDinger.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/annotations/MultiDinger.java b/src/main/java/com/github/jaemon/dinger/multi/annotations/MultiDinger.java index cdd6014..04c60d4 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/annotations/MultiDinger.java +++ b/src/main/java/com/github/jaemon/dinger/multi/annotations/MultiDinger.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/annotations/MultiHandler.java b/src/main/java/com/github/jaemon/dinger/multi/annotations/MultiHandler.java index 7b8c856..49fe147 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/annotations/MultiHandler.java +++ b/src/main/java/com/github/jaemon/dinger/multi/annotations/MultiHandler.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/entity/MultiDinger.java b/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDinger.java index e2b9ceb..ba7059b 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDinger.java +++ b/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDinger.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/entity/MultiDingerAlgorithmDefinition.java b/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDingerAlgorithmDefinition.java index 89ccc15..c1f4ff8 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDingerAlgorithmDefinition.java +++ b/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDingerAlgorithmDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/entity/MultiDingerConfig.java b/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDingerConfig.java index f9f85d8..565fca6 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDingerConfig.java +++ b/src/main/java/com/github/jaemon/dinger/multi/entity/MultiDingerConfig.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/multi/package-info.java b/src/main/java/com/github/jaemon/dinger/multi/package-info.java index 22416d9..c9d1955 100644 --- a/src/main/java/com/github/jaemon/dinger/multi/package-info.java +++ b/src/main/java/com/github/jaemon/dinger/multi/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/CustomMessage.java b/src/main/java/com/github/jaemon/dinger/support/CustomMessage.java index 436f22e..2301a16 100644 --- a/src/main/java/com/github/jaemon/dinger/support/CustomMessage.java +++ b/src/main/java/com/github/jaemon/dinger/support/CustomMessage.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/DefaultDingerAsyncCallable.java b/src/main/java/com/github/jaemon/dinger/support/DefaultDingerAsyncCallable.java index ec9d29e..cc0b0ff 100644 --- a/src/main/java/com/github/jaemon/dinger/support/DefaultDingerAsyncCallable.java +++ b/src/main/java/com/github/jaemon/dinger/support/DefaultDingerAsyncCallable.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/DefaultDingerExceptionCallback.java b/src/main/java/com/github/jaemon/dinger/support/DefaultDingerExceptionCallback.java index 03bfdde..081e907 100644 --- a/src/main/java/com/github/jaemon/dinger/support/DefaultDingerExceptionCallback.java +++ b/src/main/java/com/github/jaemon/dinger/support/DefaultDingerExceptionCallback.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/DefaultDingerIdGenerator.java b/src/main/java/com/github/jaemon/dinger/support/DefaultDingerIdGenerator.java index 9632d17..c45cd60 100644 --- a/src/main/java/com/github/jaemon/dinger/support/DefaultDingerIdGenerator.java +++ b/src/main/java/com/github/jaemon/dinger/support/DefaultDingerIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/DingerAsyncCallback.java b/src/main/java/com/github/jaemon/dinger/support/DingerAsyncCallback.java index 43b55ca..4031110 100644 --- a/src/main/java/com/github/jaemon/dinger/support/DingerAsyncCallback.java +++ b/src/main/java/com/github/jaemon/dinger/support/DingerAsyncCallback.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/DingerExceptionCallback.java b/src/main/java/com/github/jaemon/dinger/support/DingerExceptionCallback.java index fa2363e..17cff7f 100644 --- a/src/main/java/com/github/jaemon/dinger/support/DingerExceptionCallback.java +++ b/src/main/java/com/github/jaemon/dinger/support/DingerExceptionCallback.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/DingerIdGenerator.java b/src/main/java/com/github/jaemon/dinger/support/DingerIdGenerator.java index 4bef239..817392c 100644 --- a/src/main/java/com/github/jaemon/dinger/support/DingerIdGenerator.java +++ b/src/main/java/com/github/jaemon/dinger/support/DingerIdGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/MarkDownMessage.java b/src/main/java/com/github/jaemon/dinger/support/MarkDownMessage.java index 190cad5..9881150 100644 --- a/src/main/java/com/github/jaemon/dinger/support/MarkDownMessage.java +++ b/src/main/java/com/github/jaemon/dinger/support/MarkDownMessage.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/TextMessage.java b/src/main/java/com/github/jaemon/dinger/support/TextMessage.java index ba89ce8..a97a2ed 100644 --- a/src/main/java/com/github/jaemon/dinger/support/TextMessage.java +++ b/src/main/java/com/github/jaemon/dinger/support/TextMessage.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/client/AbstractDingerHttpClient.java b/src/main/java/com/github/jaemon/dinger/support/client/AbstractDingerHttpClient.java index 21ba9f0..cb7c88b 100644 --- a/src/main/java/com/github/jaemon/dinger/support/client/AbstractDingerHttpClient.java +++ b/src/main/java/com/github/jaemon/dinger/support/client/AbstractDingerHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/client/DingerHttpClient.java b/src/main/java/com/github/jaemon/dinger/support/client/DingerHttpClient.java index 9561919..def8955 100644 --- a/src/main/java/com/github/jaemon/dinger/support/client/DingerHttpClient.java +++ b/src/main/java/com/github/jaemon/dinger/support/client/DingerHttpClient.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/client/DingerHttpTemplate.java b/src/main/java/com/github/jaemon/dinger/support/client/DingerHttpTemplate.java index 01ec732..38e036d 100644 --- a/src/main/java/com/github/jaemon/dinger/support/client/DingerHttpTemplate.java +++ b/src/main/java/com/github/jaemon/dinger/support/client/DingerHttpTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/client/MediaTypeEnum.java b/src/main/java/com/github/jaemon/dinger/support/client/MediaTypeEnum.java index 2f5a803..f81cdbb 100644 --- a/src/main/java/com/github/jaemon/dinger/support/client/MediaTypeEnum.java +++ b/src/main/java/com/github/jaemon/dinger/support/client/MediaTypeEnum.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/sign/ByteTalkSignAlgorithm.java b/src/main/java/com/github/jaemon/dinger/support/sign/ByteTalkSignAlgorithm.java index 50eda3e..aa55180 100644 --- a/src/main/java/com/github/jaemon/dinger/support/sign/ByteTalkSignAlgorithm.java +++ b/src/main/java/com/github/jaemon/dinger/support/sign/ByteTalkSignAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/sign/DingTalkSignAlgorithm.java b/src/main/java/com/github/jaemon/dinger/support/sign/DingTalkSignAlgorithm.java index 452adbf..66c2d8a 100644 --- a/src/main/java/com/github/jaemon/dinger/support/sign/DingTalkSignAlgorithm.java +++ b/src/main/java/com/github/jaemon/dinger/support/sign/DingTalkSignAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/sign/DingerSignAlgorithm.java b/src/main/java/com/github/jaemon/dinger/support/sign/DingerSignAlgorithm.java index a7a72ce..5338f0e 100644 --- a/src/main/java/com/github/jaemon/dinger/support/sign/DingerSignAlgorithm.java +++ b/src/main/java/com/github/jaemon/dinger/support/sign/DingerSignAlgorithm.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/sign/SignBase.java b/src/main/java/com/github/jaemon/dinger/support/sign/SignBase.java index 0e53dfb..13289c4 100644 --- a/src/main/java/com/github/jaemon/dinger/support/sign/SignBase.java +++ b/src/main/java/com/github/jaemon/dinger/support/sign/SignBase.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/support/sign/SignResult.java b/src/main/java/com/github/jaemon/dinger/support/sign/SignResult.java index 9af9914..faa5b58 100644 --- a/src/main/java/com/github/jaemon/dinger/support/sign/SignResult.java +++ b/src/main/java/com/github/jaemon/dinger/support/sign/SignResult.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/utils/ConfigTools.java b/src/main/java/com/github/jaemon/dinger/utils/ConfigTools.java index 6bf9cea..52da0e0 100644 --- a/src/main/java/com/github/jaemon/dinger/utils/ConfigTools.java +++ b/src/main/java/com/github/jaemon/dinger/utils/ConfigTools.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/utils/DingerUtils.java b/src/main/java/com/github/jaemon/dinger/utils/DingerUtils.java index 95d4ca1..4cad734 100644 --- a/src/main/java/com/github/jaemon/dinger/utils/DingerUtils.java +++ b/src/main/java/com/github/jaemon/dinger/utils/DingerUtils.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/utils/JVMRandom.java b/src/main/java/com/github/jaemon/dinger/utils/JVMRandom.java index a8691dd..c00be94 100644 --- a/src/main/java/com/github/jaemon/dinger/utils/JVMRandom.java +++ b/src/main/java/com/github/jaemon/dinger/utils/JVMRandom.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/utils/PackageUtils.java b/src/main/java/com/github/jaemon/dinger/utils/PackageUtils.java index bb35b53..787d19c 100644 --- a/src/main/java/com/github/jaemon/dinger/utils/PackageUtils.java +++ b/src/main/java/com/github/jaemon/dinger/utils/PackageUtils.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/utils/RandomUtils.java b/src/main/java/com/github/jaemon/dinger/utils/RandomUtils.java index ece1d21..fc3f50c 100644 --- a/src/main/java/com/github/jaemon/dinger/utils/RandomUtils.java +++ b/src/main/java/com/github/jaemon/dinger/utils/RandomUtils.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/utils/XmlUtils.java b/src/main/java/com/github/jaemon/dinger/utils/XmlUtils.java index 4153758..e7bf810 100644 --- a/src/main/java/com/github/jaemon/dinger/utils/XmlUtils.java +++ b/src/main/java/com/github/jaemon/dinger/utils/XmlUtils.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/WeTalkDefinitionGenerator.java b/src/main/java/com/github/jaemon/dinger/wetalk/WeTalkDefinitionGenerator.java index fc3c376..bc54147 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/WeTalkDefinitionGenerator.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/WeTalkDefinitionGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/entity/WeImage.java b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeImage.java index 70b1248..5960b69 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeImage.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeImage.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/entity/WeMarkdown.java b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeMarkdown.java index 88afde6..fa7abc8 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeMarkdown.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeMarkdown.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/entity/WeNews.java b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeNews.java index ee12e60..f7cefbc 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeNews.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeNews.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/entity/WeTalkMessage.java b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeTalkMessage.java index 2e88d01..a812c17 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeTalkMessage.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeTalkMessage.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/entity/WeText.java b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeText.java index df96d7d..a095c3e 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeText.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/entity/WeText.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/entity/enums/WeTalkMsgType.java b/src/main/java/com/github/jaemon/dinger/wetalk/entity/enums/WeTalkMsgType.java index 04c1bae..be1fb5f 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/entity/enums/WeTalkMsgType.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/entity/enums/WeTalkMsgType.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/com/github/jaemon/dinger/wetalk/package-info.java b/src/main/java/com/github/jaemon/dinger/wetalk/package-info.java index ba779e2..4d17525 100644 --- a/src/main/java/com/github/jaemon/dinger/wetalk/package-info.java +++ b/src/main/java/com/github/jaemon/dinger/wetalk/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright ©2015-2022 Jaemon. All Rights Reserved. + * Copyright ©2015-2023 Jaemon. All Rights Reserved. * * 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/resources/META-INF/schema/dinger.dtd b/src/main/resources/META-INF/schema/dinger.dtd index 2f96490..25948a9 100644 --- a/src/main/resources/META-INF/schema/dinger.dtd +++ b/src/main/resources/META-INF/schema/dinger.dtd @@ -1,7 +1,7 @@