From 336ec018424a1ad2ed793b0102d321bb5e37133d Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Fri, 27 Apr 2018 17:04:09 +0200 Subject: [PATCH] Governance: update copyright --- LICENSE | 2 +- threaded/__init__.py | 2 +- threaded/_base_gthreadpooled.py | 2 +- threaded/_base_threaded.py | 2 +- threaded/_gthreadpooled2.py | 2 +- threaded/_gthreadpooled3.py | 2 +- threaded/_py3_helpers.py | 2 +- threaded/_threaded2.py | 2 +- threaded/_threaded3.py | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LICENSE b/LICENSE index 8dada3e..f9d4fc9 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright 2017-2018 Alexey Stepanov aka penguinolog Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/threaded/__init__.py b/threaded/__init__.py index ae87f8d..22a812c 100644 --- a/threaded/__init__.py +++ b/threaded/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/threaded/_base_gthreadpooled.py b/threaded/_base_gthreadpooled.py index 8a61d24..c05ed4b 100644 --- a/threaded/_base_gthreadpooled.py +++ b/threaded/_base_gthreadpooled.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/threaded/_base_threaded.py b/threaded/_base_threaded.py index 680b530..f7ea9ad 100644 --- a/threaded/_base_threaded.py +++ b/threaded/_base_threaded.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/threaded/_gthreadpooled2.py b/threaded/_gthreadpooled2.py index 78a4371..ac7fade 100644 --- a/threaded/_gthreadpooled2.py +++ b/threaded/_gthreadpooled2.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/threaded/_gthreadpooled3.py b/threaded/_gthreadpooled3.py index cd8e6e2..d89a811 100644 --- a/threaded/_gthreadpooled3.py +++ b/threaded/_gthreadpooled3.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/threaded/_py3_helpers.py b/threaded/_py3_helpers.py index b159388..1ca4f56 100644 --- a/threaded/_py3_helpers.py +++ b/threaded/_py3_helpers.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/threaded/_threaded2.py b/threaded/_threaded2.py index 8d9c6b8..1273478 100644 --- a/threaded/_threaded2.py +++ b/threaded/_threaded2.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/threaded/_threaded3.py b/threaded/_threaded3.py index aea7558..606d475 100644 --- a/threaded/_threaded3.py +++ b/threaded/_threaded3.py @@ -1,4 +1,4 @@ -# Copyright 2017 Alexey Stepanov aka penguinolog +# Copyright 2017-2018 Alexey Stepanov aka penguinolog ## # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain