Skip to content

Commit f8b2811

Browse files
committed
Update copyright headers
1 parent ab4c403 commit f8b2811

Some content is hidden

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

51 files changed

+104
-56
lines changed

HEADER-DERRIVED.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This class is based on the work create by Lukáš Křečan
55
under the Apache License, Version 2.0. Please see
66
https://github.com/lukas-krecan/completion-stage
77

8-
Modified work: copyright 2015-2017 Valery Silaev (http://vsilaev.com)
8+
Modified work: copyright 2015-2018 Valery Silaev (http://vsilaev.com)
99

1010
Licensed under the Apache License, Version 2.0 (the "License");
1111
you may not use this file except in compliance with the License.

HEADER-ORIGINAL.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2015-2017 Valery Silaev (http://vsilaev.com)
1+
Copyright 2015-2018 Valery Silaev (http://vsilaev.com)
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

src/main/java/net/tascalate/concurrent/AbstractCompletableTask.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/SimpleCompletionStage.java
88
*
9-
* Modified work: copyright 2015-2017 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2018 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/AggregatingPromise.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2017 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2018 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/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-2017 Valery Silaev (http://vsilaev.com)
9+
* Modified work: copyright 2015-2018 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-2017 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2018 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2017 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2018 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2017 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2018 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2017 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2018 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2017 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2015-2018 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)