Skip to content

Commit c12b522

Browse files
committed
chore: update license year
1 parent 230d39f commit c12b522

108 files changed

Lines changed: 312 additions & 314 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ff4j-spring-boot-autoconfigure-common/src/main/kotlin/org/ff4j/spring/boot/autoconfigure/common/FF4JConfiguration.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-common
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

ff4j-spring-boot-autoconfigure-common/src/main/kotlin/org/ff4j/spring/boot/autoconfigure/common/FF4JConfigurationProperties.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-common
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

ff4j-spring-boot-autoconfigure-common/src/main/kotlin/org/ff4j/spring/boot/autoconfigure/common/FF4JOpenApiConfiguration.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-common
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

ff4j-spring-boot-autoconfigure-common/src/test/kotlin/org/ff4j/spring/boot/autoconfigure/common/Application.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-common
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

ff4j-spring-boot-autoconfigure-common/src/test/kotlin/org/ff4j/spring/boot/autoconfigure/common/FF4JAuditDisableConfigurationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-common
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

ff4j-spring-boot-autoconfigure-common/src/test/kotlin/org/ff4j/spring/boot/autoconfigure/common/FF4JAuditEnableConfigurationTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-common
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

ff4j-spring-boot-autoconfigure-webflux/src/test/kotlin/org/ff4j/spring/boot/autoconfigure/webflux/Application.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-webflux
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

ff4j-spring-boot-autoconfigure-webmvc/src/main/kotlin/org/ff4j/spring/boot/autoconfigure/webmvc/FF4JWebConsoleConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-webmvc
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

ff4j-spring-boot-autoconfigure-webmvc/src/test/kotlin/org/ff4j/spring/boot/autoconfigure/webmvc/Application.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ff4j-spring-boot-autoconfigure-webmvc
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

ff4j-spring-rest-api/src/main/kotlin/org/ff4j/spring/rest/api/exceptions/FF4jExceptionHandler.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
* #%L
33
* ff4j-spring-rest-api
44
* %%
5-
* Copyright (C) 2013 - 2023 FF4J
5+
* Copyright (C) 2013 - 2026 FF4J
66
* %%
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
99
* You may obtain a copy of the License at
10-
*
10+
*
1111
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
12+
*
1313
* Unless required by applicable law or agreed to in writing, software
1414
* distributed under the License is distributed on an "AS IS" BASIS,
1515
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

0 commit comments

Comments
 (0)