Skip to content

Commit 755557d

Browse files
chore: update license year and add author tags
Updated license headers to reflect year 2025 in all modified Java files. Also added @author Javadoc tags with full name to classes modified in the previous commit as requested in PR review. Signed-off-by: HyeongDo-Myeong <[email protected]>
1 parent 7695d1b commit 755557d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignClientsRegistrar.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 the original author or authors.
2+
* Copyright 2013-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -66,6 +66,7 @@
6666
* @author Olga Maciaszek-Sharma
6767
* @author Jasbir Singh
6868
* @author Jinho Lee
69+
* @author HyeongDo Myeong
6970
*/
7071
class FeignClientsRegistrar implements ImportBeanDefinitionRegistrar, ResourceLoaderAware, EnvironmentAware {
7172

spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/FeignClientsRegistrarTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2024 the original author or authors.
2+
* Copyright 2013-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -42,6 +42,7 @@
4242
* @author Michal Domagala
4343
* @author Szymon Linowski
4444
* @author Olga Maciaszek-Sharma
45+
* @author HyeongDo Myeong
4546
*/
4647
class FeignClientsRegistrarTests {
4748

0 commit comments

Comments
 (0)