Skip to content

Commit b68ead7

Browse files
committed
Update copyright headers (increase year)
1 parent 2d8c913 commit b68ead7

17 files changed

+17
-17
lines changed

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 2013-2021 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 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/javaflow/CloseableIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/ContinuationIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/Continuations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/Option.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/SuspendableIterator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/SuspendableProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/SuspendableStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/function/SuspendableBiConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

src/main/java/net/tascalate/javaflow/function/SuspendableBiFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2013-2018 Valery Silaev (http://vsilaev.com)
2+
* Copyright 2013-2022 Valery Silaev (http://vsilaev.com)
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)