From d2d5ca1804d8a5b1d4ea2fe67ac09732e92956dc Mon Sep 17 00:00:00 2001 From: Andrii Ivaniuk Date: Thu, 20 Feb 2020 12:42:20 +0200 Subject: [PATCH] [KED-1299] Updated license header (#443) --- LICENSE.md | 2 +- docs/build-docs.sh | 2 +- extras/ipython_loader.py | 2 +- features/activate_nbstripout.feature | 2 +- features/build_docs.feature | 2 +- features/build_reqs.feature | 2 +- features/environment.py | 2 +- features/ipython.feature | 2 +- features/jupyter.feature | 2 +- features/new_project.feature | 2 +- features/package.feature | 2 +- features/run.feature | 2 +- features/steps/cli_steps.py | 2 +- features/steps/pipeline_steps.py | 2 +- features/steps/pipeline_template.py | 2 +- features/steps/sh_run.py | 2 +- features/steps/util.py | 2 +- features/test.feature | 2 +- features/version.feature | 2 +- kedro/__init__.py | 2 +- kedro/__main__.py | 2 +- kedro/cli/__init__.py | 2 +- kedro/cli/cli.py | 2 +- kedro/cli/jupyter.py | 2 +- kedro/cli/utils.py | 2 +- kedro/config/__init__.py | 2 +- kedro/config/config.py | 2 +- kedro/config/default_logger.py | 2 +- kedro/config/templated_config.py | 2 +- kedro/context/__init__.py | 2 +- kedro/context/context.py | 2 +- kedro/contrib/__init__.py | 2 +- kedro/contrib/colors/logging/__init__.py | 2 +- kedro/contrib/colors/logging/color_logger.py | 2 +- kedro/contrib/config/__init__.py | 2 +- kedro/contrib/config/templated_config.py | 2 +- kedro/contrib/decorators/memory_profiler.py | 2 +- kedro/contrib/decorators/pyspark.py | 2 +- kedro/contrib/decorators/retry.py | 2 +- kedro/contrib/io/__init__.py | 2 +- kedro/contrib/io/azure/__init__.py | 2 +- kedro/contrib/io/azure/csv_blob.py | 2 +- kedro/contrib/io/azure/json_blob.py | 2 +- kedro/contrib/io/bioinformatics/__init__.py | 2 +- kedro/contrib/io/bioinformatics/biosequence_local_dataset.py | 2 +- kedro/contrib/io/cached/__init__.py | 2 +- kedro/contrib/io/cached/cached_dataset.py | 2 +- kedro/contrib/io/catalog_with_default/__init__.py | 2 +- .../io/catalog_with_default/data_catalog_with_default.py | 2 +- kedro/contrib/io/core.py | 2 +- kedro/contrib/io/feather/__init__.py | 2 +- kedro/contrib/io/feather/feather_local.py | 2 +- kedro/contrib/io/gcs/__init__.py | 2 +- kedro/contrib/io/gcs/csv_gcs.py | 2 +- kedro/contrib/io/gcs/json_gcs.py | 2 +- kedro/contrib/io/gcs/parquet_gcs.py | 2 +- kedro/contrib/io/matplotlib/__init__.py | 2 +- kedro/contrib/io/matplotlib/matplotlib_local_writer.py | 2 +- kedro/contrib/io/matplotlib/matplotlib_s3_writer.py | 2 +- kedro/contrib/io/networkx/__init__.py | 2 +- kedro/contrib/io/networkx/networkx_local.py | 2 +- kedro/contrib/io/parquet/__init__.py | 2 +- kedro/contrib/io/parquet/parquet_s3.py | 2 +- kedro/contrib/io/pyspark/__init__.py | 2 +- kedro/contrib/io/pyspark/spark_data_set.py | 2 +- kedro/contrib/io/pyspark/spark_hive_data_set.py | 2 +- kedro/contrib/io/pyspark/spark_jdbc.py | 2 +- kedro/contrib/io/transformers/__init__.py | 2 +- kedro/contrib/io/transformers/transformers.py | 2 +- kedro/contrib/io/yaml_local/__init__.py | 2 +- kedro/contrib/io/yaml_local/yaml_local.py | 2 +- kedro/extras/datasets/__init__.py | 2 +- kedro/extras/datasets/biosequence/__init__.py | 2 +- kedro/extras/datasets/biosequence/biosequence_dataset.py | 2 +- kedro/extras/datasets/dask/__init__.py | 2 +- kedro/extras/datasets/dask/parquet_dataset.py | 2 +- kedro/extras/datasets/matplotlib/__init__.py | 2 +- kedro/extras/datasets/matplotlib/matplotlib_writer.py | 2 +- kedro/extras/datasets/networkx/__init__.py | 2 +- kedro/extras/datasets/networkx/networkx_dataset.py | 2 +- kedro/extras/datasets/pandas/__init__.py | 2 +- kedro/extras/datasets/pandas/csv_blob_dataset.py | 2 +- kedro/extras/datasets/pandas/csv_dataset.py | 2 +- kedro/extras/datasets/pandas/excel_dataset.py | 2 +- kedro/extras/datasets/pandas/feather_dataset.py | 2 +- kedro/extras/datasets/pandas/gbq_dataset.py | 2 +- kedro/extras/datasets/pandas/hdf_dataset.py | 2 +- kedro/extras/datasets/pandas/json_blob_dataset.py | 2 +- kedro/extras/datasets/pandas/json_dataset.py | 2 +- kedro/extras/datasets/pandas/parquet_dataset.py | 2 +- kedro/extras/datasets/pandas/sql_dataset.py | 2 +- kedro/extras/datasets/pickle/__init__.py | 2 +- kedro/extras/datasets/pickle/pickle_dataset.py | 2 +- kedro/extras/datasets/spark/__init__.py | 2 +- kedro/extras/datasets/spark/spark_dataset.py | 2 +- kedro/extras/datasets/spark/spark_hive_dataset.py | 2 +- kedro/extras/datasets/spark/spark_jdbc_dataset.py | 2 +- kedro/extras/datasets/text/__init__.py | 2 +- kedro/extras/datasets/text/text_dataset.py | 2 +- kedro/extras/datasets/yaml/__init__.py | 2 +- kedro/extras/datasets/yaml/yaml_dataset.py | 2 +- kedro/extras/decorators/__init__.py | 2 +- kedro/extras/decorators/memory_profiler.py | 2 +- kedro/extras/decorators/retry_node.py | 2 +- kedro/extras/ipython/ipython_loader.py | 2 +- kedro/extras/logging/__init__.py | 2 +- kedro/extras/logging/color_logger.py | 2 +- kedro/extras/transformers/__init__.py | 2 +- kedro/extras/transformers/time_profiler.py | 2 +- kedro/io/__init__.py | 2 +- kedro/io/cached_dataset.py | 2 +- kedro/io/core.py | 2 +- kedro/io/csv_http.py | 2 +- kedro/io/csv_local.py | 2 +- kedro/io/csv_s3.py | 2 +- kedro/io/data_catalog.py | 2 +- kedro/io/data_catalog_with_default.py | 2 +- kedro/io/excel_local.py | 2 +- kedro/io/hdf_local.py | 2 +- kedro/io/hdf_s3.py | 2 +- kedro/io/json_dataset.py | 2 +- kedro/io/json_local.py | 2 +- kedro/io/lambda_data_set.py | 2 +- kedro/io/memory_data_set.py | 2 +- kedro/io/parquet_local.py | 2 +- kedro/io/partitioned_data_set.py | 2 +- kedro/io/pickle_local.py | 2 +- kedro/io/pickle_s3.py | 2 +- kedro/io/sql.py | 2 +- kedro/io/text_local.py | 2 +- kedro/io/transformers.py | 2 +- kedro/pipeline/__init__.py | 2 +- kedro/pipeline/decorators.py | 2 +- kedro/pipeline/node.py | 2 +- kedro/pipeline/pipeline.py | 2 +- kedro/runner/__init__.py | 2 +- kedro/runner/parallel_runner.py | 2 +- kedro/runner/runner.py | 2 +- kedro/runner/sequential_runner.py | 2 +- .../template/{{ cookiecutter.repo_name }}/docs/source/conf.py | 2 +- kedro/template/{{ cookiecutter.repo_name }}/kedro_cli.py | 2 +- kedro/template/{{ cookiecutter.repo_name }}/src/setup.py | 2 +- .../{{ cookiecutter.repo_name }}/src/tests/test_run.py | 2 +- .../src/{{ cookiecutter.python_package }}/__init__.py | 2 +- .../src/{{ cookiecutter.python_package }}/pipeline.py | 2 +- .../pipelines/data_engineering/__init__.py | 2 +- .../pipelines/data_engineering/nodes.py | 2 +- .../pipelines/data_engineering/pipeline.py | 2 +- .../pipelines/data_science/__init__.py | 2 +- .../pipelines/data_science/nodes.py | 2 +- .../pipelines/data_science/pipeline.py | 2 +- .../src/{{ cookiecutter.python_package }}/run.py | 2 +- kedro/utils.py | 2 +- kedro/versioning/__init__.py | 2 +- kedro/versioning/journal.py | 2 +- legal_header.txt | 2 +- setup.py | 2 +- tests/__init__.py | 2 +- tests/cli/conftest.py | 2 +- tests/cli/test_cli.py | 2 +- tests/cli/test_cli_new.py | 2 +- tests/cli/test_jupyter.py | 2 +- tests/config/test_config.py | 2 +- tests/config/test_templated_config.py | 2 +- tests/conftest.py | 2 +- tests/context/test_context.py | 2 +- tests/contrib/colors/logging/test_color_logger.py | 2 +- tests/contrib/config/test_templated_config.py | 2 +- tests/contrib/decorators/test_memory_profiler.py | 2 +- tests/contrib/decorators/test_pyspark.py | 2 +- tests/contrib/decorators/test_retry.py | 2 +- tests/contrib/io/azure/test_csv_blob.py | 2 +- tests/contrib/io/azure/test_json_blob.py | 2 +- .../io/bioinformatics/test_biosequence_local_dataset.py | 2 +- tests/contrib/io/cached/test_cached_dataset.py | 2 +- .../io/catalog_with_default/test_data_catalog_with_default.py | 2 +- tests/contrib/io/feather/test_feather_local.py | 2 +- tests/contrib/io/gcs/__init__.py | 2 +- tests/contrib/io/gcs/gcs_mocks.py | 2 +- tests/contrib/io/gcs/test_csv_gcs.py | 2 +- tests/contrib/io/gcs/test_json_gcs.py | 2 +- tests/contrib/io/gcs/test_parquet_gcs.py | 2 +- tests/contrib/io/matplotlib/test_matplotlib_local_writer.py | 2 +- tests/contrib/io/matplotlib/test_matplotlib_s3_writer.py | 2 +- tests/contrib/io/networkx/test_networkx_local.py | 2 +- tests/contrib/io/parquet/test_parquet_s3.py | 2 +- tests/contrib/io/pyspark/__init__.py | 2 +- tests/contrib/io/pyspark/test_spark_data_set.py | 2 +- tests/contrib/io/pyspark/test_spark_hive_data_set.py | 2 +- tests/contrib/io/pyspark/test_spark_jdbc.py | 2 +- tests/contrib/io/transformers/test_transformers.py | 2 +- tests/contrib/io/yaml_local/test_yaml_local.py | 2 +- .../datasets/bioinformatics/test_biosequence_dataset.py | 2 +- tests/extras/datasets/conftest.py | 2 +- tests/extras/datasets/dask/test_parquet_dataset.py | 2 +- tests/extras/datasets/matplotlib/test_matplotlib_writer.py | 2 +- tests/extras/datasets/networkx/test_networkx_dataset.py | 2 +- tests/extras/datasets/pandas/test_csv_blob_dataset.py | 2 +- tests/extras/datasets/pandas/test_csv_dataset.py | 2 +- tests/extras/datasets/pandas/test_excel_dataset.py | 2 +- tests/extras/datasets/pandas/test_feather_dataset.py | 2 +- tests/extras/datasets/pandas/test_gbq_dataset.py | 2 +- tests/extras/datasets/pandas/test_hdf_dataset.py | 2 +- tests/extras/datasets/pandas/test_json_blob_dataset.py | 2 +- tests/extras/datasets/pandas/test_json_dataset.py | 2 +- tests/extras/datasets/pandas/test_parquet_dataset.py | 2 +- tests/extras/datasets/pandas/test_sql_dataset.py | 2 +- tests/extras/datasets/pickle/test_pickle_dataset.py | 2 +- tests/extras/datasets/spark/__init__.py | 2 +- tests/extras/datasets/spark/test_memory_dataset.py | 2 +- tests/extras/datasets/spark/test_spark_dataset.py | 2 +- tests/extras/datasets/spark/test_spark_hive_dataset.py | 2 +- tests/extras/datasets/spark/test_spark_jdbc_dataset.py | 2 +- tests/extras/datasets/text/test_text_dataset.py | 2 +- tests/extras/datasets/yaml/test_yaml_dataset.py | 2 +- tests/extras/decorators/test_memory_profiler.py | 2 +- tests/extras/decorators/test_retry_node.py | 2 +- tests/extras/ipython/test_ipython_loader.py | 2 +- tests/extras/logging/test_color_logger.py | 2 +- tests/extras/transformers/test_time_profiler.py | 2 +- tests/io/conftest.py | 2 +- tests/io/test_cached_dataset.py | 2 +- tests/io/test_csv_http.py | 2 +- tests/io/test_csv_local.py | 2 +- tests/io/test_csv_s3.py | 2 +- tests/io/test_data_catalog.py | 2 +- tests/io/test_data_catalog_with_default.py | 2 +- tests/io/test_excel_local.py | 2 +- tests/io/test_hdf_local.py | 2 +- tests/io/test_hdf_s3.py | 2 +- tests/io/test_incremental_dataset.py | 2 +- tests/io/test_json_dataset.py | 2 +- tests/io/test_json_local.py | 2 +- tests/io/test_lambda_data_set.py | 2 +- tests/io/test_memory_data_set.py | 2 +- tests/io/test_parquet_local.py | 2 +- tests/io/test_partitioned_dataset.py | 2 +- tests/io/test_pickle_local.py | 2 +- tests/io/test_pickle_s3.py | 2 +- tests/io/test_sql.py | 2 +- tests/io/test_text_local.py | 2 +- tests/io/test_transformers.py | 2 +- tests/pipeline/test_decorators.py | 2 +- tests/pipeline/test_node.py | 2 +- tests/pipeline/test_node_run.py | 2 +- tests/pipeline/test_pipeline.py | 2 +- tests/pipeline/test_pipeline_from_missing.py | 2 +- tests/pipeline/test_pipeline_integration.py | 2 +- tests/pipeline/test_pipeline_transform.py | 2 +- tests/pipeline/test_pipeline_with_transcoding.py | 2 +- tests/runner/test_parallel_runner.py | 2 +- tests/runner/test_sequential_runner.py | 2 +- tests/template/conftest.py | 2 +- tests/template/test_kedro_cli.py | 2 +- tests/template/test_load_context.py | 2 +- tests/test_cli_logging_setup.py | 2 +- tests/test_contrib_module.py | 2 +- tests/test_extras.py | 2 +- tests/test_utils.py | 2 +- tests/versioning/test_journal.py | 2 +- tools/license_and_headers.py | 4 ++-- tools/min_version.py | 2 +- 262 files changed, 263 insertions(+), 263 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 9d4c43451d..06f1556c0d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2018-2019 QuantumBlack Visual Analytics Limited +Copyright 2020 QuantumBlack Visual Analytics Limited 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/docs/build-docs.sh b/docs/build-docs.sh index 7ceef4d4e3..fec7b97fbf 100755 --- a/docs/build-docs.sh +++ b/docs/build-docs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/extras/ipython_loader.py b/extras/ipython_loader.py index 9cc8dfb540..7a6b0e18f3 100644 --- a/extras/ipython_loader.py +++ b/extras/ipython_loader.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/activate_nbstripout.feature b/features/activate_nbstripout.feature index c565ff8c69..4e3ad7acbc 100644 --- a/features/activate_nbstripout.feature +++ b/features/activate_nbstripout.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/build_docs.feature b/features/build_docs.feature index 74ebd6bb99..b35dde796d 100644 --- a/features/build_docs.feature +++ b/features/build_docs.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/build_reqs.feature b/features/build_reqs.feature index 80cd9942d6..1f231d87e6 100644 --- a/features/build_reqs.feature +++ b/features/build_reqs.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/environment.py b/features/environment.py index c487432660..c9bb026f7a 100644 --- a/features/environment.py +++ b/features/environment.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/ipython.feature b/features/ipython.feature index 95c92c1915..e1a96f177b 100644 --- a/features/ipython.feature +++ b/features/ipython.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/jupyter.feature b/features/jupyter.feature index 60812f3130..59597d92a5 100644 --- a/features/jupyter.feature +++ b/features/jupyter.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/new_project.feature b/features/new_project.feature index 6636007034..d83790d447 100644 --- a/features/new_project.feature +++ b/features/new_project.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/package.feature b/features/package.feature index f7f5c0e338..2d1db93632 100644 --- a/features/package.feature +++ b/features/package.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/run.feature b/features/run.feature index 6c343fc8f3..a038e3fdd2 100644 --- a/features/run.feature +++ b/features/run.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/steps/cli_steps.py b/features/steps/cli_steps.py index 7da8e2f2ec..d6bcc1b736 100644 --- a/features/steps/cli_steps.py +++ b/features/steps/cli_steps.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/steps/pipeline_steps.py b/features/steps/pipeline_steps.py index 2ee54ac405..346af09ba9 100644 --- a/features/steps/pipeline_steps.py +++ b/features/steps/pipeline_steps.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/steps/pipeline_template.py b/features/steps/pipeline_template.py index 36ffefe61d..d5e60db545 100644 --- a/features/steps/pipeline_template.py +++ b/features/steps/pipeline_template.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/steps/sh_run.py b/features/steps/sh_run.py index 7a02004c1b..01ce7a2a7a 100644 --- a/features/steps/sh_run.py +++ b/features/steps/sh_run.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/steps/util.py b/features/steps/util.py index 3e54e47e1a..9f11e9011e 100644 --- a/features/steps/util.py +++ b/features/steps/util.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/test.feature b/features/test.feature index 590fed5057..71bb261f3f 100644 --- a/features/test.feature +++ b/features/test.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/features/version.feature b/features/version.feature index 2f66dbfc9f..6851bbc34c 100644 --- a/features/version.feature +++ b/features/version.feature @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/__init__.py b/kedro/__init__.py index ee148592ed..32d90ab874 100644 --- a/kedro/__init__.py +++ b/kedro/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/__main__.py b/kedro/__main__.py index 1d5ff43ed7..1fc8eddfc7 100644 --- a/kedro/__main__.py +++ b/kedro/__main__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/cli/__init__.py b/kedro/cli/__init__.py index c34bd59983..89e0c9a07a 100644 --- a/kedro/cli/__init__.py +++ b/kedro/cli/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/cli/cli.py b/kedro/cli/cli.py index 5582ccd597..07012d5001 100644 --- a/kedro/cli/cli.py +++ b/kedro/cli/cli.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/cli/jupyter.py b/kedro/cli/jupyter.py index fb08c1027c..323262acb0 100644 --- a/kedro/cli/jupyter.py +++ b/kedro/cli/jupyter.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/cli/utils.py b/kedro/cli/utils.py index 0f5bd6c778..773e506948 100644 --- a/kedro/cli/utils.py +++ b/kedro/cli/utils.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/config/__init__.py b/kedro/config/__init__.py index a63841f6fb..22e4b0b884 100644 --- a/kedro/config/__init__.py +++ b/kedro/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/config/config.py b/kedro/config/config.py index 3fe45d230f..1169886215 100644 --- a/kedro/config/config.py +++ b/kedro/config/config.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/config/default_logger.py b/kedro/config/default_logger.py index b77fd9fe39..24066d9ae4 100644 --- a/kedro/config/default_logger.py +++ b/kedro/config/default_logger.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/config/templated_config.py b/kedro/config/templated_config.py index 771cf2e4a0..75f6442c28 100644 --- a/kedro/config/templated_config.py +++ b/kedro/config/templated_config.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/context/__init__.py b/kedro/context/__init__.py index 80e29a9061..169f509867 100644 --- a/kedro/context/__init__.py +++ b/kedro/context/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/context/context.py b/kedro/context/context.py index e1622f9f12..4834bcf155 100644 --- a/kedro/context/context.py +++ b/kedro/context/context.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/__init__.py b/kedro/contrib/__init__.py index 8866476c7d..b1d71ee034 100644 --- a/kedro/contrib/__init__.py +++ b/kedro/contrib/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/colors/logging/__init__.py b/kedro/contrib/colors/logging/__init__.py index bd5600faa4..31e0743c25 100644 --- a/kedro/contrib/colors/logging/__init__.py +++ b/kedro/contrib/colors/logging/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/colors/logging/color_logger.py b/kedro/contrib/colors/logging/color_logger.py index b9bc58dc02..2feccf94b2 100644 --- a/kedro/contrib/colors/logging/color_logger.py +++ b/kedro/contrib/colors/logging/color_logger.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/config/__init__.py b/kedro/contrib/config/__init__.py index cfb67c87dc..bf5da28ca0 100644 --- a/kedro/contrib/config/__init__.py +++ b/kedro/contrib/config/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/config/templated_config.py b/kedro/contrib/config/templated_config.py index 960128af60..bd9dca45a2 100644 --- a/kedro/contrib/config/templated_config.py +++ b/kedro/contrib/config/templated_config.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/decorators/memory_profiler.py b/kedro/contrib/decorators/memory_profiler.py index 7a6ee14d3a..4e98921899 100644 --- a/kedro/contrib/decorators/memory_profiler.py +++ b/kedro/contrib/decorators/memory_profiler.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/decorators/pyspark.py b/kedro/contrib/decorators/pyspark.py index 4f0a9e9354..4aaa0a7bf0 100644 --- a/kedro/contrib/decorators/pyspark.py +++ b/kedro/contrib/decorators/pyspark.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/decorators/retry.py b/kedro/contrib/decorators/retry.py index fff18b81bd..cdded9339c 100644 --- a/kedro/contrib/decorators/retry.py +++ b/kedro/contrib/decorators/retry.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/__init__.py b/kedro/contrib/io/__init__.py index 6f876940e6..4fda57a5bc 100644 --- a/kedro/contrib/io/__init__.py +++ b/kedro/contrib/io/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/azure/__init__.py b/kedro/contrib/io/azure/__init__.py index 5a2cc38bd6..fdf50ee1a5 100644 --- a/kedro/contrib/io/azure/__init__.py +++ b/kedro/contrib/io/azure/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/azure/csv_blob.py b/kedro/contrib/io/azure/csv_blob.py index 1753eb626d..aeaeba3bcf 100644 --- a/kedro/contrib/io/azure/csv_blob.py +++ b/kedro/contrib/io/azure/csv_blob.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/azure/json_blob.py b/kedro/contrib/io/azure/json_blob.py index c3cbc1b31e..a952ef30e5 100644 --- a/kedro/contrib/io/azure/json_blob.py +++ b/kedro/contrib/io/azure/json_blob.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/bioinformatics/__init__.py b/kedro/contrib/io/bioinformatics/__init__.py index fc967f0217..8c2d256031 100644 --- a/kedro/contrib/io/bioinformatics/__init__.py +++ b/kedro/contrib/io/bioinformatics/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/bioinformatics/biosequence_local_dataset.py b/kedro/contrib/io/bioinformatics/biosequence_local_dataset.py index 498e0c1afd..b16ff29fcc 100644 --- a/kedro/contrib/io/bioinformatics/biosequence_local_dataset.py +++ b/kedro/contrib/io/bioinformatics/biosequence_local_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/cached/__init__.py b/kedro/contrib/io/cached/__init__.py index c78235f9c6..f0e8844159 100644 --- a/kedro/contrib/io/cached/__init__.py +++ b/kedro/contrib/io/cached/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/cached/cached_dataset.py b/kedro/contrib/io/cached/cached_dataset.py index 604660aff4..40354e3d1c 100644 --- a/kedro/contrib/io/cached/cached_dataset.py +++ b/kedro/contrib/io/cached/cached_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/catalog_with_default/__init__.py b/kedro/contrib/io/catalog_with_default/__init__.py index 893155c3a4..88a1861e00 100644 --- a/kedro/contrib/io/catalog_with_default/__init__.py +++ b/kedro/contrib/io/catalog_with_default/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/catalog_with_default/data_catalog_with_default.py b/kedro/contrib/io/catalog_with_default/data_catalog_with_default.py index 1c04db0d42..a87ad56800 100644 --- a/kedro/contrib/io/catalog_with_default/data_catalog_with_default.py +++ b/kedro/contrib/io/catalog_with_default/data_catalog_with_default.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/core.py b/kedro/contrib/io/core.py index 677ccd76e1..10e47af627 100644 --- a/kedro/contrib/io/core.py +++ b/kedro/contrib/io/core.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/feather/__init__.py b/kedro/contrib/io/feather/__init__.py index 9639bc4614..6058e262a7 100644 --- a/kedro/contrib/io/feather/__init__.py +++ b/kedro/contrib/io/feather/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/feather/feather_local.py b/kedro/contrib/io/feather/feather_local.py index 8d10f4a0ef..824c5dc73a 100644 --- a/kedro/contrib/io/feather/feather_local.py +++ b/kedro/contrib/io/feather/feather_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/gcs/__init__.py b/kedro/contrib/io/gcs/__init__.py index 35d3f5738f..7ec46ffc49 100644 --- a/kedro/contrib/io/gcs/__init__.py +++ b/kedro/contrib/io/gcs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/gcs/csv_gcs.py b/kedro/contrib/io/gcs/csv_gcs.py index d8f1303eb4..2227a69826 100644 --- a/kedro/contrib/io/gcs/csv_gcs.py +++ b/kedro/contrib/io/gcs/csv_gcs.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/gcs/json_gcs.py b/kedro/contrib/io/gcs/json_gcs.py index fd1a58bc44..7a89c66914 100644 --- a/kedro/contrib/io/gcs/json_gcs.py +++ b/kedro/contrib/io/gcs/json_gcs.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/gcs/parquet_gcs.py b/kedro/contrib/io/gcs/parquet_gcs.py index 3727e3a752..e37f4fbee3 100644 --- a/kedro/contrib/io/gcs/parquet_gcs.py +++ b/kedro/contrib/io/gcs/parquet_gcs.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/matplotlib/__init__.py b/kedro/contrib/io/matplotlib/__init__.py index 961b95235d..5fb7b21bf6 100644 --- a/kedro/contrib/io/matplotlib/__init__.py +++ b/kedro/contrib/io/matplotlib/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/matplotlib/matplotlib_local_writer.py b/kedro/contrib/io/matplotlib/matplotlib_local_writer.py index f675204423..3b766ab991 100644 --- a/kedro/contrib/io/matplotlib/matplotlib_local_writer.py +++ b/kedro/contrib/io/matplotlib/matplotlib_local_writer.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/matplotlib/matplotlib_s3_writer.py b/kedro/contrib/io/matplotlib/matplotlib_s3_writer.py index 969eb497c9..780735b77d 100644 --- a/kedro/contrib/io/matplotlib/matplotlib_s3_writer.py +++ b/kedro/contrib/io/matplotlib/matplotlib_s3_writer.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/networkx/__init__.py b/kedro/contrib/io/networkx/__init__.py index 2d9317dfc3..8d2b71fb29 100644 --- a/kedro/contrib/io/networkx/__init__.py +++ b/kedro/contrib/io/networkx/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/networkx/networkx_local.py b/kedro/contrib/io/networkx/networkx_local.py index 8f144def3e..1589195570 100644 --- a/kedro/contrib/io/networkx/networkx_local.py +++ b/kedro/contrib/io/networkx/networkx_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/parquet/__init__.py b/kedro/contrib/io/parquet/__init__.py index 621364dec5..23171d8c38 100644 --- a/kedro/contrib/io/parquet/__init__.py +++ b/kedro/contrib/io/parquet/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/parquet/parquet_s3.py b/kedro/contrib/io/parquet/parquet_s3.py index 10b1548d45..d316662f25 100644 --- a/kedro/contrib/io/parquet/parquet_s3.py +++ b/kedro/contrib/io/parquet/parquet_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/pyspark/__init__.py b/kedro/contrib/io/pyspark/__init__.py index 6836dcbaf2..401d5f640f 100644 --- a/kedro/contrib/io/pyspark/__init__.py +++ b/kedro/contrib/io/pyspark/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/pyspark/spark_data_set.py b/kedro/contrib/io/pyspark/spark_data_set.py index 229f7f3dc4..76abd947db 100644 --- a/kedro/contrib/io/pyspark/spark_data_set.py +++ b/kedro/contrib/io/pyspark/spark_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/pyspark/spark_hive_data_set.py b/kedro/contrib/io/pyspark/spark_hive_data_set.py index f63e2b32ca..99ab7613c0 100644 --- a/kedro/contrib/io/pyspark/spark_hive_data_set.py +++ b/kedro/contrib/io/pyspark/spark_hive_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/pyspark/spark_jdbc.py b/kedro/contrib/io/pyspark/spark_jdbc.py index 84886ed90a..e30d0364c3 100644 --- a/kedro/contrib/io/pyspark/spark_jdbc.py +++ b/kedro/contrib/io/pyspark/spark_jdbc.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/transformers/__init__.py b/kedro/contrib/io/transformers/__init__.py index 8aaf3af654..62ef6bfd02 100644 --- a/kedro/contrib/io/transformers/__init__.py +++ b/kedro/contrib/io/transformers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/transformers/transformers.py b/kedro/contrib/io/transformers/transformers.py index 49655427ae..a386b00196 100644 --- a/kedro/contrib/io/transformers/transformers.py +++ b/kedro/contrib/io/transformers/transformers.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/yaml_local/__init__.py b/kedro/contrib/io/yaml_local/__init__.py index e765bd0046..9335475f85 100644 --- a/kedro/contrib/io/yaml_local/__init__.py +++ b/kedro/contrib/io/yaml_local/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/contrib/io/yaml_local/yaml_local.py b/kedro/contrib/io/yaml_local/yaml_local.py index 9cdad3ef73..39ca791f3b 100644 --- a/kedro/contrib/io/yaml_local/yaml_local.py +++ b/kedro/contrib/io/yaml_local/yaml_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/__init__.py b/kedro/extras/datasets/__init__.py index 43193f851e..2f1b7b35b7 100644 --- a/kedro/extras/datasets/__init__.py +++ b/kedro/extras/datasets/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/biosequence/__init__.py b/kedro/extras/datasets/biosequence/__init__.py index 6f0c975295..ffa8a177f0 100644 --- a/kedro/extras/datasets/biosequence/__init__.py +++ b/kedro/extras/datasets/biosequence/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/biosequence/biosequence_dataset.py b/kedro/extras/datasets/biosequence/biosequence_dataset.py index c0ca12b452..0288c4b253 100644 --- a/kedro/extras/datasets/biosequence/biosequence_dataset.py +++ b/kedro/extras/datasets/biosequence/biosequence_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/dask/__init__.py b/kedro/extras/datasets/dask/__init__.py index f8759139c4..b9e08b7b28 100644 --- a/kedro/extras/datasets/dask/__init__.py +++ b/kedro/extras/datasets/dask/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/dask/parquet_dataset.py b/kedro/extras/datasets/dask/parquet_dataset.py index 98e1a17b28..86a16b3f6a 100644 --- a/kedro/extras/datasets/dask/parquet_dataset.py +++ b/kedro/extras/datasets/dask/parquet_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/matplotlib/__init__.py b/kedro/extras/datasets/matplotlib/__init__.py index 15033bdcd6..aab0500b52 100644 --- a/kedro/extras/datasets/matplotlib/__init__.py +++ b/kedro/extras/datasets/matplotlib/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/matplotlib/matplotlib_writer.py b/kedro/extras/datasets/matplotlib/matplotlib_writer.py index 115763237b..3287ceaf66 100644 --- a/kedro/extras/datasets/matplotlib/matplotlib_writer.py +++ b/kedro/extras/datasets/matplotlib/matplotlib_writer.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/networkx/__init__.py b/kedro/extras/datasets/networkx/__init__.py index 31ed81bbcf..23ffd14637 100644 --- a/kedro/extras/datasets/networkx/__init__.py +++ b/kedro/extras/datasets/networkx/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/networkx/networkx_dataset.py b/kedro/extras/datasets/networkx/networkx_dataset.py index 40d0f10b23..bb68d710c7 100644 --- a/kedro/extras/datasets/networkx/networkx_dataset.py +++ b/kedro/extras/datasets/networkx/networkx_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/__init__.py b/kedro/extras/datasets/pandas/__init__.py index db8b9e1b7c..6c0b4bd183 100644 --- a/kedro/extras/datasets/pandas/__init__.py +++ b/kedro/extras/datasets/pandas/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/csv_blob_dataset.py b/kedro/extras/datasets/pandas/csv_blob_dataset.py index 5545ce1b60..f519ca45c4 100644 --- a/kedro/extras/datasets/pandas/csv_blob_dataset.py +++ b/kedro/extras/datasets/pandas/csv_blob_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/csv_dataset.py b/kedro/extras/datasets/pandas/csv_dataset.py index feb0ad4f27..954d6edbe1 100644 --- a/kedro/extras/datasets/pandas/csv_dataset.py +++ b/kedro/extras/datasets/pandas/csv_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/excel_dataset.py b/kedro/extras/datasets/pandas/excel_dataset.py index 03f2e8e677..68d541db0e 100644 --- a/kedro/extras/datasets/pandas/excel_dataset.py +++ b/kedro/extras/datasets/pandas/excel_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/feather_dataset.py b/kedro/extras/datasets/pandas/feather_dataset.py index ef6a2c4962..af6d7142a0 100644 --- a/kedro/extras/datasets/pandas/feather_dataset.py +++ b/kedro/extras/datasets/pandas/feather_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/gbq_dataset.py b/kedro/extras/datasets/pandas/gbq_dataset.py index 37f813be51..559458d89a 100644 --- a/kedro/extras/datasets/pandas/gbq_dataset.py +++ b/kedro/extras/datasets/pandas/gbq_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/hdf_dataset.py b/kedro/extras/datasets/pandas/hdf_dataset.py index fa27f381d7..e97ba1990b 100644 --- a/kedro/extras/datasets/pandas/hdf_dataset.py +++ b/kedro/extras/datasets/pandas/hdf_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/json_blob_dataset.py b/kedro/extras/datasets/pandas/json_blob_dataset.py index 4d3ebf6920..225dce2454 100644 --- a/kedro/extras/datasets/pandas/json_blob_dataset.py +++ b/kedro/extras/datasets/pandas/json_blob_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/json_dataset.py b/kedro/extras/datasets/pandas/json_dataset.py index bad531022b..21c8c07836 100644 --- a/kedro/extras/datasets/pandas/json_dataset.py +++ b/kedro/extras/datasets/pandas/json_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/parquet_dataset.py b/kedro/extras/datasets/pandas/parquet_dataset.py index 620c1e9e5f..063f179d67 100644 --- a/kedro/extras/datasets/pandas/parquet_dataset.py +++ b/kedro/extras/datasets/pandas/parquet_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pandas/sql_dataset.py b/kedro/extras/datasets/pandas/sql_dataset.py index f7fd269f7a..4c67e902a0 100644 --- a/kedro/extras/datasets/pandas/sql_dataset.py +++ b/kedro/extras/datasets/pandas/sql_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pickle/__init__.py b/kedro/extras/datasets/pickle/__init__.py index 74e0556a00..0af213519f 100644 --- a/kedro/extras/datasets/pickle/__init__.py +++ b/kedro/extras/datasets/pickle/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/pickle/pickle_dataset.py b/kedro/extras/datasets/pickle/pickle_dataset.py index 8f0250d6d5..9ef55194bb 100644 --- a/kedro/extras/datasets/pickle/pickle_dataset.py +++ b/kedro/extras/datasets/pickle/pickle_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/spark/__init__.py b/kedro/extras/datasets/spark/__init__.py index 6b8e54d503..aa3cb85d15 100644 --- a/kedro/extras/datasets/spark/__init__.py +++ b/kedro/extras/datasets/spark/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/spark/spark_dataset.py b/kedro/extras/datasets/spark/spark_dataset.py index 9bc792701e..84d653363b 100644 --- a/kedro/extras/datasets/spark/spark_dataset.py +++ b/kedro/extras/datasets/spark/spark_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/spark/spark_hive_dataset.py b/kedro/extras/datasets/spark/spark_hive_dataset.py index 6e0c10fd09..3a931f06d0 100644 --- a/kedro/extras/datasets/spark/spark_hive_dataset.py +++ b/kedro/extras/datasets/spark/spark_hive_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/spark/spark_jdbc_dataset.py b/kedro/extras/datasets/spark/spark_jdbc_dataset.py index 29c906474c..8a2aa06df6 100644 --- a/kedro/extras/datasets/spark/spark_jdbc_dataset.py +++ b/kedro/extras/datasets/spark/spark_jdbc_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/text/__init__.py b/kedro/extras/datasets/text/__init__.py index 33057d9c6d..cc0f9b570d 100644 --- a/kedro/extras/datasets/text/__init__.py +++ b/kedro/extras/datasets/text/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/text/text_dataset.py b/kedro/extras/datasets/text/text_dataset.py index 702028a03f..7d0b4d8389 100644 --- a/kedro/extras/datasets/text/text_dataset.py +++ b/kedro/extras/datasets/text/text_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/yaml/__init__.py b/kedro/extras/datasets/yaml/__init__.py index a692ae0717..15d7d8e3f4 100644 --- a/kedro/extras/datasets/yaml/__init__.py +++ b/kedro/extras/datasets/yaml/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/datasets/yaml/yaml_dataset.py b/kedro/extras/datasets/yaml/yaml_dataset.py index 17f739c518..5f77b233e5 100644 --- a/kedro/extras/datasets/yaml/yaml_dataset.py +++ b/kedro/extras/datasets/yaml/yaml_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/decorators/__init__.py b/kedro/extras/decorators/__init__.py index bb3e573a76..5fe0adf236 100644 --- a/kedro/extras/decorators/__init__.py +++ b/kedro/extras/decorators/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/decorators/memory_profiler.py b/kedro/extras/decorators/memory_profiler.py index a8bd1007d6..fbd8dd118d 100644 --- a/kedro/extras/decorators/memory_profiler.py +++ b/kedro/extras/decorators/memory_profiler.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/decorators/retry_node.py b/kedro/extras/decorators/retry_node.py index 4e5e399266..fc2facf973 100644 --- a/kedro/extras/decorators/retry_node.py +++ b/kedro/extras/decorators/retry_node.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/ipython/ipython_loader.py b/kedro/extras/ipython/ipython_loader.py index 83cd95291c..6ae65dbe04 100644 --- a/kedro/extras/ipython/ipython_loader.py +++ b/kedro/extras/ipython/ipython_loader.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/logging/__init__.py b/kedro/extras/logging/__init__.py index bd5600faa4..31e0743c25 100644 --- a/kedro/extras/logging/__init__.py +++ b/kedro/extras/logging/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/logging/color_logger.py b/kedro/extras/logging/color_logger.py index ec3ca04e1c..bd95d04bb2 100644 --- a/kedro/extras/logging/color_logger.py +++ b/kedro/extras/logging/color_logger.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/transformers/__init__.py b/kedro/extras/transformers/__init__.py index 550437f219..a0ddbb48aa 100644 --- a/kedro/extras/transformers/__init__.py +++ b/kedro/extras/transformers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/extras/transformers/time_profiler.py b/kedro/extras/transformers/time_profiler.py index 3ed917f22a..842d12eaa4 100644 --- a/kedro/extras/transformers/time_profiler.py +++ b/kedro/extras/transformers/time_profiler.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/__init__.py b/kedro/io/__init__.py index 413ed7f7c4..9a3a61f90c 100644 --- a/kedro/io/__init__.py +++ b/kedro/io/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/cached_dataset.py b/kedro/io/cached_dataset.py index c99655b8e5..4c2ec89bba 100644 --- a/kedro/io/cached_dataset.py +++ b/kedro/io/cached_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/core.py b/kedro/io/core.py index 50b5635678..7204d37ca1 100644 --- a/kedro/io/core.py +++ b/kedro/io/core.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/csv_http.py b/kedro/io/csv_http.py index 1ef1ac6945..347cdfc832 100644 --- a/kedro/io/csv_http.py +++ b/kedro/io/csv_http.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/csv_local.py b/kedro/io/csv_local.py index 203da70d40..4ab16a544e 100644 --- a/kedro/io/csv_local.py +++ b/kedro/io/csv_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/csv_s3.py b/kedro/io/csv_s3.py index 9f052098f2..b658ed5385 100644 --- a/kedro/io/csv_s3.py +++ b/kedro/io/csv_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/data_catalog.py b/kedro/io/data_catalog.py index 47997a1242..a9781ab152 100644 --- a/kedro/io/data_catalog.py +++ b/kedro/io/data_catalog.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/data_catalog_with_default.py b/kedro/io/data_catalog_with_default.py index 13134abd31..f088fb1656 100644 --- a/kedro/io/data_catalog_with_default.py +++ b/kedro/io/data_catalog_with_default.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/excel_local.py b/kedro/io/excel_local.py index 6338a195cb..f6f8103f91 100644 --- a/kedro/io/excel_local.py +++ b/kedro/io/excel_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/hdf_local.py b/kedro/io/hdf_local.py index d549d588be..37f9871969 100644 --- a/kedro/io/hdf_local.py +++ b/kedro/io/hdf_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/hdf_s3.py b/kedro/io/hdf_s3.py index 25581b51a7..146ea768a8 100644 --- a/kedro/io/hdf_s3.py +++ b/kedro/io/hdf_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/json_dataset.py b/kedro/io/json_dataset.py index 02942a55a4..56026293e3 100644 --- a/kedro/io/json_dataset.py +++ b/kedro/io/json_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/json_local.py b/kedro/io/json_local.py index 3cf1217273..e33e85a350 100644 --- a/kedro/io/json_local.py +++ b/kedro/io/json_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/lambda_data_set.py b/kedro/io/lambda_data_set.py index 0219ce83c9..b06f94f5ee 100644 --- a/kedro/io/lambda_data_set.py +++ b/kedro/io/lambda_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/memory_data_set.py b/kedro/io/memory_data_set.py index 899c66bfab..9896ce1307 100644 --- a/kedro/io/memory_data_set.py +++ b/kedro/io/memory_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/parquet_local.py b/kedro/io/parquet_local.py index 6cadb2f15a..b9c3417e91 100644 --- a/kedro/io/parquet_local.py +++ b/kedro/io/parquet_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/partitioned_data_set.py b/kedro/io/partitioned_data_set.py index 1ed977290c..5f1411718f 100644 --- a/kedro/io/partitioned_data_set.py +++ b/kedro/io/partitioned_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/pickle_local.py b/kedro/io/pickle_local.py index 476738b21f..9cbc04b9d1 100644 --- a/kedro/io/pickle_local.py +++ b/kedro/io/pickle_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/pickle_s3.py b/kedro/io/pickle_s3.py index b3428a9802..f8fdd95fa3 100644 --- a/kedro/io/pickle_s3.py +++ b/kedro/io/pickle_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/sql.py b/kedro/io/sql.py index 6a56778a8e..006b5624c3 100644 --- a/kedro/io/sql.py +++ b/kedro/io/sql.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/text_local.py b/kedro/io/text_local.py index 63705d858b..6bdc165e68 100644 --- a/kedro/io/text_local.py +++ b/kedro/io/text_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/io/transformers.py b/kedro/io/transformers.py index dc212773ea..0e3ea966b6 100644 --- a/kedro/io/transformers.py +++ b/kedro/io/transformers.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/pipeline/__init__.py b/kedro/pipeline/__init__.py index 61ebfce24c..76325fab6f 100644 --- a/kedro/pipeline/__init__.py +++ b/kedro/pipeline/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/pipeline/decorators.py b/kedro/pipeline/decorators.py index 40e4011ff2..6970688c7e 100644 --- a/kedro/pipeline/decorators.py +++ b/kedro/pipeline/decorators.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/pipeline/node.py b/kedro/pipeline/node.py index a7d2ca8b2a..2439ee2774 100644 --- a/kedro/pipeline/node.py +++ b/kedro/pipeline/node.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/pipeline/pipeline.py b/kedro/pipeline/pipeline.py index 272f7b1618..3adb545c34 100644 --- a/kedro/pipeline/pipeline.py +++ b/kedro/pipeline/pipeline.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/runner/__init__.py b/kedro/runner/__init__.py index 39a2a5ee90..8a4c40d1b7 100644 --- a/kedro/runner/__init__.py +++ b/kedro/runner/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/runner/parallel_runner.py b/kedro/runner/parallel_runner.py index 4cdd89b45b..cf789a9a0a 100644 --- a/kedro/runner/parallel_runner.py +++ b/kedro/runner/parallel_runner.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/runner/runner.py b/kedro/runner/runner.py index 63c34c2e55..eb565bb959 100644 --- a/kedro/runner/runner.py +++ b/kedro/runner/runner.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/runner/sequential_runner.py b/kedro/runner/sequential_runner.py index 4caa790b66..692b59eaad 100644 --- a/kedro/runner/sequential_runner.py +++ b/kedro/runner/sequential_runner.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/docs/source/conf.py b/kedro/template/{{ cookiecutter.repo_name }}/docs/source/conf.py index fa2f40db6c..d779c5f621 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/docs/source/conf.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/docs/source/conf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/kedro_cli.py b/kedro/template/{{ cookiecutter.repo_name }}/kedro_cli.py index e789f53484..c96c404029 100755 --- a/kedro/template/{{ cookiecutter.repo_name }}/kedro_cli.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/kedro_cli.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/setup.py b/kedro/template/{{ cookiecutter.repo_name }}/src/setup.py index 628c9f197c..0f69d33d7d 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/setup.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/setup.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/tests/test_run.py b/kedro/template/{{ cookiecutter.repo_name }}/src/tests/test_run.py index fae671e39d..9baf9d126c 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/tests/test_run.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/tests/test_run.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py index 1409cfb450..7e02facbd0 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline.py index 899a1085d1..79a4ef6448 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipeline.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/__init__.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/__init__.py index ca4fe8b02f..afca3d4556 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/__init__.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/nodes.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/nodes.py index cfa7ee63a1..52a891b987 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/nodes.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/nodes.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/pipeline.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/pipeline.py index e2b2b4e6c2..ffb8ca847d 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/pipeline.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_engineering/pipeline.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/__init__.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/__init__.py index ca4fe8b02f..afca3d4556 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/__init__.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/nodes.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/nodes.py index 6409657821..a90c487097 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/nodes.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/nodes.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/pipeline.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/pipeline.py index 6a9a4d2e7d..ba1003f5a3 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/pipeline.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/pipelines/data_science/pipeline.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/run.py b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/run.py index d97930dcfe..06d69fcfaf 100644 --- a/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/run.py +++ b/kedro/template/{{ cookiecutter.repo_name }}/src/{{ cookiecutter.python_package }}/run.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/utils.py b/kedro/utils.py index a4e0d07a36..832818fba0 100644 --- a/kedro/utils.py +++ b/kedro/utils.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/versioning/__init__.py b/kedro/versioning/__init__.py index 3be42b0a9e..6e81d03502 100644 --- a/kedro/versioning/__init__.py +++ b/kedro/versioning/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/kedro/versioning/journal.py b/kedro/versioning/journal.py index 02a84dac9c..1fe89edd17 100644 --- a/kedro/versioning/journal.py +++ b/kedro/versioning/journal.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/legal_header.txt b/legal_header.txt index 8663b795f7..ecc87db1fc 100644 --- a/legal_header.txt +++ b/legal_header.txt @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/setup.py b/setup.py index 079b8a1522..00bb4f807a 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/__init__.py b/tests/__init__.py index 6b69be60b0..943141fb82 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/cli/conftest.py b/tests/cli/conftest.py index 64142cf6e6..7d76dc8aba 100644 --- a/tests/cli/conftest.py +++ b/tests/cli/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/cli/test_cli.py b/tests/cli/test_cli.py index 31998871c3..0423d32266 100644 --- a/tests/cli/test_cli.py +++ b/tests/cli/test_cli.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/cli/test_cli_new.py b/tests/cli/test_cli_new.py index 01e41e88bd..3633e6c584 100644 --- a/tests/cli/test_cli_new.py +++ b/tests/cli/test_cli_new.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/cli/test_jupyter.py b/tests/cli/test_jupyter.py index a76a59f1b1..97e5741dd1 100644 --- a/tests/cli/test_jupyter.py +++ b/tests/cli/test_jupyter.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/config/test_config.py b/tests/config/test_config.py index ac04a84aaa..03baa97332 100644 --- a/tests/config/test_config.py +++ b/tests/config/test_config.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/config/test_templated_config.py b/tests/config/test_templated_config.py index b12054e88c..4e0ed8912a 100644 --- a/tests/config/test_templated_config.py +++ b/tests/config/test_templated_config.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/conftest.py b/tests/conftest.py index fca7bb6ca8..4ac9722fc1 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/context/test_context.py b/tests/context/test_context.py index 0d8fcddae7..46c7c6da5a 100644 --- a/tests/context/test_context.py +++ b/tests/context/test_context.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/colors/logging/test_color_logger.py b/tests/contrib/colors/logging/test_color_logger.py index 9af6fbd734..8f7713c0be 100644 --- a/tests/contrib/colors/logging/test_color_logger.py +++ b/tests/contrib/colors/logging/test_color_logger.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/config/test_templated_config.py b/tests/contrib/config/test_templated_config.py index dd12ba3c82..d54ba566c9 100644 --- a/tests/contrib/config/test_templated_config.py +++ b/tests/contrib/config/test_templated_config.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/decorators/test_memory_profiler.py b/tests/contrib/decorators/test_memory_profiler.py index c5aaf98802..64c825f381 100644 --- a/tests/contrib/decorators/test_memory_profiler.py +++ b/tests/contrib/decorators/test_memory_profiler.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/decorators/test_pyspark.py b/tests/contrib/decorators/test_pyspark.py index 0b884fe44d..4778f92c0b 100644 --- a/tests/contrib/decorators/test_pyspark.py +++ b/tests/contrib/decorators/test_pyspark.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/decorators/test_retry.py b/tests/contrib/decorators/test_retry.py index 879ba76233..451b5e1806 100644 --- a/tests/contrib/decorators/test_retry.py +++ b/tests/contrib/decorators/test_retry.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/azure/test_csv_blob.py b/tests/contrib/io/azure/test_csv_blob.py index 9fcf4a3b84..ee554c0134 100644 --- a/tests/contrib/io/azure/test_csv_blob.py +++ b/tests/contrib/io/azure/test_csv_blob.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/azure/test_json_blob.py b/tests/contrib/io/azure/test_json_blob.py index cbb72d38b8..a82f71b6bd 100644 --- a/tests/contrib/io/azure/test_json_blob.py +++ b/tests/contrib/io/azure/test_json_blob.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/bioinformatics/test_biosequence_local_dataset.py b/tests/contrib/io/bioinformatics/test_biosequence_local_dataset.py index 58f2682810..a7efc02f48 100644 --- a/tests/contrib/io/bioinformatics/test_biosequence_local_dataset.py +++ b/tests/contrib/io/bioinformatics/test_biosequence_local_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/cached/test_cached_dataset.py b/tests/contrib/io/cached/test_cached_dataset.py index 7b5f74be5a..ee4476556a 100644 --- a/tests/contrib/io/cached/test_cached_dataset.py +++ b/tests/contrib/io/cached/test_cached_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/catalog_with_default/test_data_catalog_with_default.py b/tests/contrib/io/catalog_with_default/test_data_catalog_with_default.py index aae5f84c86..152c560997 100644 --- a/tests/contrib/io/catalog_with_default/test_data_catalog_with_default.py +++ b/tests/contrib/io/catalog_with_default/test_data_catalog_with_default.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/feather/test_feather_local.py b/tests/contrib/io/feather/test_feather_local.py index 70bbf2c388..8ca2fb4f86 100644 --- a/tests/contrib/io/feather/test_feather_local.py +++ b/tests/contrib/io/feather/test_feather_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/gcs/__init__.py b/tests/contrib/io/gcs/__init__.py index 8663b795f7..ecc87db1fc 100644 --- a/tests/contrib/io/gcs/__init__.py +++ b/tests/contrib/io/gcs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/gcs/gcs_mocks.py b/tests/contrib/io/gcs/gcs_mocks.py index 9b9efed369..b54b939347 100644 --- a/tests/contrib/io/gcs/gcs_mocks.py +++ b/tests/contrib/io/gcs/gcs_mocks.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/gcs/test_csv_gcs.py b/tests/contrib/io/gcs/test_csv_gcs.py index c96bde341d..feb64c8225 100644 --- a/tests/contrib/io/gcs/test_csv_gcs.py +++ b/tests/contrib/io/gcs/test_csv_gcs.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/gcs/test_json_gcs.py b/tests/contrib/io/gcs/test_json_gcs.py index e8b6359987..dfa059aa49 100644 --- a/tests/contrib/io/gcs/test_json_gcs.py +++ b/tests/contrib/io/gcs/test_json_gcs.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/gcs/test_parquet_gcs.py b/tests/contrib/io/gcs/test_parquet_gcs.py index b944aa9cf7..43d886b6c0 100644 --- a/tests/contrib/io/gcs/test_parquet_gcs.py +++ b/tests/contrib/io/gcs/test_parquet_gcs.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/matplotlib/test_matplotlib_local_writer.py b/tests/contrib/io/matplotlib/test_matplotlib_local_writer.py index 744aa22839..386c036692 100644 --- a/tests/contrib/io/matplotlib/test_matplotlib_local_writer.py +++ b/tests/contrib/io/matplotlib/test_matplotlib_local_writer.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/matplotlib/test_matplotlib_s3_writer.py b/tests/contrib/io/matplotlib/test_matplotlib_s3_writer.py index a4dd1880c2..f20371c140 100644 --- a/tests/contrib/io/matplotlib/test_matplotlib_s3_writer.py +++ b/tests/contrib/io/matplotlib/test_matplotlib_s3_writer.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/networkx/test_networkx_local.py b/tests/contrib/io/networkx/test_networkx_local.py index 03b8e2cbf8..0eff51f979 100644 --- a/tests/contrib/io/networkx/test_networkx_local.py +++ b/tests/contrib/io/networkx/test_networkx_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/parquet/test_parquet_s3.py b/tests/contrib/io/parquet/test_parquet_s3.py index cee048d174..d8df348428 100644 --- a/tests/contrib/io/parquet/test_parquet_s3.py +++ b/tests/contrib/io/parquet/test_parquet_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/pyspark/__init__.py b/tests/contrib/io/pyspark/__init__.py index 4f2adc1321..02d6d4169c 100644 --- a/tests/contrib/io/pyspark/__init__.py +++ b/tests/contrib/io/pyspark/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/pyspark/test_spark_data_set.py b/tests/contrib/io/pyspark/test_spark_data_set.py index e88d23ac4f..b7b4516f53 100644 --- a/tests/contrib/io/pyspark/test_spark_data_set.py +++ b/tests/contrib/io/pyspark/test_spark_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/pyspark/test_spark_hive_data_set.py b/tests/contrib/io/pyspark/test_spark_hive_data_set.py index e01c0b5862..6ccc97b348 100644 --- a/tests/contrib/io/pyspark/test_spark_hive_data_set.py +++ b/tests/contrib/io/pyspark/test_spark_hive_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/pyspark/test_spark_jdbc.py b/tests/contrib/io/pyspark/test_spark_jdbc.py index 79f9ca3c49..57f6b5c640 100644 --- a/tests/contrib/io/pyspark/test_spark_jdbc.py +++ b/tests/contrib/io/pyspark/test_spark_jdbc.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/transformers/test_transformers.py b/tests/contrib/io/transformers/test_transformers.py index 6e1eabf0f1..2d367e524c 100644 --- a/tests/contrib/io/transformers/test_transformers.py +++ b/tests/contrib/io/transformers/test_transformers.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/contrib/io/yaml_local/test_yaml_local.py b/tests/contrib/io/yaml_local/test_yaml_local.py index 1c8f56c70d..9a072168a3 100644 --- a/tests/contrib/io/yaml_local/test_yaml_local.py +++ b/tests/contrib/io/yaml_local/test_yaml_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/bioinformatics/test_biosequence_dataset.py b/tests/extras/datasets/bioinformatics/test_biosequence_dataset.py index 885c50ca52..d4354316af 100644 --- a/tests/extras/datasets/bioinformatics/test_biosequence_dataset.py +++ b/tests/extras/datasets/bioinformatics/test_biosequence_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/conftest.py b/tests/extras/datasets/conftest.py index 69d5b5024b..65b0ac4a8e 100644 --- a/tests/extras/datasets/conftest.py +++ b/tests/extras/datasets/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/dask/test_parquet_dataset.py b/tests/extras/datasets/dask/test_parquet_dataset.py index 7c657d1a72..541932acbe 100644 --- a/tests/extras/datasets/dask/test_parquet_dataset.py +++ b/tests/extras/datasets/dask/test_parquet_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/matplotlib/test_matplotlib_writer.py b/tests/extras/datasets/matplotlib/test_matplotlib_writer.py index 8c110c55ac..1740d0ee25 100644 --- a/tests/extras/datasets/matplotlib/test_matplotlib_writer.py +++ b/tests/extras/datasets/matplotlib/test_matplotlib_writer.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/networkx/test_networkx_dataset.py b/tests/extras/datasets/networkx/test_networkx_dataset.py index 2bead07256..ec6f2b4628 100644 --- a/tests/extras/datasets/networkx/test_networkx_dataset.py +++ b/tests/extras/datasets/networkx/test_networkx_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_csv_blob_dataset.py b/tests/extras/datasets/pandas/test_csv_blob_dataset.py index 91f3212cf8..a905051c8d 100644 --- a/tests/extras/datasets/pandas/test_csv_blob_dataset.py +++ b/tests/extras/datasets/pandas/test_csv_blob_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_csv_dataset.py b/tests/extras/datasets/pandas/test_csv_dataset.py index 06376a81ea..3643326ea1 100644 --- a/tests/extras/datasets/pandas/test_csv_dataset.py +++ b/tests/extras/datasets/pandas/test_csv_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_excel_dataset.py b/tests/extras/datasets/pandas/test_excel_dataset.py index 5d1123a23d..bd23c86b3f 100644 --- a/tests/extras/datasets/pandas/test_excel_dataset.py +++ b/tests/extras/datasets/pandas/test_excel_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_feather_dataset.py b/tests/extras/datasets/pandas/test_feather_dataset.py index 344e54e490..4fcbf20d59 100644 --- a/tests/extras/datasets/pandas/test_feather_dataset.py +++ b/tests/extras/datasets/pandas/test_feather_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_gbq_dataset.py b/tests/extras/datasets/pandas/test_gbq_dataset.py index 8137efb5a5..a6966a2dfe 100644 --- a/tests/extras/datasets/pandas/test_gbq_dataset.py +++ b/tests/extras/datasets/pandas/test_gbq_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_hdf_dataset.py b/tests/extras/datasets/pandas/test_hdf_dataset.py index 54a5186701..c620cfca8f 100644 --- a/tests/extras/datasets/pandas/test_hdf_dataset.py +++ b/tests/extras/datasets/pandas/test_hdf_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_json_blob_dataset.py b/tests/extras/datasets/pandas/test_json_blob_dataset.py index 7f1452ba51..69e42d43f5 100644 --- a/tests/extras/datasets/pandas/test_json_blob_dataset.py +++ b/tests/extras/datasets/pandas/test_json_blob_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_json_dataset.py b/tests/extras/datasets/pandas/test_json_dataset.py index 3ccfd3da77..56e9609482 100644 --- a/tests/extras/datasets/pandas/test_json_dataset.py +++ b/tests/extras/datasets/pandas/test_json_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_parquet_dataset.py b/tests/extras/datasets/pandas/test_parquet_dataset.py index b63acecf8b..d9b55dbcd7 100644 --- a/tests/extras/datasets/pandas/test_parquet_dataset.py +++ b/tests/extras/datasets/pandas/test_parquet_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pandas/test_sql_dataset.py b/tests/extras/datasets/pandas/test_sql_dataset.py index 9ec664fd64..baa4ecd609 100644 --- a/tests/extras/datasets/pandas/test_sql_dataset.py +++ b/tests/extras/datasets/pandas/test_sql_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/pickle/test_pickle_dataset.py b/tests/extras/datasets/pickle/test_pickle_dataset.py index 9317a93006..a354ee6553 100644 --- a/tests/extras/datasets/pickle/test_pickle_dataset.py +++ b/tests/extras/datasets/pickle/test_pickle_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/spark/__init__.py b/tests/extras/datasets/spark/__init__.py index 5037559e0f..04090aeb80 100644 --- a/tests/extras/datasets/spark/__init__.py +++ b/tests/extras/datasets/spark/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/spark/test_memory_dataset.py b/tests/extras/datasets/spark/test_memory_dataset.py index 8190919f8b..16784e6e9d 100644 --- a/tests/extras/datasets/spark/test_memory_dataset.py +++ b/tests/extras/datasets/spark/test_memory_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/spark/test_spark_dataset.py b/tests/extras/datasets/spark/test_spark_dataset.py index 6f2433cf9e..ec5aea47b8 100644 --- a/tests/extras/datasets/spark/test_spark_dataset.py +++ b/tests/extras/datasets/spark/test_spark_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/spark/test_spark_hive_dataset.py b/tests/extras/datasets/spark/test_spark_hive_dataset.py index 49c027af70..3b42abf332 100644 --- a/tests/extras/datasets/spark/test_spark_hive_dataset.py +++ b/tests/extras/datasets/spark/test_spark_hive_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/spark/test_spark_jdbc_dataset.py b/tests/extras/datasets/spark/test_spark_jdbc_dataset.py index 902dae1f0d..9f08a1d976 100644 --- a/tests/extras/datasets/spark/test_spark_jdbc_dataset.py +++ b/tests/extras/datasets/spark/test_spark_jdbc_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/text/test_text_dataset.py b/tests/extras/datasets/text/test_text_dataset.py index d16b4cc3f7..27e79e6b09 100644 --- a/tests/extras/datasets/text/test_text_dataset.py +++ b/tests/extras/datasets/text/test_text_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/datasets/yaml/test_yaml_dataset.py b/tests/extras/datasets/yaml/test_yaml_dataset.py index da31ef4153..35708e0e3f 100644 --- a/tests/extras/datasets/yaml/test_yaml_dataset.py +++ b/tests/extras/datasets/yaml/test_yaml_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/decorators/test_memory_profiler.py b/tests/extras/decorators/test_memory_profiler.py index a36f3451e7..48607f5e36 100644 --- a/tests/extras/decorators/test_memory_profiler.py +++ b/tests/extras/decorators/test_memory_profiler.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/decorators/test_retry_node.py b/tests/extras/decorators/test_retry_node.py index d7cb2e76bc..e0c2f4c68c 100644 --- a/tests/extras/decorators/test_retry_node.py +++ b/tests/extras/decorators/test_retry_node.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/ipython/test_ipython_loader.py b/tests/extras/ipython/test_ipython_loader.py index f1b42cf0e8..c2de4db3c9 100644 --- a/tests/extras/ipython/test_ipython_loader.py +++ b/tests/extras/ipython/test_ipython_loader.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/logging/test_color_logger.py b/tests/extras/logging/test_color_logger.py index f687b5264d..724235059c 100644 --- a/tests/extras/logging/test_color_logger.py +++ b/tests/extras/logging/test_color_logger.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/extras/transformers/test_time_profiler.py b/tests/extras/transformers/test_time_profiler.py index 8bb724299e..b886eb3980 100644 --- a/tests/extras/transformers/test_time_profiler.py +++ b/tests/extras/transformers/test_time_profiler.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/conftest.py b/tests/io/conftest.py index 3339c3df3b..f0c4651624 100644 --- a/tests/io/conftest.py +++ b/tests/io/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_cached_dataset.py b/tests/io/test_cached_dataset.py index 893ac1ff4f..fc17b6fa4d 100644 --- a/tests/io/test_cached_dataset.py +++ b/tests/io/test_cached_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_csv_http.py b/tests/io/test_csv_http.py index 0b4621a6a6..7967e77279 100644 --- a/tests/io/test_csv_http.py +++ b/tests/io/test_csv_http.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_csv_local.py b/tests/io/test_csv_local.py index 53b68a2b9c..847c7b27ae 100644 --- a/tests/io/test_csv_local.py +++ b/tests/io/test_csv_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_csv_s3.py b/tests/io/test_csv_s3.py index 87a532001f..ac6e43e4d3 100644 --- a/tests/io/test_csv_s3.py +++ b/tests/io/test_csv_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_data_catalog.py b/tests/io/test_data_catalog.py index 00d9585937..03b9c77405 100644 --- a/tests/io/test_data_catalog.py +++ b/tests/io/test_data_catalog.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_data_catalog_with_default.py b/tests/io/test_data_catalog_with_default.py index 1029728d10..b756ce2736 100644 --- a/tests/io/test_data_catalog_with_default.py +++ b/tests/io/test_data_catalog_with_default.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_excel_local.py b/tests/io/test_excel_local.py index a15eaff477..2a13238aec 100644 --- a/tests/io/test_excel_local.py +++ b/tests/io/test_excel_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_hdf_local.py b/tests/io/test_hdf_local.py index 2aed3b279d..7017ee9eeb 100644 --- a/tests/io/test_hdf_local.py +++ b/tests/io/test_hdf_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_hdf_s3.py b/tests/io/test_hdf_s3.py index 07d9d9568a..f57ed4d706 100644 --- a/tests/io/test_hdf_s3.py +++ b/tests/io/test_hdf_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_incremental_dataset.py b/tests/io/test_incremental_dataset.py index 862ee84b49..547b53cbb6 100644 --- a/tests/io/test_incremental_dataset.py +++ b/tests/io/test_incremental_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_json_dataset.py b/tests/io/test_json_dataset.py index 6f2f2fd6ea..c47b552876 100644 --- a/tests/io/test_json_dataset.py +++ b/tests/io/test_json_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_json_local.py b/tests/io/test_json_local.py index 8bc37f882d..99d12a0d6f 100644 --- a/tests/io/test_json_local.py +++ b/tests/io/test_json_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_lambda_data_set.py b/tests/io/test_lambda_data_set.py index d2c5fda3ea..b53d0ebb78 100644 --- a/tests/io/test_lambda_data_set.py +++ b/tests/io/test_lambda_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_memory_data_set.py b/tests/io/test_memory_data_set.py index e54e49198b..903e174cae 100644 --- a/tests/io/test_memory_data_set.py +++ b/tests/io/test_memory_data_set.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_parquet_local.py b/tests/io/test_parquet_local.py index b00a74d58a..a3cd9b2f0b 100644 --- a/tests/io/test_parquet_local.py +++ b/tests/io/test_parquet_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_partitioned_dataset.py b/tests/io/test_partitioned_dataset.py index 4471488836..c91cbb1046 100644 --- a/tests/io/test_partitioned_dataset.py +++ b/tests/io/test_partitioned_dataset.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_pickle_local.py b/tests/io/test_pickle_local.py index b2c8fd6763..7f201697d2 100644 --- a/tests/io/test_pickle_local.py +++ b/tests/io/test_pickle_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_pickle_s3.py b/tests/io/test_pickle_s3.py index 5a16010ef4..6992cda861 100644 --- a/tests/io/test_pickle_s3.py +++ b/tests/io/test_pickle_s3.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_sql.py b/tests/io/test_sql.py index 251df6da34..4661b58c6c 100644 --- a/tests/io/test_sql.py +++ b/tests/io/test_sql.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_text_local.py b/tests/io/test_text_local.py index 1b520edef8..77d47f2034 100644 --- a/tests/io/test_text_local.py +++ b/tests/io/test_text_local.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/io/test_transformers.py b/tests/io/test_transformers.py index 6cbdf88917..34b4c68d3d 100644 --- a/tests/io/test_transformers.py +++ b/tests/io/test_transformers.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_decorators.py b/tests/pipeline/test_decorators.py index c626d98b6e..38a3baa723 100644 --- a/tests/pipeline/test_decorators.py +++ b/tests/pipeline/test_decorators.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_node.py b/tests/pipeline/test_node.py index 884d0e7158..71ea3249eb 100644 --- a/tests/pipeline/test_node.py +++ b/tests/pipeline/test_node.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_node_run.py b/tests/pipeline/test_node_run.py index f731b554fa..81dfff8571 100644 --- a/tests/pipeline/test_node_run.py +++ b/tests/pipeline/test_node_run.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_pipeline.py b/tests/pipeline/test_pipeline.py index 367b38e8b0..ad36a63741 100644 --- a/tests/pipeline/test_pipeline.py +++ b/tests/pipeline/test_pipeline.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_pipeline_from_missing.py b/tests/pipeline/test_pipeline_from_missing.py index 29438b0f18..a4bb7df203 100644 --- a/tests/pipeline/test_pipeline_from_missing.py +++ b/tests/pipeline/test_pipeline_from_missing.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_pipeline_integration.py b/tests/pipeline/test_pipeline_integration.py index d7bf724357..09694734bd 100644 --- a/tests/pipeline/test_pipeline_integration.py +++ b/tests/pipeline/test_pipeline_integration.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_pipeline_transform.py b/tests/pipeline/test_pipeline_transform.py index a25c6536df..39c5c34d20 100644 --- a/tests/pipeline/test_pipeline_transform.py +++ b/tests/pipeline/test_pipeline_transform.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/pipeline/test_pipeline_with_transcoding.py b/tests/pipeline/test_pipeline_with_transcoding.py index 386b3d7a1a..85ca796834 100644 --- a/tests/pipeline/test_pipeline_with_transcoding.py +++ b/tests/pipeline/test_pipeline_with_transcoding.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/runner/test_parallel_runner.py b/tests/runner/test_parallel_runner.py index 5edaece03a..8981701d28 100644 --- a/tests/runner/test_parallel_runner.py +++ b/tests/runner/test_parallel_runner.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/runner/test_sequential_runner.py b/tests/runner/test_sequential_runner.py index 7314f9e6d0..fca787d030 100644 --- a/tests/runner/test_sequential_runner.py +++ b/tests/runner/test_sequential_runner.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/template/conftest.py b/tests/template/conftest.py index 3d5b5c5dab..734831e14e 100644 --- a/tests/template/conftest.py +++ b/tests/template/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/template/test_kedro_cli.py b/tests/template/test_kedro_cli.py index 21561d7525..3a5fab621b 100644 --- a/tests/template/test_kedro_cli.py +++ b/tests/template/test_kedro_cli.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/template/test_load_context.py b/tests/template/test_load_context.py index 2690a099fb..b4b19b26bb 100644 --- a/tests/template/test_load_context.py +++ b/tests/template/test_load_context.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/test_cli_logging_setup.py b/tests/test_cli_logging_setup.py index 1556e68ae8..1569c2de13 100644 --- a/tests/test_cli_logging_setup.py +++ b/tests/test_cli_logging_setup.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/test_contrib_module.py b/tests/test_contrib_module.py index c9502cf33f..3a452102a0 100644 --- a/tests/test_contrib_module.py +++ b/tests/test_contrib_module.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/test_extras.py b/tests/test_extras.py index 63459fa87e..82e63afbbc 100644 --- a/tests/test_extras.py +++ b/tests/test_extras.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/test_utils.py b/tests/test_utils.py index 6c3107a4ed..9bb81ae1c6 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tests/versioning/test_journal.py b/tests/versioning/test_journal.py index 14fd0295ba..3f222f45df 100644 --- a/tests/versioning/test_journal.py +++ b/tests/versioning/test_journal.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # 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/tools/license_and_headers.py b/tools/license_and_headers.py index 594137398a..5db77b1425 100644 --- a/tools/license_and_headers.py +++ b/tools/license_and_headers.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ RED_COLOR = "\033[0;31m" NO_COLOR = "\033[0m" -LICENSE = """Copyright 2018-2019 QuantumBlack Visual Analytics Limited +LICENSE = """Copyright 2020 QuantumBlack Visual Analytics Limited 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/tools/min_version.py b/tools/min_version.py index 4ddb225051..f5267bb7a1 100644 --- a/tools/min_version.py +++ b/tools/min_version.py @@ -1,4 +1,4 @@ -# Copyright 2018-2019 QuantumBlack Visual Analytics Limited +# Copyright 2020 QuantumBlack Visual Analytics Limited # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.