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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)