diff --git a/pom.xml b/pom.xml index ba816cc4..7d02b28f 100644 --- a/pom.xml +++ b/pom.xml @@ -593,7 +593,7 @@ src/test/java/** - 2022 + 2023 diff --git a/src/main/java/net/logstash/logback/CachingAbbreviator.java b/src/main/java/net/logstash/logback/CachingAbbreviator.java index 48231954..076d617b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 6d2f7b89..28830fd9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 6d980b6b..93a1f419 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 30b67a57..9a4644d2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 89456b40..84f9f5b7 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 943b6542..9e5fa758 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 55628aef..9ba0ffd2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 50ea839e..12b7f2a0 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 9e63287b..d8a60fb2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 596f04b1..63037228 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 2197288c..1aaea505 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 50d9923c..fb0d0d79 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c471590a..b0cd8120 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 1192db35..6de8eabf 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 e3dd57e2..d96cf873 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 138a7a9d..b09b0d21 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 dbfeedaa..e34c1e99 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 85ade96b..6db8453b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c3fa1114..8592aade 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3b59130e..68c6b490 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 bcea400b..7f976912 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 ead96280..55bcb2ae 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f8eb061f..b830f96e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0fd67aac..bc89cdd7 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c3946f40..2a56cd0d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0c40a45d..97e1aa2e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 b4a2d3a4..4e21524e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 de5a2539..9900b54b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c8602474..cc0b645f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 44a746bb..18159444 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 06439b9f..c741b521 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 862643d7..c4ced458 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a112a35f..89db5edb 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0ab6d1c5..2d5a6183 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 82747724..facd59d2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 594c2b1d..69ac8740 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 1e5f055a..93583742 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0a9c86b5..fa8f8ea3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 de7016fb..4ec98c18 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3f66029c..14d85b19 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 6987921c..379e55f1 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3dc618a5..f7290b05 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7a910c59..d32eb0f9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 26f1c013..9e38abd2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 99a3ae03..bfee686f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0384bbf0..02da1392 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 9a4ed75e..dc150d74 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 1f73b4fa..d868374f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7f854a76..d495fbfe 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 6accf6aa..558a7e93 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 cfa7c099..b773bd8d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 98348ce8..70bb7366 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 862987e5..7c165086 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 57b38334..dd986311 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f466456f..291ec3fd 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3002909a..7c0b6e16 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 627e785b..62ce0b37 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 4d4a7ac7..87f66c0d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 daaaf223..b744836f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a9299d31..aca776d0 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 b078ea88..c69b9ca6 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d513f5b8..13741971 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 40eca9dc..785c91d1 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d3483d8f..00c8661a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a630e35c..65245a22 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 bd92fc90..e403ac2b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c1327c45..b2170023 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 e6bb8dc1..19845edb 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 753f5ae0..ceec20b4 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d25fd37b..890767ea 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 1801bf90..897835a8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d506e5f3..a73ecb1a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 4e9d20e5..9183287f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7a79ade8..5fb18bda 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 4ffb036a..9c5da28e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 8acc2ed4..dbf8112b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 e1fa90dd..9042cbe3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 b8dea2a0..e2d410c5 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 515c08f3..c75beef3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f2bd790d..50157ee8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3f366098..f732950a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 e0de6e40..7e4ef223 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a5b22c25..0199c13c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 70ca8383..2e7c42b2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 9a8f5bcc..2f8fb0d6 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 ee6d99a9..1d91c821 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f55904e9..7dea842d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f4e90e29..77916799 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 22d5d702..98d29212 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 031a7064..0c68bb73 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 538fa51d..0a00935e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 11eaf2fa..9fc453d2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 5f5e61b0..277d7261 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 01aa3667..1a6b3a2d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 8a04d4a7..9c52f822 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a1e3fa32..9ba5f2ef 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c130313b..85f97bde 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d40ed463..0d260a92 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0cef04f3..40749414 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 8b68c60f..6312ec20 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 13d108f1..e21f372c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 9675721c..8c17e17e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 b5905cc1..7a490a91 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 1d42f2c9..fad29b1d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 8ea68659..094cbb17 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a1d18e7d..05f13f23 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7c7a3634..97d56e38 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c4a6e36a..45196128 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7f12d1d5..7379ad8c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 2cda84cb..a5b523b7 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 8a2ce12f..8da3a3ad 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 5c2cc2fa..43a31028 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 1b85f0ba..de620627 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a3eb3667..edfa6846 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d1f86133..f72edfb5 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c26791f8..f1f57142 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 5fc8679f..0c673bcb 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0b9a7df9..0cac091b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 493e2d05..88fb6dbc 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 88610fdd..f296362c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 1f7480e0..54b6fb8b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3d1b432a..9e257d2c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f5018a16..de9ab4ef 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 842cc1ae..ba37454c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 95ab34ce..59475405 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c788cd67..eb9a920c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d59bd855..b391eddf 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d671ce66..22b99780 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 e5f85094..5385559b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 8fc3bcb3..72bd30b3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 2e3ebd38..98e7f05d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7bc28f64..29022a7e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3f6b589e..2cc48df5 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f6998d2e..83271749 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 50220ee5..38c7c79d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c7fce12b..21c3d162 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 6f75ecf6..ec83dc0c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 07a80d38..d5cdfcb1 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 c670a0cc..0279c560 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 102523eb..87c3bc6c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 512fe613..9fa2e430 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 33c526e9..a20d07ee 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 09cc0b61..9e44b3e9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7c154bc3..37c353c5 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 00352bca..1e25f8fb 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0752bdf1..f0ed3739 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 efb252a3..7ec86be3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a1b7350e..e8656ca9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 ee8cf5c2..ed04990e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 719f0d2d..b5ae197a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7ce5c73c..3a4bf0bc 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7237dfd2..6c438d8d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 bbf99618..b7a12509 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 31cd7004..ed0731b7 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 bae327c6..c9201d4d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 91eabd32..ce749a69 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7e20fb78..d70f07d9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 cf15a0f2..3ac88264 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 07ac60ea..aeab9611 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 8678a6b9..35fc62e8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 b52fcf6d..3f5bd3d3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 9f0b6eca..c5a6b7d5 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 612290ce..d65b776a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d5e9dc43..14562821 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 d30da799..99af58ea 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 12f3495d..51e44773 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 3f7a476c..4a7b1953 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f3aabb14..86ec7ec4 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f0ec4851..584980f5 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 db59aec9..a7b3f452 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 798c6284..13754f14 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 625dcdd3..643f5288 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 be74d422..1cff5027 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 01f3e78a..85aaa39d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 9a94aa9b..35de42b9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 568bba9e..d6084600 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 a3509043..e46d6f21 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 f9385f16..736878b6 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 2d588aad..c13fd48d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 e11abbc4..44b621e3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 cdddf4a0..62892c3c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 7f45291b..3e73f6d8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 bc2ff71b..8c120c7a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 fc673866..9ae1772a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 eed1f8d7..dec4a0da 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 b2e03281..fdf5eb5c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 9d13057e..e24610e9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 0c317310..9ad6a0d8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 2e7a91ca..b8a96334 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache 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 90e0de3a..b107a9cb 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 5800329a..6fc4d7b0 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 8b0c3c5b..31817282 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 8d1e15df..9358d11f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 4a021415..fa996a2f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 be8c7226..c55cfbe9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 379c45e8..921138b6 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 684bdab4..2877a526 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 38cc5d83..df7d1bb5 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 02f59147..ed523903 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 7c9a3859..a357acb3 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 ee8b1378..d781d49f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 eeb02f11..58e1b52c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 b608c97f..db635b1e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 1c17e9a3..1c2d3284 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 14c4e7b6..08ae1e47 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 86be8ac6..e0ba062c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 0f735d14..fd9f45f7 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 dee72039..78952a8f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 2bc664bb..759a57ca 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 5386fb70..71104bd4 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 e44527c1..0b7aa836 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 1b755181..3eb837dd 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 0cc99f0c..0d2ab7f8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 c2bf147b..1385ba17 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 09095cc2..b7571e4c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 411de425..d1ba0fa2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 2a01a14c..73caf94a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 44269b0c..fda01344 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 e7762cdb..ecbac5fd 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 e1cb0083..f9cf8a30 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 2e2da364..97bc97d2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 547b357e..6882cb2f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 bd1df06d..50a30d9e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 30414337..44d71726 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 f4e1f467..bdd19b69 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 01cec61b..d8cf57bc 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 99a706e8..441793ee 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 32dfbc1c..c1425239 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 dc0eeaca..9cdd58a9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 51d743ac..293655c9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 51661732..d302beaf 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 c86c220d..e87ce9c8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 7ab31caa..fe688d3d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 5cc89694..960d64d2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 228caa89..69c8371e 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 ac79db98..b0468c77 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 6e31997c..5dfa6d78 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 734dda2e..71e2ccf4 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 cc8136c5..07916d85 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 89938df6..05dff5e9 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 661eeb22..2279b1ec 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 46f8a4d0..e8dc19c2 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 74904949..29b75aa7 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 dbc3ad43..739292fd 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 0114572e..ae25a941 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 d1f90b9d..201a2103 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 8858330c..fffa9ff8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 26a49c32..e55dd5df 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 6bd4ef0f..c51b32f8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 1f634759..27abff25 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 0619487e..3431e67d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 45469e76..147262ad 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 924c3ebc..42cec3d7 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 2a742234..705b90ce 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 3ba63d79..10fe7a6b 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 94f6de61..19751247 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 4f4b8917..a7fbf674 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 87d8bb02..b7c86fce 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 e716d1a0..734d57dc 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 904fe8e4..830a3c71 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 2f595aee..4e22a13d 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 12389516..07a5215c 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 af63f3f9..d90c3cf4 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 3e54e6e7..71da1f87 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 ba107d3c..b2591dcb 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 97b25e77..67955cfb 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 b719b341..d090ac00 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 bfb2ad4c..00e6feab 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 5851f702..b16a0cc8 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 68a9f90c..a1e6a237 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 9d345433..d79fbed0 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 df5cd755..740f6b1f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 eabea3ed..92891633 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 1f514f34..19d29f3a 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under 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 8de2cd86..5fbf372f 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-2022 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.