From 3626133f8ecd9a87f927001ea0c92d0d21858c9c Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Thu, 4 Jan 2018 01:45:09 +0100 Subject: [PATCH] Happy new Year! * Update license notices to 2018 --- LICENSE.txt | 2 +- doc/code/documentation/doc-documentation.cpp | 2 +- doc/code/slideshow/doc-slideshow.cpp | 2 +- examples/example-asio/example-asio.cpp | 2 +- include/continuable/continuable-api.hpp | 2 +- include/continuable/continuable-base.hpp | 2 +- include/continuable/continuable-promise-base.hpp | 2 +- include/continuable/continuable-testing.hpp | 2 +- include/continuable/continuable-trait.hpp | 2 +- include/continuable/continuable-transforms.hpp | 2 +- include/continuable/continuable.hpp | 2 +- include/continuable/detail/awaiting.hpp | 2 +- include/continuable/detail/base.hpp | 2 +- include/continuable/detail/composition.hpp | 2 +- include/continuable/detail/expected.hpp | 2 +- include/continuable/detail/features.hpp | 2 +- include/continuable/detail/hints.hpp | 2 +- include/continuable/detail/testing.hpp | 2 +- include/continuable/detail/traits.hpp | 2 +- include/continuable/detail/transforms.hpp | 2 +- include/continuable/detail/types.hpp | 2 +- include/continuable/detail/util.hpp | 2 +- test/mock/test-mock.cpp | 2 +- test/playground/test-playground.cpp | 2 +- test/standalone/continuable-standalone.cpp | 2 +- test/threads/test-threads.cpp | 2 +- test/unit-test/test-continuable-await.cpp | 2 +- test/unit-test/test-continuable-base-chaining.cpp | 2 +- test/unit-test/test-continuable-base-destruct.cpp | 2 +- test/unit-test/test-continuable-base-errors.cpp | 2 +- test/unit-test/test-continuable-base-partial.cpp | 2 +- test/unit-test/test-continuable-connection-all.cpp | 2 +- test/unit-test/test-continuable-connection-any.cpp | 2 +- test/unit-test/test-continuable-connection-seq.cpp | 2 +- test/unit-test/test-continuable-erasure.cpp | 2 +- test/unit-test/test-continuable-expected.cpp | 2 +- test/unit-test/test-continuable-regression.cpp | 2 +- test/unit-test/test-continuable-transforms.cpp | 2 +- test/unit-test/test-continuable.cpp | 2 +- test/unit-test/test-continuable.hpp | 2 +- 40 files changed, 40 insertions(+), 40 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index c607547..43c58d4 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2015 - 2017 Denis Blank +Copyright (c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/code/documentation/doc-documentation.cpp b/doc/code/documentation/doc-documentation.cpp index d4d737a..495c555 100644 --- a/doc/code/documentation/doc-documentation.cpp +++ b/doc/code/documentation/doc-documentation.cpp @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/doc/code/slideshow/doc-slideshow.cpp b/doc/code/slideshow/doc-slideshow.cpp index be3c4aa..527db71 100644 --- a/doc/code/slideshow/doc-slideshow.cpp +++ b/doc/code/slideshow/doc-slideshow.cpp @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/examples/example-asio/example-asio.cpp b/examples/example-asio/example-asio.cpp index 3bbb2ac..cafd0c7 100644 --- a/examples/example-asio/example-asio.cpp +++ b/examples/example-asio/example-asio.cpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-api.hpp b/include/continuable/continuable-api.hpp index 941b5c9..37fad66 100644 --- a/include/continuable/continuable-api.hpp +++ b/include/continuable/continuable-api.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-base.hpp b/include/continuable/continuable-base.hpp index f8da4a9..475f87a 100644 --- a/include/continuable/continuable-base.hpp +++ b/include/continuable/continuable-base.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-promise-base.hpp b/include/continuable/continuable-promise-base.hpp index 30067e8..a1da1fb 100644 --- a/include/continuable/continuable-promise-base.hpp +++ b/include/continuable/continuable-promise-base.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-testing.hpp b/include/continuable/continuable-testing.hpp index 08f54b2..4bf07fb 100644 --- a/include/continuable/continuable-testing.hpp +++ b/include/continuable/continuable-testing.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-trait.hpp b/include/continuable/continuable-trait.hpp index a9177c4..51575a4 100644 --- a/include/continuable/continuable-trait.hpp +++ b/include/continuable/continuable-trait.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable-transforms.hpp b/include/continuable/continuable-transforms.hpp index ae9b2ca..a51c864 100644 --- a/include/continuable/continuable-transforms.hpp +++ b/include/continuable/continuable-transforms.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/continuable.hpp b/include/continuable/continuable.hpp index 6f1be6b..7e930fc 100644 --- a/include/continuable/continuable.hpp +++ b/include/continuable/continuable.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/awaiting.hpp b/include/continuable/detail/awaiting.hpp index ef6721b..a6ab043 100644 --- a/include/continuable/detail/awaiting.hpp +++ b/include/continuable/detail/awaiting.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/base.hpp b/include/continuable/detail/base.hpp index f888642..2dd5997 100644 --- a/include/continuable/detail/base.hpp +++ b/include/continuable/detail/base.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/composition.hpp b/include/continuable/detail/composition.hpp index 6745fb5..2c7d73d 100644 --- a/include/continuable/detail/composition.hpp +++ b/include/continuable/detail/composition.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/expected.hpp b/include/continuable/detail/expected.hpp index 9472f94..f299b0c 100644 --- a/include/continuable/detail/expected.hpp +++ b/include/continuable/detail/expected.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/features.hpp b/include/continuable/detail/features.hpp index 0bec19b..16035fa 100644 --- a/include/continuable/detail/features.hpp +++ b/include/continuable/detail/features.hpp @@ -6,7 +6,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/hints.hpp b/include/continuable/detail/hints.hpp index 766fbac..0acf509 100644 --- a/include/continuable/detail/hints.hpp +++ b/include/continuable/detail/hints.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/testing.hpp b/include/continuable/detail/testing.hpp index b6ec50f..a608967 100644 --- a/include/continuable/detail/testing.hpp +++ b/include/continuable/detail/testing.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/traits.hpp b/include/continuable/detail/traits.hpp index 5167453..067aaba 100644 --- a/include/continuable/detail/traits.hpp +++ b/include/continuable/detail/traits.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/transforms.hpp b/include/continuable/detail/transforms.hpp index 2edaf95..52db2e4 100644 --- a/include/continuable/detail/transforms.hpp +++ b/include/continuable/detail/transforms.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/types.hpp b/include/continuable/detail/types.hpp index 68c18c9..dccc9e9 100644 --- a/include/continuable/detail/types.hpp +++ b/include/continuable/detail/types.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/include/continuable/detail/util.hpp b/include/continuable/detail/util.hpp index 8ce0cd3..f25c784 100644 --- a/include/continuable/detail/util.hpp +++ b/include/continuable/detail/util.hpp @@ -7,7 +7,7 @@ https://github.com/Naios/continuable v2.0.0 - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/mock/test-mock.cpp b/test/mock/test-mock.cpp index b946788..e603179 100644 --- a/test/mock/test-mock.cpp +++ b/test/mock/test-mock.cpp @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/playground/test-playground.cpp b/test/playground/test-playground.cpp index 02d7e76..b5d3d3d 100644 --- a/test/playground/test-playground.cpp +++ b/test/playground/test-playground.cpp @@ -1,5 +1,5 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/standalone/continuable-standalone.cpp b/test/standalone/continuable-standalone.cpp index 8157b23..982145a 100644 --- a/test/standalone/continuable-standalone.cpp +++ b/test/standalone/continuable-standalone.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/threads/test-threads.cpp b/test/threads/test-threads.cpp index b7f4b8e..6eb42b8 100644 --- a/test/threads/test-threads.cpp +++ b/test/threads/test-threads.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-await.cpp b/test/unit-test/test-continuable-await.cpp index 8b1e1fd..e20b726 100644 --- a/test/unit-test/test-continuable-await.cpp +++ b/test/unit-test/test-continuable-await.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-base-chaining.cpp b/test/unit-test/test-continuable-base-chaining.cpp index 4936668..0df93f3 100644 --- a/test/unit-test/test-continuable-base-chaining.cpp +++ b/test/unit-test/test-continuable-base-chaining.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-base-destruct.cpp b/test/unit-test/test-continuable-base-destruct.cpp index 8227f07..ef048fd 100644 --- a/test/unit-test/test-continuable-base-destruct.cpp +++ b/test/unit-test/test-continuable-base-destruct.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-base-errors.cpp b/test/unit-test/test-continuable-base-errors.cpp index f40b7c5..ff47196 100644 --- a/test/unit-test/test-continuable-base-errors.cpp +++ b/test/unit-test/test-continuable-base-errors.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-base-partial.cpp b/test/unit-test/test-continuable-base-partial.cpp index 2f48296..601d3db 100644 --- a/test/unit-test/test-continuable-base-partial.cpp +++ b/test/unit-test/test-continuable-base-partial.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-connection-all.cpp b/test/unit-test/test-continuable-connection-all.cpp index eb03c83..d6a036d 100644 --- a/test/unit-test/test-continuable-connection-all.cpp +++ b/test/unit-test/test-continuable-connection-all.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-connection-any.cpp b/test/unit-test/test-continuable-connection-any.cpp index a43caa7..7135cdb 100644 --- a/test/unit-test/test-continuable-connection-any.cpp +++ b/test/unit-test/test-continuable-connection-any.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-connection-seq.cpp b/test/unit-test/test-continuable-connection-seq.cpp index e2a100b..fc99730 100644 --- a/test/unit-test/test-continuable-connection-seq.cpp +++ b/test/unit-test/test-continuable-connection-seq.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-erasure.cpp b/test/unit-test/test-continuable-erasure.cpp index ca54d68..c0ae003 100644 --- a/test/unit-test/test-continuable-erasure.cpp +++ b/test/unit-test/test-continuable-erasure.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-expected.cpp b/test/unit-test/test-continuable-expected.cpp index 3258ad2..96faa98 100644 --- a/test/unit-test/test-continuable-expected.cpp +++ b/test/unit-test/test-continuable-expected.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-regression.cpp b/test/unit-test/test-continuable-regression.cpp index 901eede..b545fd3 100644 --- a/test/unit-test/test-continuable-regression.cpp +++ b/test/unit-test/test-continuable-regression.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable-transforms.cpp b/test/unit-test/test-continuable-transforms.cpp index 11869d5..0fa8eac 100644 --- a/test/unit-test/test-continuable-transforms.cpp +++ b/test/unit-test/test-continuable-transforms.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable.cpp b/test/unit-test/test-continuable.cpp index cb29a34..0ad6dec 100644 --- a/test/unit-test/test-continuable.cpp +++ b/test/unit-test/test-continuable.cpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal diff --git a/test/unit-test/test-continuable.hpp b/test/unit-test/test-continuable.hpp index 2df3f16..803b33f 100644 --- a/test/unit-test/test-continuable.hpp +++ b/test/unit-test/test-continuable.hpp @@ -1,6 +1,6 @@ /* - Copyright(c) 2015 - 2017 Denis Blank + Copyright(c) 2015 - 2018 Denis Blank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal