diff --git a/pom.xml b/pom.xml index 47b397c5..ac0bed67 100644 --- a/pom.xml +++ b/pom.xml @@ -602,7 +602,7 @@ src/test/java/** - 2023 + 2025 diff --git a/src/main/java/net/logstash/logback/CachingAbbreviator.java b/src/main/java/net/logstash/logback/CachingAbbreviator.java index 076d617b..557f5629 100644 --- a/src/main/java/net/logstash/logback/CachingAbbreviator.java +++ b/src/main/java/net/logstash/logback/CachingAbbreviator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/LogstashAccessFormatter.java b/src/main/java/net/logstash/logback/LogstashAccessFormatter.java index aa641382..069cb4d2 100644 --- a/src/main/java/net/logstash/logback/LogstashAccessFormatter.java +++ b/src/main/java/net/logstash/logback/LogstashAccessFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/LogstashFormatter.java b/src/main/java/net/logstash/logback/LogstashFormatter.java index 93a1f419..31a93d23 100644 --- a/src/main/java/net/logstash/logback/LogstashFormatter.java +++ b/src/main/java/net/logstash/logback/LogstashFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/NullAbbreviator.java b/src/main/java/net/logstash/logback/NullAbbreviator.java index 9a4644d2..9011eda7 100644 --- a/src/main/java/net/logstash/logback/NullAbbreviator.java +++ b/src/main/java/net/logstash/logback/NullAbbreviator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/abbreviator/CachingAbbreviator.java b/src/main/java/net/logstash/logback/abbreviator/CachingAbbreviator.java index 84f9f5b7..db1abb7c 100644 --- a/src/main/java/net/logstash/logback/abbreviator/CachingAbbreviator.java +++ b/src/main/java/net/logstash/logback/abbreviator/CachingAbbreviator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviator.java b/src/main/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviator.java index 9e5fa758..a4b52a97 100644 --- a/src/main/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviator.java +++ b/src/main/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/abbreviator/NullAbbreviator.java b/src/main/java/net/logstash/logback/abbreviator/NullAbbreviator.java index 9ba0ffd2..ae9c3b78 100644 --- a/src/main/java/net/logstash/logback/abbreviator/NullAbbreviator.java +++ b/src/main/java/net/logstash/logback/abbreviator/NullAbbreviator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/AbstractLogstashTcpSocketAppender.java b/src/main/java/net/logstash/logback/appender/AbstractLogstashTcpSocketAppender.java index 12b7f2a0..7596e061 100644 --- a/src/main/java/net/logstash/logback/appender/AbstractLogstashTcpSocketAppender.java +++ b/src/main/java/net/logstash/logback/appender/AbstractLogstashTcpSocketAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/AbstractLogstashUdpSocketAppender.java b/src/main/java/net/logstash/logback/appender/AbstractLogstashUdpSocketAppender.java index d8a60fb2..5fc076b8 100644 --- a/src/main/java/net/logstash/logback/appender/AbstractLogstashUdpSocketAppender.java +++ b/src/main/java/net/logstash/logback/appender/AbstractLogstashUdpSocketAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/AccessEventAsyncDisruptorAppender.java b/src/main/java/net/logstash/logback/appender/AccessEventAsyncDisruptorAppender.java index 24902940..e55bc607 100644 --- a/src/main/java/net/logstash/logback/appender/AccessEventAsyncDisruptorAppender.java +++ b/src/main/java/net/logstash/logback/appender/AccessEventAsyncDisruptorAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/AsyncDisruptorAppender.java b/src/main/java/net/logstash/logback/appender/AsyncDisruptorAppender.java index 248c7147..34490cbd 100644 --- a/src/main/java/net/logstash/logback/appender/AsyncDisruptorAppender.java +++ b/src/main/java/net/logstash/logback/appender/AsyncDisruptorAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppender.java b/src/main/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppender.java index 02414a97..71321aba 100644 --- a/src/main/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppender.java +++ b/src/main/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/LoggingEventAsyncDisruptorAppender.java b/src/main/java/net/logstash/logback/appender/LoggingEventAsyncDisruptorAppender.java index b0cd8120..3a9ed257 100644 --- a/src/main/java/net/logstash/logback/appender/LoggingEventAsyncDisruptorAppender.java +++ b/src/main/java/net/logstash/logback/appender/LoggingEventAsyncDisruptorAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/LogstashAccessTcpSocketAppender.java b/src/main/java/net/logstash/logback/appender/LogstashAccessTcpSocketAppender.java index 298bba6e..dcc8d536 100644 --- a/src/main/java/net/logstash/logback/appender/LogstashAccessTcpSocketAppender.java +++ b/src/main/java/net/logstash/logback/appender/LogstashAccessTcpSocketAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/LogstashAccessUdpSocketAppender.java b/src/main/java/net/logstash/logback/appender/LogstashAccessUdpSocketAppender.java index 723147f6..72e941e2 100644 --- a/src/main/java/net/logstash/logback/appender/LogstashAccessUdpSocketAppender.java +++ b/src/main/java/net/logstash/logback/appender/LogstashAccessUdpSocketAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/LogstashTcpSocketAppender.java b/src/main/java/net/logstash/logback/appender/LogstashTcpSocketAppender.java index b09b0d21..7b117d54 100644 --- a/src/main/java/net/logstash/logback/appender/LogstashTcpSocketAppender.java +++ b/src/main/java/net/logstash/logback/appender/LogstashTcpSocketAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/LogstashUdpSocketAppender.java b/src/main/java/net/logstash/logback/appender/LogstashUdpSocketAppender.java index e34c1e99..c15eceac 100644 --- a/src/main/java/net/logstash/logback/appender/LogstashUdpSocketAppender.java +++ b/src/main/java/net/logstash/logback/appender/LogstashUdpSocketAppender.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/NotConnectedException.java b/src/main/java/net/logstash/logback/appender/NotConnectedException.java index 6db8453b..cc83337a 100644 --- a/src/main/java/net/logstash/logback/appender/NotConnectedException.java +++ b/src/main/java/net/logstash/logback/appender/NotConnectedException.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/RingBufferFullException.java b/src/main/java/net/logstash/logback/appender/RingBufferFullException.java index 8592aade..c98d1e31 100644 --- a/src/main/java/net/logstash/logback/appender/RingBufferFullException.java +++ b/src/main/java/net/logstash/logback/appender/RingBufferFullException.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/ShutdownInProgressException.java b/src/main/java/net/logstash/logback/appender/ShutdownInProgressException.java index 68c6b490..ec1da9b2 100644 --- a/src/main/java/net/logstash/logback/appender/ShutdownInProgressException.java +++ b/src/main/java/net/logstash/logback/appender/ShutdownInProgressException.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/WaitStrategyFactory.java b/src/main/java/net/logstash/logback/appender/WaitStrategyFactory.java index 7f976912..e6a992a4 100644 --- a/src/main/java/net/logstash/logback/appender/WaitStrategyFactory.java +++ b/src/main/java/net/logstash/logback/appender/WaitStrategyFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/destination/DelegateDestinationConnectionStrategy.java b/src/main/java/net/logstash/logback/appender/destination/DelegateDestinationConnectionStrategy.java index 55bcb2ae..72a4a9d2 100644 --- a/src/main/java/net/logstash/logback/appender/destination/DelegateDestinationConnectionStrategy.java +++ b/src/main/java/net/logstash/logback/appender/destination/DelegateDestinationConnectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategy.java b/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategy.java index b830f96e..8000c17f 100644 --- a/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategy.java +++ b/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategyWithTtl.java b/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategyWithTtl.java index bc89cdd7..a53b089f 100644 --- a/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategyWithTtl.java +++ b/src/main/java/net/logstash/logback/appender/destination/DestinationConnectionStrategyWithTtl.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/destination/DestinationParser.java b/src/main/java/net/logstash/logback/appender/destination/DestinationParser.java index 2a56cd0d..aef56c81 100644 --- a/src/main/java/net/logstash/logback/appender/destination/DestinationParser.java +++ b/src/main/java/net/logstash/logback/appender/destination/DestinationParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategy.java b/src/main/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategy.java index 97e1aa2e..a37cd20e 100644 --- a/src/main/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategy.java +++ b/src/main/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategy.java b/src/main/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategy.java index 4e21524e..0f30161d 100644 --- a/src/main/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategy.java +++ b/src/main/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategy.java b/src/main/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategy.java index 9900b54b..d5732cc2 100644 --- a/src/main/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategy.java +++ b/src/main/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/AccessEventAppenderListenerImpl.java b/src/main/java/net/logstash/logback/appender/listener/AccessEventAppenderListenerImpl.java index 30fef449..3017d152 100644 --- a/src/main/java/net/logstash/logback/appender/listener/AccessEventAppenderListenerImpl.java +++ b/src/main/java/net/logstash/logback/appender/listener/AccessEventAppenderListenerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/AccessEventTcpAppenderListenerImpl.java b/src/main/java/net/logstash/logback/appender/listener/AccessEventTcpAppenderListenerImpl.java index ad075e36..07066ff3 100644 --- a/src/main/java/net/logstash/logback/appender/listener/AccessEventTcpAppenderListenerImpl.java +++ b/src/main/java/net/logstash/logback/appender/listener/AccessEventTcpAppenderListenerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/AppenderListener.java b/src/main/java/net/logstash/logback/appender/listener/AppenderListener.java index c741b521..5ab06e41 100644 --- a/src/main/java/net/logstash/logback/appender/listener/AppenderListener.java +++ b/src/main/java/net/logstash/logback/appender/listener/AppenderListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/FailureSummaryAppenderListener.java b/src/main/java/net/logstash/logback/appender/listener/FailureSummaryAppenderListener.java index c4ced458..b0fda34d 100644 --- a/src/main/java/net/logstash/logback/appender/listener/FailureSummaryAppenderListener.java +++ b/src/main/java/net/logstash/logback/appender/listener/FailureSummaryAppenderListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListener.java b/src/main/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListener.java index 89db5edb..a4c13760 100644 --- a/src/main/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListener.java +++ b/src/main/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/LoggingEventAppenderListenerImpl.java b/src/main/java/net/logstash/logback/appender/listener/LoggingEventAppenderListenerImpl.java index 2d5a6183..f4d9d1fd 100644 --- a/src/main/java/net/logstash/logback/appender/listener/LoggingEventAppenderListenerImpl.java +++ b/src/main/java/net/logstash/logback/appender/listener/LoggingEventAppenderListenerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/LoggingEventTcpAppenderListenerImpl.java b/src/main/java/net/logstash/logback/appender/listener/LoggingEventTcpAppenderListenerImpl.java index facd59d2..7fafcc9d 100644 --- a/src/main/java/net/logstash/logback/appender/listener/LoggingEventTcpAppenderListenerImpl.java +++ b/src/main/java/net/logstash/logback/appender/listener/LoggingEventTcpAppenderListenerImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/appender/listener/TcpAppenderListener.java b/src/main/java/net/logstash/logback/appender/listener/TcpAppenderListener.java index 69ac8740..5347ac7b 100644 --- a/src/main/java/net/logstash/logback/appender/listener/TcpAppenderListener.java +++ b/src/main/java/net/logstash/logback/appender/listener/TcpAppenderListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/argument/DeferredStructuredArgument.java b/src/main/java/net/logstash/logback/argument/DeferredStructuredArgument.java index 93583742..c4dda45c 100644 --- a/src/main/java/net/logstash/logback/argument/DeferredStructuredArgument.java +++ b/src/main/java/net/logstash/logback/argument/DeferredStructuredArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/argument/StructuredArgument.java b/src/main/java/net/logstash/logback/argument/StructuredArgument.java index fa8f8ea3..ae3e71ad 100644 --- a/src/main/java/net/logstash/logback/argument/StructuredArgument.java +++ b/src/main/java/net/logstash/logback/argument/StructuredArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/argument/StructuredArguments.java b/src/main/java/net/logstash/logback/argument/StructuredArguments.java index 4ec98c18..fcbfaae7 100644 --- a/src/main/java/net/logstash/logback/argument/StructuredArguments.java +++ b/src/main/java/net/logstash/logback/argument/StructuredArguments.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractCompositeJsonFormatter.java b/src/main/java/net/logstash/logback/composite/AbstractCompositeJsonFormatter.java index 96e7e3e5..c719e831 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractCompositeJsonFormatter.java +++ b/src/main/java/net/logstash/logback/composite/AbstractCompositeJsonFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractFieldJsonProvider.java b/src/main/java/net/logstash/logback/composite/AbstractFieldJsonProvider.java index 565e3540..5f1b284c 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractFieldJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/AbstractFieldJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractFormattedTimestampJsonProvider.java b/src/main/java/net/logstash/logback/composite/AbstractFormattedTimestampJsonProvider.java index f7290b05..fd7098c5 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractFormattedTimestampJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/AbstractFormattedTimestampJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractJsonProvider.java b/src/main/java/net/logstash/logback/composite/AbstractJsonProvider.java index 4a493cdf..4a2927c1 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/AbstractJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractNestedJsonProvider.java b/src/main/java/net/logstash/logback/composite/AbstractNestedJsonProvider.java index 99412dca..0a9d2cbe 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractNestedJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/AbstractNestedJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractPatternJsonProvider.java b/src/main/java/net/logstash/logback/composite/AbstractPatternJsonProvider.java index df13fd3e..5ad487a7 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractPatternJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/AbstractPatternJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractSequenceJsonProvider.java b/src/main/java/net/logstash/logback/composite/AbstractSequenceJsonProvider.java index 02da1392..c3b882e0 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractSequenceJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/AbstractSequenceJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/AbstractThreadNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/AbstractThreadNameJsonProvider.java index dc150d74..379edc78 100644 --- a/src/main/java/net/logstash/logback/composite/AbstractThreadNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/AbstractThreadNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/CompositeJsonFormatter.java b/src/main/java/net/logstash/logback/composite/CompositeJsonFormatter.java index d868374f..569cb074 100644 --- a/src/main/java/net/logstash/logback/composite/CompositeJsonFormatter.java +++ b/src/main/java/net/logstash/logback/composite/CompositeJsonFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/ContextJsonProvider.java b/src/main/java/net/logstash/logback/composite/ContextJsonProvider.java index e003c223..fc5c96a4 100644 --- a/src/main/java/net/logstash/logback/composite/ContextJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/ContextJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/FastISOTimestampFormatter.java b/src/main/java/net/logstash/logback/composite/FastISOTimestampFormatter.java index 558a7e93..061d2a6e 100644 --- a/src/main/java/net/logstash/logback/composite/FastISOTimestampFormatter.java +++ b/src/main/java/net/logstash/logback/composite/FastISOTimestampFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/FieldNamesAware.java b/src/main/java/net/logstash/logback/composite/FieldNamesAware.java index b773bd8d..6106eb8c 100644 --- a/src/main/java/net/logstash/logback/composite/FieldNamesAware.java +++ b/src/main/java/net/logstash/logback/composite/FieldNamesAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/FormattedTimestampJsonProvider.java b/src/main/java/net/logstash/logback/composite/FormattedTimestampJsonProvider.java index 70bb7366..2f2eb182 100644 --- a/src/main/java/net/logstash/logback/composite/FormattedTimestampJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/FormattedTimestampJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProvider.java b/src/main/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProvider.java index 7c165086..3bf568ce 100644 --- a/src/main/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/JsonFactoryAware.java b/src/main/java/net/logstash/logback/composite/JsonFactoryAware.java index dd986311..8420f2cf 100644 --- a/src/main/java/net/logstash/logback/composite/JsonFactoryAware.java +++ b/src/main/java/net/logstash/logback/composite/JsonFactoryAware.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/JsonProvider.java b/src/main/java/net/logstash/logback/composite/JsonProvider.java index 2f42de8b..4db0e3fd 100644 --- a/src/main/java/net/logstash/logback/composite/JsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/JsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/JsonProviders.java b/src/main/java/net/logstash/logback/composite/JsonProviders.java index 99bb8b8d..4bed770f 100644 --- a/src/main/java/net/logstash/logback/composite/JsonProviders.java +++ b/src/main/java/net/logstash/logback/composite/JsonProviders.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/JsonReadingUtils.java b/src/main/java/net/logstash/logback/composite/JsonReadingUtils.java index 62ce0b37..005da440 100644 --- a/src/main/java/net/logstash/logback/composite/JsonReadingUtils.java +++ b/src/main/java/net/logstash/logback/composite/JsonReadingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/JsonWritingUtils.java b/src/main/java/net/logstash/logback/composite/JsonWritingUtils.java index 87f66c0d..928389c8 100644 --- a/src/main/java/net/logstash/logback/composite/JsonWritingUtils.java +++ b/src/main/java/net/logstash/logback/composite/JsonWritingUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/LogstashVersionJsonProvider.java b/src/main/java/net/logstash/logback/composite/LogstashVersionJsonProvider.java index e1a08a0c..a6362e78 100644 --- a/src/main/java/net/logstash/logback/composite/LogstashVersionJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/LogstashVersionJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/SequenceJsonProvider.java b/src/main/java/net/logstash/logback/composite/SequenceJsonProvider.java index a9d831b4..498200da 100644 --- a/src/main/java/net/logstash/logback/composite/SequenceJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/SequenceJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/UuidJsonProvider.java b/src/main/java/net/logstash/logback/composite/UuidJsonProvider.java index c69b9ca6..8ba6e2f5 100644 --- a/src/main/java/net/logstash/logback/composite/UuidJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/UuidJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventCompositeJsonFormatter.java b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventCompositeJsonFormatter.java index e761f63b..40479255 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventCompositeJsonFormatter.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventCompositeJsonFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventFormattedTimestampJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventFormattedTimestampJsonProvider.java index 747c81f3..4c539083 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventFormattedTimestampJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventFormattedTimestampJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventJsonProviders.java b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventJsonProviders.java index 8a3317e3..c2a5ce42 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventJsonProviders.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventJsonProviders.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProvider.java index bd2b98c8..e82d9b45 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventPatternJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventPatternJsonProvider.java index 92948784..179dc09a 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventPatternJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventPatternJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventThreadNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventThreadNameJsonProvider.java index 72b79e70..53c8b731 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/AccessEventThreadNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/AccessEventThreadNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/AccessMessageJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/AccessMessageJsonProvider.java index 2829a7e7..7c141cc4 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/AccessMessageJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/AccessMessageJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/ContentLengthJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/ContentLengthJsonProvider.java index e94030b5..0b51b8df 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/ContentLengthJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/ContentLengthJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/ElapsedTimeJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/ElapsedTimeJsonProvider.java index 4cfee39a..2699c662 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/ElapsedTimeJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/ElapsedTimeJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/HeaderFilter.java b/src/main/java/net/logstash/logback/composite/accessevent/HeaderFilter.java index 897835a8..2012fca1 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/HeaderFilter.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/HeaderFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilter.java b/src/main/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilter.java index a73ecb1a..53cadb6a 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilter.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/MethodJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/MethodJsonProvider.java index 1328a9f6..6d68db5c 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/MethodJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/MethodJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/ProtocolJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/ProtocolJsonProvider.java index adc4f5fb..df04aad2 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/ProtocolJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/ProtocolJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/RemoteHostJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/RemoteHostJsonProvider.java index e98a75df..359bb5b1 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/RemoteHostJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/RemoteHostJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/RemoteUserJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/RemoteUserJsonProvider.java index 0111a6c0..9cb58ae5 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/RemoteUserJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/RemoteUserJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProvider.java index 9437677a..753afbee 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/RequestedUriJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/RequestedUriJsonProvider.java index e8ce9f93..cc9009d3 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/RequestedUriJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/RequestedUriJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/RequestedUrlJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/RequestedUrlJsonProvider.java index a26e8c26..50c435d8 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/RequestedUrlJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/RequestedUrlJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProvider.java index eb5bca41..aae338e4 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/SequenceJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/SequenceJsonProvider.java index 2c18eacf..a16bc5af 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/SequenceJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/SequenceJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/accessevent/StatusCodeJsonProvider.java b/src/main/java/net/logstash/logback/composite/accessevent/StatusCodeJsonProvider.java index 89941bf4..6573566d 100644 --- a/src/main/java/net/logstash/logback/composite/accessevent/StatusCodeJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/accessevent/StatusCodeJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableClassNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableClassNameJsonProvider.java index 45949cba..8fef86c5 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableClassNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableClassNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableMessageJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableMessageJsonProvider.java index 2e7c42b2..7ce27b3a 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableMessageJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/AbstractThrowableMessageJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProvider.java index 2f8fb0d6..3fc46571 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProvider.java index 1d91c821..30462e87 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProvider.java index 7dea842d..99b21609 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProvider.java index 77916799..ad31efc3 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProvider.java index 98d29212..577574a2 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProvider.java index 0c68bb73..97dae005 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProvider.java index 0a00935e..06d0a61d 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatter.java b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatter.java index 9fc453d2..14db2aea 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatter.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProvider.java index 277d7261..26ce3c5d 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventJsonProviders.java b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventJsonProviders.java index 1a6b3a2d..d7cd9eb2 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventJsonProviders.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventJsonProviders.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProvider.java index 9c52f822..09f20cd3 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventPatternJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventPatternJsonProvider.java index 9ba5f2ef..036cdbe1 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventPatternJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventPatternJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProvider.java index 85f97bde..4f9903c3 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProvider.java index 0d260a92..7ef458d7 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/MdcJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/MdcJsonProvider.java index 40749414..00e5ed79 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/MdcJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/MdcJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/MessageJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/MessageJsonProvider.java index 6312ec20..427b5a74 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/MessageJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/MessageJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProvider.java index e21f372c..d78247b8 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProvider.java index 8c17e17e..25e2d3bb 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/SequenceJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/SequenceJsonProvider.java index 7a490a91..7abcbe99 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/SequenceJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/SequenceJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/StackHashJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/StackHashJsonProvider.java index fad29b1d..59ef3f7d 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/StackHashJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/StackHashJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProvider.java index 094cbb17..7bfe3e51 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/TagsJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/TagsJsonProvider.java index 05f13f23..acc09070 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/TagsJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/TagsJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ThreadNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/ThreadNameJsonProvider.java index 97d56e38..d3686526 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ThreadNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ThreadNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProvider.java index f9664591..6f916421 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProvider.java index 7379ad8c..61c34da5 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProvider.java index 1bddd486..0f233e78 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProvider.java index 8da3a3ad..ed498196 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableSelectors.java b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableSelectors.java index 43a31028..704c64c1 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableSelectors.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/ThrowableSelectors.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/UuidProvider.java b/src/main/java/net/logstash/logback/composite/loggingevent/UuidProvider.java index de620627..f868f4b4 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/UuidProvider.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/UuidProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriter.java b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriter.java index edfa6846..eb728e36 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriter.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriter.java b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriter.java index f72edfb5..e9b6593e 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriter.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriter.java b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriter.java index f1f57142..b90d138c 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriter.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/MdcEntryWriter.java b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/MdcEntryWriter.java index 0c673bcb..91b074c0 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/MdcEntryWriter.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/MdcEntryWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriter.java b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriter.java index 75de3881..e6038915 100644 --- a/src/main/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriter.java +++ b/src/main/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecorator.java index 0cac091b..ccbdbda1 100644 --- a/src/main/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/CompositeJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/CompositeJsonFactoryDecorator.java index 88fb6dbc..ce13dd9b 100644 --- a/src/main/java/net/logstash/logback/decorate/CompositeJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/CompositeJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/CompositeJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/CompositeJsonGeneratorDecorator.java index f296362c..92c5de8c 100644 --- a/src/main/java/net/logstash/logback/decorate/CompositeJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/CompositeJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/EscapeNonAsciiJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/EscapeNonAsciiJsonFactoryDecorator.java index 54b6fb8b..2e8c55b9 100644 --- a/src/main/java/net/logstash/logback/decorate/EscapeNonAsciiJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/EscapeNonAsciiJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/FeatureDecorator.java b/src/main/java/net/logstash/logback/decorate/FeatureDecorator.java index 9e257d2c..148c9730 100644 --- a/src/main/java/net/logstash/logback/decorate/FeatureDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/FeatureDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/FeatureJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/FeatureJsonFactoryDecorator.java index de9ab4ef..db85bbf6 100644 --- a/src/main/java/net/logstash/logback/decorate/FeatureJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/FeatureJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/FeatureJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/FeatureJsonGeneratorDecorator.java index ba37454c..0f7957f9 100644 --- a/src/main/java/net/logstash/logback/decorate/FeatureJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/FeatureJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/JsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/JsonFactoryDecorator.java index 59475405..e9bdd4c1 100644 --- a/src/main/java/net/logstash/logback/decorate/JsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/JsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/JsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/JsonGeneratorDecorator.java index eb9a920c..b19c11a7 100644 --- a/src/main/java/net/logstash/logback/decorate/JsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/JsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/NullJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/NullJsonFactoryDecorator.java index b391eddf..989b6a21 100644 --- a/src/main/java/net/logstash/logback/decorate/NullJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/NullJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/NullJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/NullJsonGeneratorDecorator.java index 22b99780..7c3a5a04 100644 --- a/src/main/java/net/logstash/logback/decorate/NullJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/NullJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecorator.java index 5385559b..7b9a63ab 100644 --- a/src/main/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/cbor/CborFeatureJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/cbor/CborFeatureJsonGeneratorDecorator.java index 72bd30b3..6a836d37 100644 --- a/src/main/java/net/logstash/logback/decorate/cbor/CborFeatureJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/cbor/CborFeatureJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecorator.java index 98e7f05d..ad3fcdce 100644 --- a/src/main/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/smile/SmileFeatureJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/smile/SmileFeatureJsonGeneratorDecorator.java index 29022a7e..9e2f7942 100644 --- a/src/main/java/net/logstash/logback/decorate/smile/SmileFeatureJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/smile/SmileFeatureJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecorator.java index 2cc48df5..bd1150b8 100644 --- a/src/main/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/yaml/YamlFeatureJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/decorate/yaml/YamlFeatureJsonGeneratorDecorator.java index 83271749..3a982d90 100644 --- a/src/main/java/net/logstash/logback/decorate/yaml/YamlFeatureJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/yaml/YamlFeatureJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecorator.java b/src/main/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecorator.java index 38c7c79d..c89ff979 100644 --- a/src/main/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecorator.java +++ b/src/main/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/encoder/AccessEventCompositeJsonEncoder.java b/src/main/java/net/logstash/logback/encoder/AccessEventCompositeJsonEncoder.java index c0a5b90a..8e4a03a7 100644 --- a/src/main/java/net/logstash/logback/encoder/AccessEventCompositeJsonEncoder.java +++ b/src/main/java/net/logstash/logback/encoder/AccessEventCompositeJsonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/encoder/CompositeJsonEncoder.java b/src/main/java/net/logstash/logback/encoder/CompositeJsonEncoder.java index ec83dc0c..ab5244ca 100644 --- a/src/main/java/net/logstash/logback/encoder/CompositeJsonEncoder.java +++ b/src/main/java/net/logstash/logback/encoder/CompositeJsonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/encoder/LoggingEventCompositeJsonEncoder.java b/src/main/java/net/logstash/logback/encoder/LoggingEventCompositeJsonEncoder.java index d5cdfcb1..343994a4 100644 --- a/src/main/java/net/logstash/logback/encoder/LoggingEventCompositeJsonEncoder.java +++ b/src/main/java/net/logstash/logback/encoder/LoggingEventCompositeJsonEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/encoder/LogstashAccessEncoder.java b/src/main/java/net/logstash/logback/encoder/LogstashAccessEncoder.java index a505b0a0..3c827af3 100644 --- a/src/main/java/net/logstash/logback/encoder/LogstashAccessEncoder.java +++ b/src/main/java/net/logstash/logback/encoder/LogstashAccessEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/encoder/LogstashEncoder.java b/src/main/java/net/logstash/logback/encoder/LogstashEncoder.java index 2a75abf1..94cb4aae 100644 --- a/src/main/java/net/logstash/logback/encoder/LogstashEncoder.java +++ b/src/main/java/net/logstash/logback/encoder/LogstashEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/encoder/SeparatorParser.java b/src/main/java/net/logstash/logback/encoder/SeparatorParser.java index 9fa2e430..8b6ab135 100644 --- a/src/main/java/net/logstash/logback/encoder/SeparatorParser.java +++ b/src/main/java/net/logstash/logback/encoder/SeparatorParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/encoder/StreamingEncoder.java b/src/main/java/net/logstash/logback/encoder/StreamingEncoder.java index a20d07ee..722bdad8 100644 --- a/src/main/java/net/logstash/logback/encoder/StreamingEncoder.java +++ b/src/main/java/net/logstash/logback/encoder/StreamingEncoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/fieldnames/LogstashAccessFieldNames.java b/src/main/java/net/logstash/logback/fieldnames/LogstashAccessFieldNames.java index 9e44b3e9..d7f3f0a6 100644 --- a/src/main/java/net/logstash/logback/fieldnames/LogstashAccessFieldNames.java +++ b/src/main/java/net/logstash/logback/fieldnames/LogstashAccessFieldNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/fieldnames/LogstashCommonFieldNames.java b/src/main/java/net/logstash/logback/fieldnames/LogstashCommonFieldNames.java index 37c353c5..e6621c40 100644 --- a/src/main/java/net/logstash/logback/fieldnames/LogstashCommonFieldNames.java +++ b/src/main/java/net/logstash/logback/fieldnames/LogstashCommonFieldNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/fieldnames/LogstashFieldNames.java b/src/main/java/net/logstash/logback/fieldnames/LogstashFieldNames.java index 1e25f8fb..394fef5d 100644 --- a/src/main/java/net/logstash/logback/fieldnames/LogstashFieldNames.java +++ b/src/main/java/net/logstash/logback/fieldnames/LogstashFieldNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/fieldnames/Pre50LogstashAccessFieldNames.java b/src/main/java/net/logstash/logback/fieldnames/Pre50LogstashAccessFieldNames.java index a51378d0..36004f90 100644 --- a/src/main/java/net/logstash/logback/fieldnames/Pre50LogstashAccessFieldNames.java +++ b/src/main/java/net/logstash/logback/fieldnames/Pre50LogstashAccessFieldNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/fieldnames/ShortenedFieldNames.java b/src/main/java/net/logstash/logback/fieldnames/ShortenedFieldNames.java index 7ec86be3..c2eb7cb6 100644 --- a/src/main/java/net/logstash/logback/fieldnames/ShortenedFieldNames.java +++ b/src/main/java/net/logstash/logback/fieldnames/ShortenedFieldNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/layout/AccessEventCompositeJsonLayout.java b/src/main/java/net/logstash/logback/layout/AccessEventCompositeJsonLayout.java index 87ec667e..a78adad5 100644 --- a/src/main/java/net/logstash/logback/layout/AccessEventCompositeJsonLayout.java +++ b/src/main/java/net/logstash/logback/layout/AccessEventCompositeJsonLayout.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/layout/CompositeJsonLayout.java b/src/main/java/net/logstash/logback/layout/CompositeJsonLayout.java index ed04990e..efd99b8d 100644 --- a/src/main/java/net/logstash/logback/layout/CompositeJsonLayout.java +++ b/src/main/java/net/logstash/logback/layout/CompositeJsonLayout.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/layout/LoggingEventCompositeJsonLayout.java b/src/main/java/net/logstash/logback/layout/LoggingEventCompositeJsonLayout.java index b5ae197a..2de7ff14 100644 --- a/src/main/java/net/logstash/logback/layout/LoggingEventCompositeJsonLayout.java +++ b/src/main/java/net/logstash/logback/layout/LoggingEventCompositeJsonLayout.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/layout/LogstashAccessLayout.java b/src/main/java/net/logstash/logback/layout/LogstashAccessLayout.java index 3f12290e..2d60bd95 100644 --- a/src/main/java/net/logstash/logback/layout/LogstashAccessLayout.java +++ b/src/main/java/net/logstash/logback/layout/LogstashAccessLayout.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/layout/LogstashLayout.java b/src/main/java/net/logstash/logback/layout/LogstashLayout.java index ae3e1594..0d473958 100644 --- a/src/main/java/net/logstash/logback/layout/LogstashLayout.java +++ b/src/main/java/net/logstash/logback/layout/LogstashLayout.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/DeferredLogstashMarker.java b/src/main/java/net/logstash/logback/marker/DeferredLogstashMarker.java index b7a12509..40f5a0bc 100644 --- a/src/main/java/net/logstash/logback/marker/DeferredLogstashMarker.java +++ b/src/main/java/net/logstash/logback/marker/DeferredLogstashMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/EmptyLogstashMarker.java b/src/main/java/net/logstash/logback/marker/EmptyLogstashMarker.java index ed0731b7..025aba02 100644 --- a/src/main/java/net/logstash/logback/marker/EmptyLogstashMarker.java +++ b/src/main/java/net/logstash/logback/marker/EmptyLogstashMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/LogstashBasicMarker.java b/src/main/java/net/logstash/logback/marker/LogstashBasicMarker.java index c9201d4d..24a2ade3 100755 --- a/src/main/java/net/logstash/logback/marker/LogstashBasicMarker.java +++ b/src/main/java/net/logstash/logback/marker/LogstashBasicMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/LogstashMarker.java b/src/main/java/net/logstash/logback/marker/LogstashMarker.java index ce749a69..8d2efb6e 100755 --- a/src/main/java/net/logstash/logback/marker/LogstashMarker.java +++ b/src/main/java/net/logstash/logback/marker/LogstashMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/MapEntriesAppendingMarker.java b/src/main/java/net/logstash/logback/marker/MapEntriesAppendingMarker.java index d70f07d9..62ab4fdb 100755 --- a/src/main/java/net/logstash/logback/marker/MapEntriesAppendingMarker.java +++ b/src/main/java/net/logstash/logback/marker/MapEntriesAppendingMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/Markers.java b/src/main/java/net/logstash/logback/marker/Markers.java index 3ac88264..5b900f53 100755 --- a/src/main/java/net/logstash/logback/marker/Markers.java +++ b/src/main/java/net/logstash/logback/marker/Markers.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/MessageFormatCache.java b/src/main/java/net/logstash/logback/marker/MessageFormatCache.java index aeab9611..26d3f9fa 100644 --- a/src/main/java/net/logstash/logback/marker/MessageFormatCache.java +++ b/src/main/java/net/logstash/logback/marker/MessageFormatCache.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/ObjectAppendingMarker.java b/src/main/java/net/logstash/logback/marker/ObjectAppendingMarker.java index 35fc62e8..ac83509f 100755 --- a/src/main/java/net/logstash/logback/marker/ObjectAppendingMarker.java +++ b/src/main/java/net/logstash/logback/marker/ObjectAppendingMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/ObjectFieldsAppendingMarker.java b/src/main/java/net/logstash/logback/marker/ObjectFieldsAppendingMarker.java index 3f5bd3d3..6db27fa2 100755 --- a/src/main/java/net/logstash/logback/marker/ObjectFieldsAppendingMarker.java +++ b/src/main/java/net/logstash/logback/marker/ObjectFieldsAppendingMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/RawJsonAppendingMarker.java b/src/main/java/net/logstash/logback/marker/RawJsonAppendingMarker.java index c5a6b7d5..a9334226 100755 --- a/src/main/java/net/logstash/logback/marker/RawJsonAppendingMarker.java +++ b/src/main/java/net/logstash/logback/marker/RawJsonAppendingMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/marker/SingleFieldAppendingMarker.java b/src/main/java/net/logstash/logback/marker/SingleFieldAppendingMarker.java index d65b776a..099b3d89 100755 --- a/src/main/java/net/logstash/logback/marker/SingleFieldAppendingMarker.java +++ b/src/main/java/net/logstash/logback/marker/SingleFieldAppendingMarker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/mask/FieldMasker.java b/src/main/java/net/logstash/logback/mask/FieldMasker.java index 14562821..2b183a6a 100644 --- a/src/main/java/net/logstash/logback/mask/FieldMasker.java +++ b/src/main/java/net/logstash/logback/mask/FieldMasker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/mask/FieldNameBasedFieldMasker.java b/src/main/java/net/logstash/logback/mask/FieldNameBasedFieldMasker.java index 99af58ea..be1e7d73 100644 --- a/src/main/java/net/logstash/logback/mask/FieldNameBasedFieldMasker.java +++ b/src/main/java/net/logstash/logback/mask/FieldNameBasedFieldMasker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/mask/MaskingJsonGenerator.java b/src/main/java/net/logstash/logback/mask/MaskingJsonGenerator.java index 51e44773..5081b2c8 100644 --- a/src/main/java/net/logstash/logback/mask/MaskingJsonGenerator.java +++ b/src/main/java/net/logstash/logback/mask/MaskingJsonGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/mask/MaskingJsonGeneratorDecorator.java b/src/main/java/net/logstash/logback/mask/MaskingJsonGeneratorDecorator.java index 4a7b1953..d3b0f376 100644 --- a/src/main/java/net/logstash/logback/mask/MaskingJsonGeneratorDecorator.java +++ b/src/main/java/net/logstash/logback/mask/MaskingJsonGeneratorDecorator.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/mask/PathBasedFieldMasker.java b/src/main/java/net/logstash/logback/mask/PathBasedFieldMasker.java index 86ec7ec4..3a9d3dc2 100644 --- a/src/main/java/net/logstash/logback/mask/PathBasedFieldMasker.java +++ b/src/main/java/net/logstash/logback/mask/PathBasedFieldMasker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/mask/RegexValueMasker.java b/src/main/java/net/logstash/logback/mask/RegexValueMasker.java index 584980f5..eabd33ec 100644 --- a/src/main/java/net/logstash/logback/mask/RegexValueMasker.java +++ b/src/main/java/net/logstash/logback/mask/RegexValueMasker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/mask/ValueMasker.java b/src/main/java/net/logstash/logback/mask/ValueMasker.java index a7b3f452..568d01f8 100644 --- a/src/main/java/net/logstash/logback/mask/ValueMasker.java +++ b/src/main/java/net/logstash/logback/mask/ValueMasker.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/AbstractJsonPatternParser.java b/src/main/java/net/logstash/logback/pattern/AbstractJsonPatternParser.java index 13754f14..34a4f254 100644 --- a/src/main/java/net/logstash/logback/pattern/AbstractJsonPatternParser.java +++ b/src/main/java/net/logstash/logback/pattern/AbstractJsonPatternParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/AccessEventJsonPatternParser.java b/src/main/java/net/logstash/logback/pattern/AccessEventJsonPatternParser.java index 099e5683..c1a68e19 100644 --- a/src/main/java/net/logstash/logback/pattern/AccessEventJsonPatternParser.java +++ b/src/main/java/net/logstash/logback/pattern/AccessEventJsonPatternParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/EnhancedPropertyConverter.java b/src/main/java/net/logstash/logback/pattern/EnhancedPropertyConverter.java index 1cff5027..844f2458 100644 --- a/src/main/java/net/logstash/logback/pattern/EnhancedPropertyConverter.java +++ b/src/main/java/net/logstash/logback/pattern/EnhancedPropertyConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/LoggingEventJsonPatternParser.java b/src/main/java/net/logstash/logback/pattern/LoggingEventJsonPatternParser.java index e9be490f..0e268540 100644 --- a/src/main/java/net/logstash/logback/pattern/LoggingEventJsonPatternParser.java +++ b/src/main/java/net/logstash/logback/pattern/LoggingEventJsonPatternParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/NodeWriter.java b/src/main/java/net/logstash/logback/pattern/NodeWriter.java index 35de42b9..fc96265e 100644 --- a/src/main/java/net/logstash/logback/pattern/NodeWriter.java +++ b/src/main/java/net/logstash/logback/pattern/NodeWriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/PatternLayoutAdapter.java b/src/main/java/net/logstash/logback/pattern/PatternLayoutAdapter.java index d6084600..ce86d81b 100644 --- a/src/main/java/net/logstash/logback/pattern/PatternLayoutAdapter.java +++ b/src/main/java/net/logstash/logback/pattern/PatternLayoutAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/PatternLayoutCompatibilityUtil.java b/src/main/java/net/logstash/logback/pattern/PatternLayoutCompatibilityUtil.java index 0445b5ea..dd7e201c 100644 --- a/src/main/java/net/logstash/logback/pattern/PatternLayoutCompatibilityUtil.java +++ b/src/main/java/net/logstash/logback/pattern/PatternLayoutCompatibilityUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/pattern/ValueGetter.java b/src/main/java/net/logstash/logback/pattern/ValueGetter.java index e46d6f21..4e575bad 100644 --- a/src/main/java/net/logstash/logback/pattern/ValueGetter.java +++ b/src/main/java/net/logstash/logback/pattern/ValueGetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/stacktrace/ShortenedThrowableConverter.java b/src/main/java/net/logstash/logback/stacktrace/ShortenedThrowableConverter.java index 7de06369..5f66e6b1 100644 --- a/src/main/java/net/logstash/logback/stacktrace/ShortenedThrowableConverter.java +++ b/src/main/java/net/logstash/logback/stacktrace/ShortenedThrowableConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/stacktrace/StackElementFilter.java b/src/main/java/net/logstash/logback/stacktrace/StackElementFilter.java index c13fd48d..480c8e2b 100644 --- a/src/main/java/net/logstash/logback/stacktrace/StackElementFilter.java +++ b/src/main/java/net/logstash/logback/stacktrace/StackElementFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/stacktrace/StackHasher.java b/src/main/java/net/logstash/logback/stacktrace/StackHasher.java index 44b621e3..f50fdc4f 100644 --- a/src/main/java/net/logstash/logback/stacktrace/StackHasher.java +++ b/src/main/java/net/logstash/logback/stacktrace/StackHasher.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/status/DelegatingStatusListener.java b/src/main/java/net/logstash/logback/status/DelegatingStatusListener.java index 62892c3c..96eb3037 100644 --- a/src/main/java/net/logstash/logback/status/DelegatingStatusListener.java +++ b/src/main/java/net/logstash/logback/status/DelegatingStatusListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/status/LevelFilteringStatusListener.java b/src/main/java/net/logstash/logback/status/LevelFilteringStatusListener.java index 3e73f6d8..863315b0 100644 --- a/src/main/java/net/logstash/logback/status/LevelFilteringStatusListener.java +++ b/src/main/java/net/logstash/logback/status/LevelFilteringStatusListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/LogbackUtils.java b/src/main/java/net/logstash/logback/util/LogbackUtils.java index 8c120c7a..31f89ba3 100644 --- a/src/main/java/net/logstash/logback/util/LogbackUtils.java +++ b/src/main/java/net/logstash/logback/util/LogbackUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/ProxyOutputStream.java b/src/main/java/net/logstash/logback/util/ProxyOutputStream.java index 9ae1772a..806386c7 100644 --- a/src/main/java/net/logstash/logback/util/ProxyOutputStream.java +++ b/src/main/java/net/logstash/logback/util/ProxyOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/ReusableByteBuffer.java b/src/main/java/net/logstash/logback/util/ReusableByteBuffer.java index dec4a0da..ebd25ef5 100644 --- a/src/main/java/net/logstash/logback/util/ReusableByteBuffer.java +++ b/src/main/java/net/logstash/logback/util/ReusableByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegate.java b/src/main/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegate.java index fdf5eb5c..41712e17 100644 --- a/src/main/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegate.java +++ b/src/main/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegate.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/StringUtils.java b/src/main/java/net/logstash/logback/util/StringUtils.java index e24610e9..69be529e 100644 --- a/src/main/java/net/logstash/logback/util/StringUtils.java +++ b/src/main/java/net/logstash/logback/util/StringUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/ThreadLocalHolder.java b/src/main/java/net/logstash/logback/util/ThreadLocalHolder.java index 9ad6a0d8..b62a9a3e 100644 --- a/src/main/java/net/logstash/logback/util/ThreadLocalHolder.java +++ b/src/main/java/net/logstash/logback/util/ThreadLocalHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/ThreadLocalReusableByteBuffer.java b/src/main/java/net/logstash/logback/util/ThreadLocalReusableByteBuffer.java index b8a96334..f9c756c0 100644 --- a/src/main/java/net/logstash/logback/util/ThreadLocalReusableByteBuffer.java +++ b/src/main/java/net/logstash/logback/util/ThreadLocalReusableByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/net/logstash/logback/util/TimeZoneUtils.java b/src/main/java/net/logstash/logback/util/TimeZoneUtils.java index b107a9cb..40a345ee 100644 --- a/src/main/java/net/logstash/logback/util/TimeZoneUtils.java +++ b/src/main/java/net/logstash/logback/util/TimeZoneUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/ConfigurationTest.java b/src/test/java/net/logstash/logback/ConfigurationTest.java index a803c5ae..e8331c9e 100644 --- a/src/test/java/net/logstash/logback/ConfigurationTest.java +++ b/src/test/java/net/logstash/logback/ConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/TestJsonProvider.java b/src/test/java/net/logstash/logback/TestJsonProvider.java index 31817282..711dcf29 100644 --- a/src/test/java/net/logstash/logback/TestJsonProvider.java +++ b/src/test/java/net/logstash/logback/TestJsonProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/abbreviator/CachingAbbreviatorTest.java b/src/test/java/net/logstash/logback/abbreviator/CachingAbbreviatorTest.java index 9358d11f..6993a463 100644 --- a/src/test/java/net/logstash/logback/abbreviator/CachingAbbreviatorTest.java +++ b/src/test/java/net/logstash/logback/abbreviator/CachingAbbreviatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviatorTest.java b/src/test/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviatorTest.java index fa996a2f..591cc4e1 100644 --- a/src/test/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviatorTest.java +++ b/src/test/java/net/logstash/logback/abbreviator/DefaultTargetLengthAbbreviatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/AsyncDisruptorAppenderTest.java b/src/test/java/net/logstash/logback/appender/AsyncDisruptorAppenderTest.java index c55cfbe9..fafe2003 100644 --- a/src/test/java/net/logstash/logback/appender/AsyncDisruptorAppenderTest.java +++ b/src/test/java/net/logstash/logback/appender/AsyncDisruptorAppenderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppenderTest.java b/src/test/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppenderTest.java index 921138b6..97d16599 100644 --- a/src/test/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppenderTest.java +++ b/src/test/java/net/logstash/logback/appender/DelegatingAsyncDisruptorAppenderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/LogstashTcpSocketAppenderTest.java b/src/test/java/net/logstash/logback/appender/LogstashTcpSocketAppenderTest.java index e8015a1e..e10be66f 100644 --- a/src/test/java/net/logstash/logback/appender/LogstashTcpSocketAppenderTest.java +++ b/src/test/java/net/logstash/logback/appender/LogstashTcpSocketAppenderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/WaitStrategyFactoryTest.java b/src/test/java/net/logstash/logback/appender/WaitStrategyFactoryTest.java index df7d1bb5..e4a20e6c 100644 --- a/src/test/java/net/logstash/logback/appender/WaitStrategyFactoryTest.java +++ b/src/test/java/net/logstash/logback/appender/WaitStrategyFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/destination/DestinationParserTest.java b/src/test/java/net/logstash/logback/appender/destination/DestinationParserTest.java index ed523903..4abf9259 100644 --- a/src/test/java/net/logstash/logback/appender/destination/DestinationParserTest.java +++ b/src/test/java/net/logstash/logback/appender/destination/DestinationParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategyTest.java b/src/test/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategyTest.java index a357acb3..dbf0b7bf 100644 --- a/src/test/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategyTest.java +++ b/src/test/java/net/logstash/logback/appender/destination/PreferPrimaryDestinationConnectionStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategyTest.java b/src/test/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategyTest.java index d781d49f..2f2666ff 100644 --- a/src/test/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategyTest.java +++ b/src/test/java/net/logstash/logback/appender/destination/RandomDestinationConnectionStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategyTest.java b/src/test/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategyTest.java index 58e1b52c..f7bb4546 100644 --- a/src/test/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategyTest.java +++ b/src/test/java/net/logstash/logback/appender/destination/RoundRobinDestinationConnectionStrategyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListenerTest.java b/src/test/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListenerTest.java index db635b1e..303d4a84 100644 --- a/src/test/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListenerTest.java +++ b/src/test/java/net/logstash/logback/appender/listener/FailureSummaryLoggingAppenderListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/argument/DeferredStructuredArgumentTest.java b/src/test/java/net/logstash/logback/argument/DeferredStructuredArgumentTest.java index 1c2d3284..451c0c4d 100644 --- a/src/test/java/net/logstash/logback/argument/DeferredStructuredArgumentTest.java +++ b/src/test/java/net/logstash/logback/argument/DeferredStructuredArgumentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/argument/StructuredArgumentsToStringTest.java b/src/test/java/net/logstash/logback/argument/StructuredArgumentsToStringTest.java index 08ae1e47..820f9169 100644 --- a/src/test/java/net/logstash/logback/argument/StructuredArgumentsToStringTest.java +++ b/src/test/java/net/logstash/logback/argument/StructuredArgumentsToStringTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/AbstractPatternJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/AbstractPatternJsonProviderTest.java index e0ba062c..548eed7d 100644 --- a/src/test/java/net/logstash/logback/composite/AbstractPatternJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/AbstractPatternJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/FastISOTimestampFormatterTest.java b/src/test/java/net/logstash/logback/composite/FastISOTimestampFormatterTest.java index fd9f45f7..ed171f61 100644 --- a/src/test/java/net/logstash/logback/composite/FastISOTimestampFormatterTest.java +++ b/src/test/java/net/logstash/logback/composite/FastISOTimestampFormatterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProviderTest.java index 78952a8f..c7ff357a 100644 --- a/src/test/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/GlobalCustomFieldsJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/LogstashVersionJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/LogstashVersionJsonProviderTest.java index 759a57ca..146117fb 100644 --- a/src/test/java/net/logstash/logback/composite/LogstashVersionJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/LogstashVersionJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/SequenceJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/SequenceJsonProviderTest.java index 71104bd4..51abb33d 100644 --- a/src/test/java/net/logstash/logback/composite/SequenceJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/SequenceJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/UuidJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/UuidJsonProviderTest.java index 0b7aa836..c7b4774e 100644 --- a/src/test/java/net/logstash/logback/composite/UuidJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/UuidJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProviderTest.java index c35581e7..bd09b320 100644 --- a/src/test/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/accessevent/AccessEventNestedJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilterTest.java b/src/test/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilterTest.java index 0d2ab7f8..e09a451e 100644 --- a/src/test/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilterTest.java +++ b/src/test/java/net/logstash/logback/composite/accessevent/IncludeExcludeHeaderFilterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProviderTest.java index bef8fb66..a408db3b 100644 --- a/src/test/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/accessevent/RequestHeadersJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProviderTest.java index 28ba137c..2f1326ef 100644 --- a/src/test/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/accessevent/ResponseHeadersJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProviderTest.java index d1ba0fa2..a3a21bd4 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/ArgumentsJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProviderTest.java index 73caf94a..685d5683 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/CallerDataJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProviderTest.java index fda01344..d3ea19ce 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/ContextNameJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProviderTest.java index ecbac5fd..7dc6ef49 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/KeyValuePairsJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProviderTest.java index f9cf8a30..c7c0277e 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProviderTest.java index 97bc97d2..c7447aea 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LogLevelValueJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProviderTest.java index 6882cb2f..a886386b 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LoggerNameJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatterTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatterTest.java index 50a30d9e..e3eac043 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatterTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventCompositeJsonFormatterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProviderTest.java index 44d71726..ba75d016 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventFormattedTimestampJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProviderTest.java index 989fca23..380c75c6 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventNestedJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProviderTest.java index d8cf57bc..9bd2f503 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LoggingEventThreadNameJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProviderTest.java index 441793ee..00a668b1 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/LogstashMarkersJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/MdcJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/MdcJsonProviderTest.java index c1425239..b73365d6 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/MdcJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/MdcJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/MessageJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/MessageJsonProviderTest.java index 9cdd58a9..7ccea893 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/MessageJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/MessageJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProviderTest.java index 293655c9..eca2e931 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/RawMessageJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProviderTest.java index d302beaf..c66eb17d 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/RootStackTraceElementJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/SequenceJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/SequenceJsonProviderTest.java index e87ce9c8..e3101dd4 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/SequenceJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/SequenceJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/StackHashJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/StackHashJsonProviderTest.java index fe688d3d..8f5ffa58 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/StackHashJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/StackHashJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProviderTest.java index 960d64d2..64727d99 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/StackTraceJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/TagsJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/TagsJsonProviderTest.java index 69c8371e..caaea35c 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/TagsJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/TagsJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProviderTest.java index b0468c77..1e8c9f76 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableClassNameJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProviderTest.java index 5dfa6d78..bce05fe0 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableMessageJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProviderTest.java index 71e2ccf4..d0ef66b0 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseClassNameJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProviderTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProviderTest.java index 07916d85..527f5793 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProviderTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/ThrowableRootCauseMessageJsonProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriterTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriterTest.java index 05dff5e9..890fc710 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriterTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/BooleanMdcEntryWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriterTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriterTest.java index 2279b1ec..a9f02925 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriterTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/DoubleMdcEntryWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriterTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriterTest.java index e8dc19c2..5074e7fe 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriterTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/LongMdcEntryWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriterTest.java b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriterTest.java index 958ddb72..28fdbe04 100644 --- a/src/test/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriterTest.java +++ b/src/test/java/net/logstash/logback/composite/loggingevent/mdc/RegexFilteringMdcEntryWriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecoratorTest.java b/src/test/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecoratorTest.java index 29b75aa7..ba5606b6 100644 --- a/src/test/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecoratorTest.java +++ b/src/test/java/net/logstash/logback/decorate/CharacterEscapesJsonFactoryDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/decorate/FeatureJsonFactoryDecoratorTest.java b/src/test/java/net/logstash/logback/decorate/FeatureJsonFactoryDecoratorTest.java index 739292fd..a5f17ef9 100644 --- a/src/test/java/net/logstash/logback/decorate/FeatureJsonFactoryDecoratorTest.java +++ b/src/test/java/net/logstash/logback/decorate/FeatureJsonFactoryDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecoratorTest.java b/src/test/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecoratorTest.java index ae25a941..c346f5a1 100644 --- a/src/test/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecoratorTest.java +++ b/src/test/java/net/logstash/logback/decorate/PrettyPrintingJsonGeneratorDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecoratorTest.java b/src/test/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecoratorTest.java index 201a2103..9e015f11 100644 --- a/src/test/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecoratorTest.java +++ b/src/test/java/net/logstash/logback/decorate/cbor/CborJsonFactoryDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecoratorTest.java b/src/test/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecoratorTest.java index fffa9ff8..07bdcae1 100644 --- a/src/test/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecoratorTest.java +++ b/src/test/java/net/logstash/logback/decorate/smile/SmileJsonFactoryDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecoratorTest.java b/src/test/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecoratorTest.java index e55dd5df..a44f41f8 100644 --- a/src/test/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecoratorTest.java +++ b/src/test/java/net/logstash/logback/decorate/yaml/YamlJsonFactoryDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/encoder/CompositeJsonEncoderTest.java b/src/test/java/net/logstash/logback/encoder/CompositeJsonEncoderTest.java index c51b32f8..923347af 100644 --- a/src/test/java/net/logstash/logback/encoder/CompositeJsonEncoderTest.java +++ b/src/test/java/net/logstash/logback/encoder/CompositeJsonEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/encoder/LogstashAccessEncoderTest.java b/src/test/java/net/logstash/logback/encoder/LogstashAccessEncoderTest.java index d01cd5b5..60ac4ead 100644 --- a/src/test/java/net/logstash/logback/encoder/LogstashAccessEncoderTest.java +++ b/src/test/java/net/logstash/logback/encoder/LogstashAccessEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/encoder/LogstashEncoderTest.java b/src/test/java/net/logstash/logback/encoder/LogstashEncoderTest.java index 6d84a064..0d4cf982 100644 --- a/src/test/java/net/logstash/logback/encoder/LogstashEncoderTest.java +++ b/src/test/java/net/logstash/logback/encoder/LogstashEncoderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/layout/CompositeJsonLayoutTest.java b/src/test/java/net/logstash/logback/layout/CompositeJsonLayoutTest.java index 147262ad..3305d2a3 100644 --- a/src/test/java/net/logstash/logback/layout/CompositeJsonLayoutTest.java +++ b/src/test/java/net/logstash/logback/layout/CompositeJsonLayoutTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/marker/DeferredLogstashMarkerTest.java b/src/test/java/net/logstash/logback/marker/DeferredLogstashMarkerTest.java index 42cec3d7..ed6c58ad 100644 --- a/src/test/java/net/logstash/logback/marker/DeferredLogstashMarkerTest.java +++ b/src/test/java/net/logstash/logback/marker/DeferredLogstashMarkerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/marker/LogstashBasicMarkerTest.java b/src/test/java/net/logstash/logback/marker/LogstashBasicMarkerTest.java index 705b90ce..d3768b18 100644 --- a/src/test/java/net/logstash/logback/marker/LogstashBasicMarkerTest.java +++ b/src/test/java/net/logstash/logback/marker/LogstashBasicMarkerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/marker/MapEntriesAppendingMarkerTest.java b/src/test/java/net/logstash/logback/marker/MapEntriesAppendingMarkerTest.java index 10fe7a6b..fecef805 100755 --- a/src/test/java/net/logstash/logback/marker/MapEntriesAppendingMarkerTest.java +++ b/src/test/java/net/logstash/logback/marker/MapEntriesAppendingMarkerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/marker/MarkersTest.java b/src/test/java/net/logstash/logback/marker/MarkersTest.java index 19751247..87312748 100644 --- a/src/test/java/net/logstash/logback/marker/MarkersTest.java +++ b/src/test/java/net/logstash/logback/marker/MarkersTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/marker/ObjectAppendingMarkerTest.java b/src/test/java/net/logstash/logback/marker/ObjectAppendingMarkerTest.java index a7fbf674..5ee928e8 100755 --- a/src/test/java/net/logstash/logback/marker/ObjectAppendingMarkerTest.java +++ b/src/test/java/net/logstash/logback/marker/ObjectAppendingMarkerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/marker/ObjectFieldsAppendingMarkerTest.java b/src/test/java/net/logstash/logback/marker/ObjectFieldsAppendingMarkerTest.java index b7c86fce..e37a88a0 100755 --- a/src/test/java/net/logstash/logback/marker/ObjectFieldsAppendingMarkerTest.java +++ b/src/test/java/net/logstash/logback/marker/ObjectFieldsAppendingMarkerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/marker/RawJsonAppendingMarkerTest.java b/src/test/java/net/logstash/logback/marker/RawJsonAppendingMarkerTest.java index 734d57dc..43f14742 100755 --- a/src/test/java/net/logstash/logback/marker/RawJsonAppendingMarkerTest.java +++ b/src/test/java/net/logstash/logback/marker/RawJsonAppendingMarkerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/mask/MaskingJsonGeneratorDecoratorTest.java b/src/test/java/net/logstash/logback/mask/MaskingJsonGeneratorDecoratorTest.java index 830a3c71..eaf94f7d 100644 --- a/src/test/java/net/logstash/logback/mask/MaskingJsonGeneratorDecoratorTest.java +++ b/src/test/java/net/logstash/logback/mask/MaskingJsonGeneratorDecoratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/mask/RegexValueMaskerTest.java b/src/test/java/net/logstash/logback/mask/RegexValueMaskerTest.java index 4e22a13d..3ae2e241 100644 --- a/src/test/java/net/logstash/logback/mask/RegexValueMaskerTest.java +++ b/src/test/java/net/logstash/logback/mask/RegexValueMaskerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/pattern/AbstractJsonPatternParserTest.java b/src/test/java/net/logstash/logback/pattern/AbstractJsonPatternParserTest.java index 07a5215c..1e383443 100644 --- a/src/test/java/net/logstash/logback/pattern/AbstractJsonPatternParserTest.java +++ b/src/test/java/net/logstash/logback/pattern/AbstractJsonPatternParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/pattern/AccessEventJsonPatternParserTest.java b/src/test/java/net/logstash/logback/pattern/AccessEventJsonPatternParserTest.java index 64146588..536374be 100644 --- a/src/test/java/net/logstash/logback/pattern/AccessEventJsonPatternParserTest.java +++ b/src/test/java/net/logstash/logback/pattern/AccessEventJsonPatternParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/pattern/LoggingEventJsonPatternParserTest.java b/src/test/java/net/logstash/logback/pattern/LoggingEventJsonPatternParserTest.java index 71da1f87..4e31ad1c 100644 --- a/src/test/java/net/logstash/logback/pattern/LoggingEventJsonPatternParserTest.java +++ b/src/test/java/net/logstash/logback/pattern/LoggingEventJsonPatternParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/stacktrace/ShortenedThrowableConverterTest.java b/src/test/java/net/logstash/logback/stacktrace/ShortenedThrowableConverterTest.java index b2591dcb..d8326d86 100644 --- a/src/test/java/net/logstash/logback/stacktrace/ShortenedThrowableConverterTest.java +++ b/src/test/java/net/logstash/logback/stacktrace/ShortenedThrowableConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/stacktrace/StackHasherTest.java b/src/test/java/net/logstash/logback/stacktrace/StackHasherTest.java index 67955cfb..e2ec9f56 100644 --- a/src/test/java/net/logstash/logback/stacktrace/StackHasherTest.java +++ b/src/test/java/net/logstash/logback/stacktrace/StackHasherTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/status/LevelFilteringStatusListenerTest.java b/src/test/java/net/logstash/logback/status/LevelFilteringStatusListenerTest.java index d090ac00..6ae51b24 100644 --- a/src/test/java/net/logstash/logback/status/LevelFilteringStatusListenerTest.java +++ b/src/test/java/net/logstash/logback/status/LevelFilteringStatusListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/test/AbstractLogbackTest.java b/src/test/java/net/logstash/logback/test/AbstractLogbackTest.java index 00e6feab..211eb21a 100644 --- a/src/test/java/net/logstash/logback/test/AbstractLogbackTest.java +++ b/src/test/java/net/logstash/logback/test/AbstractLogbackTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/test/TestExecutionLogger.java b/src/test/java/net/logstash/logback/test/TestExecutionLogger.java index b16a0cc8..ee9e327d 100644 --- a/src/test/java/net/logstash/logback/test/TestExecutionLogger.java +++ b/src/test/java/net/logstash/logback/test/TestExecutionLogger.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/util/ReusableBufferTest.java b/src/test/java/net/logstash/logback/util/ReusableBufferTest.java index a1e6a237..baa2da8e 100644 --- a/src/test/java/net/logstash/logback/util/ReusableBufferTest.java +++ b/src/test/java/net/logstash/logback/util/ReusableBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegateTests.java b/src/test/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegateTests.java index d79fbed0..10f37e4f 100644 --- a/src/test/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegateTests.java +++ b/src/test/java/net/logstash/logback/util/SimpleObjectJsonGeneratorDelegateTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/util/StringUtilsTest.java b/src/test/java/net/logstash/logback/util/StringUtilsTest.java index 740f6b1f..4d84cb23 100644 --- a/src/test/java/net/logstash/logback/util/StringUtilsTest.java +++ b/src/test/java/net/logstash/logback/util/StringUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/util/ThreadLocalHolderTest.java b/src/test/java/net/logstash/logback/util/ThreadLocalHolderTest.java index 012ab623..763bb5fc 100644 --- a/src/test/java/net/logstash/logback/util/ThreadLocalHolderTest.java +++ b/src/test/java/net/logstash/logback/util/ThreadLocalHolderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/util/ThreadLocalReusableByteBufferTest.java b/src/test/java/net/logstash/logback/util/ThreadLocalReusableByteBufferTest.java index 19d29f3a..3f5d1c77 100644 --- a/src/test/java/net/logstash/logback/util/ThreadLocalReusableByteBufferTest.java +++ b/src/test/java/net/logstash/logback/util/ThreadLocalReusableByteBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/net/logstash/logback/util/TimeZoneUtilsTest.java b/src/test/java/net/logstash/logback/util/TimeZoneUtilsTest.java index 5fbf372f..1f10c604 100644 --- a/src/test/java/net/logstash/logback/util/TimeZoneUtilsTest.java +++ b/src/test/java/net/logstash/logback/util/TimeZoneUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2023 the original author or authors. + * Copyright 2013-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.