Skip to content

Commit 137ea7b

Browse files
committed
Update copyright year
1 parent 636b425 commit 137ea7b

File tree

118 files changed

+125
-125
lines changed

Some content is hidden

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

118 files changed

+125
-125
lines changed

examples/net/tascalate/concurrent/ExecutorAwareThread.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/module-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/AbstractCompletableTask.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* under the Apache License, Version 2.0. Please see
77
* https://github.com/lukas-krecan/completion-stage/blob/completion-stage-0.0.9/src/main/java/net/javacrumbs/completionstage/SimpleCompletionStage.java
88
*
9-
* Modified work: copyright 2015-2020 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2021 Valery Silaev (http://vsilaev.com)
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.
@@ -437,4 +437,4 @@ private <U> AbstractCompletableTask<U> addCallbacks(AbstractCompletableTask<U> t
437437
return targetStage;
438438
}
439439

440-
}
440+
}

src/main/java/net/tascalate/concurrent/AbstractThreadFactoryBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/AggregatingPromise.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/AsyncCloseable.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -44,4 +44,4 @@ public interface AsyncCloseable {
4444
* have been released, or settled with an exception if the resources cannot be released.
4545
*/
4646
CompletionStage<Void> close();
47-
}
47+
}

src/main/java/net/tascalate/concurrent/AsyncCompletions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/AsyncLoop.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -116,4 +116,4 @@ void put(T value) {
116116
this.value = value;
117117
}
118118
}
119-
}
119+
}

src/main/java/net/tascalate/concurrent/CallbackRegistry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* under the Apache License, Version 2.0. Please see
77
* https://github.com/lukas-krecan/completion-stage/blob/completion-stage-0.0.9/src/main/java/net/javacrumbs/completionstage/CallbackRegistry.java
88
*
9-
* Modified work: copyright 2015-2020 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2021 Valery Silaev (http://vsilaev.com)
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/CompletableFutureWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/CompletablePromise.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/CompletableSubTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/CompletableTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/CompletionStageRef.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/CompletionStageWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/ConfigurableDependentPromise.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/DelayPolicy.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* under the Apache License, Version 2.0. Please see
77
* https://github.com/nurkiewicz/async-retry/blob/master/src/main/java/com/nurkiewicz/asyncretry/backoff/Backoff.java
88
*
9-
* Modified work: copyright 2015-2020 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2021 Valery Silaev (http://vsilaev.com)
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.
@@ -149,4 +149,4 @@ default <D extends DelayPolicy<T>> D withCusomizer(Function<? super DelayPolicy<
149149
public static boolean isValid(Duration d) {
150150
return !(d.isNegative() || d.isZero());
151151
}
152-
}
152+
}

src/main/java/net/tascalate/concurrent/DependentPromise.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/MultitargetException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/PaddedOutputStream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/PaddedWriter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/Promise.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/PromiseAdapter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* under the Apache License, Version 2.0. Please see
77
* https://github.com/lukas-krecan/completion-stage/blob/completion-stage-0.0.9/src/main/java/net/javacrumbs/completionstage/CompletionStageAdapter.java
88
*
9-
* Modified work: copyright 2015-2020 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2021 Valery Silaev (http://vsilaev.com)
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/PromiseAdapterExtended.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* under the Apache License, Version 2.0. Please see
77
* https://github.com/lukas-krecan/completion-stage/blob/completion-stage-0.0.9/src/main/java/net/javacrumbs/completionstage/CompletionStageAdapter.java
88
*
9-
* Modified work: copyright 2015-2020 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2021 Valery Silaev (http://vsilaev.com)
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/PromiseHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/PromiseOperations.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/PromiseOrigin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/Promises.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -1235,4 +1235,4 @@ private static <K, V> Map<K, V> limitEntries(Map<K, V> map, int maxCount) {
12351235
.collect(Collectors.toMap(Map.Entry::getKey, Map.Entry::getValue));
12361236
}
12371237
}
1238-
}
1238+
}

src/main/java/net/tascalate/concurrent/RetryCallable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/RetryContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/RetryException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/RetryPolicy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* under the Apache License, Version 2.0. Please see
77
* https://github.com/nurkiewicz/async-retry/blob/master/src/main/java/com/nurkiewicz/asyncretry/policy/RetryPolicy.java
88
*
9-
* Modified work: copyright 2015-2020 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2021 Valery Silaev (http://vsilaev.com)
1010
*
1111
* Licensed under the Apache License, Version 2.0 (the "License");
1212
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/RetryRunnable.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/RunnablePromise.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/SharedFunctions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/TaskCompletionService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/TaskExecutorCompletionService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/TaskExecutorService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/TaskExecutors.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/ThreadFactoryBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/ThreadGroupBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/ThreadPoolTaskExecutor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/Timeouts.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/Try.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -128,4 +128,4 @@ static <R> Try<R> nothing() {
128128
}
129129

130130
private static final Try<Object> NOTHING = success(null);
131-
}
131+
}

src/main/java/net/tascalate/concurrent/core/Cache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/core/CancelMethodsCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/core/CompletionStageAPI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/core/CurrentCompletionStageAPI.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/core/Decorator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2020 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2021 Valery Silaev (http://vsilaev.com)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)