diff --git a/nums/__init__.py b/nums/__init__.py index b79d18b9..2e9c41a6 100644 --- a/nums/__init__.py +++ b/nums/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/api.py b/nums/api.py index badc2f20..3d2e90ad 100644 --- a/nums/api.py +++ b/nums/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/__init__.py b/nums/core/__init__.py index 619e608e..a30bff80 100644 --- a/nums/core/__init__.py +++ b/nums/core/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/application_manager.py b/nums/core/application_manager.py index 9261e52e..54a19a1b 100644 --- a/nums/core/application_manager.py +++ b/nums/core/application_manager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/__init__.py b/nums/core/array/__init__.py index 619e608e..a30bff80 100644 --- a/nums/core/array/__init__.py +++ b/nums/core/array/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/application.py b/nums/core/array/application.py index 153e453c..3412ec96 100644 --- a/nums/core/array/application.py +++ b/nums/core/array/application.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/base.py b/nums/core/array/base.py index 7de20b2a..e8d6e55d 100644 --- a/nums/core/array/base.py +++ b/nums/core/array/base.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/blockarray.py b/nums/core/array/blockarray.py index 88c52f46..23e85fe6 100644 --- a/nums/core/array/blockarray.py +++ b/nums/core/array/blockarray.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/errors.py b/nums/core/array/errors.py index 1aacb8b0..dce6cece 100644 --- a/nums/core/array/errors.py +++ b/nums/core/array/errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/random.py b/nums/core/array/random.py index 4cc0fdcd..7aa52b72 100644 --- a/nums/core/array/random.py +++ b/nums/core/array/random.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/selection.py b/nums/core/array/selection.py index 4fdb1621..72340271 100644 --- a/nums/core/array/selection.py +++ b/nums/core/array/selection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/utils.py b/nums/core/array/utils.py index b1b22798..15d2c250 100644 --- a/nums/core/array/utils.py +++ b/nums/core/array/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/array/view.py b/nums/core/array/view.py index f21b140a..b1e0a22e 100644 --- a/nums/core/array/view.py +++ b/nums/core/array/view.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/cmds/__init__.py b/nums/core/cmds/__init__.py index 619e608e..a30bff80 100644 --- a/nums/core/cmds/__init__.py +++ b/nums/core/cmds/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/cmds/api_coverage.py b/nums/core/cmds/api_coverage.py index 83a1a45a..69fed361 100644 --- a/nums/core/cmds/api_coverage.py +++ b/nums/core/cmds/api_coverage.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/compute/compute_manager.py b/nums/core/compute/compute_manager.py index 1b6bf1d1..2b51820a 100644 --- a/nums/core/compute/compute_manager.py +++ b/nums/core/compute/compute_manager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/compute/numpy_compute.py b/nums/core/compute/numpy_compute.py index 7a54a633..f5eeff0d 100644 --- a/nums/core/compute/numpy_compute.py +++ b/nums/core/compute/numpy_compute.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/grid/grid.py b/nums/core/grid/grid.py index 79782a94..49a31094 100644 --- a/nums/core/grid/grid.py +++ b/nums/core/grid/grid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/linalg.py b/nums/core/linalg.py index e64a68ec..e9b15592 100644 --- a/nums/core/linalg.py +++ b/nums/core/linalg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/settings.py b/nums/core/settings.py index 1ce78b37..8c96bd86 100644 --- a/nums/core/settings.py +++ b/nums/core/settings.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/storage/__init__.py b/nums/core/storage/__init__.py index 619e608e..a30bff80 100644 --- a/nums/core/storage/__init__.py +++ b/nums/core/storage/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/storage/storage.py b/nums/core/storage/storage.py index c7a81062..3e4345f8 100644 --- a/nums/core/storage/storage.py +++ b/nums/core/storage/storage.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/storage/utils.py b/nums/core/storage/utils.py index d4b115d7..3d229972 100644 --- a/nums/core/storage/utils.py +++ b/nums/core/storage/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/systems/__init__.py b/nums/core/systems/__init__.py index 619e608e..a30bff80 100644 --- a/nums/core/systems/__init__.py +++ b/nums/core/systems/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/systems/filesystem.py b/nums/core/systems/filesystem.py index 1041201f..63c51fd9 100644 --- a/nums/core/systems/filesystem.py +++ b/nums/core/systems/filesystem.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/systems/system_interface.py b/nums/core/systems/system_interface.py index 64aa3452..0d555eb0 100644 --- a/nums/core/systems/system_interface.py +++ b/nums/core/systems/system_interface.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/systems/systems.py b/nums/core/systems/systems.py index 91f92730..a892cc05 100644 --- a/nums/core/systems/systems.py +++ b/nums/core/systems/systems.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/systems/utils.py b/nums/core/systems/utils.py index 61cde0bc..4ffe41ff 100644 --- a/nums/core/systems/utils.py +++ b/nums/core/systems/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/utils.py b/nums/core/utils.py index 619e608e..a30bff80 100644 --- a/nums/core/utils.py +++ b/nums/core/utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/core/version.py b/nums/core/version.py index cb90e931..43b46ea3 100644 --- a/nums/core/version.py +++ b/nums/core/version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/experimental/__init__.py b/nums/experimental/__init__.py index 619e608e..a30bff80 100644 --- a/nums/experimental/__init__.py +++ b/nums/experimental/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/experimental/nums_dask/dask_system.py b/nums/experimental/nums_dask/dask_system.py index a047f517..2ddb292a 100644 --- a/nums/experimental/nums_dask/dask_system.py +++ b/nums/experimental/nums_dask/dask_system.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/experimental/nums_xgb.py b/nums/experimental/nums_xgb.py index 5fed488b..9487b1a7 100644 --- a/nums/experimental/nums_xgb.py +++ b/nums/experimental/nums_xgb.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/models/__init__.py b/nums/models/__init__.py index 619e608e..a30bff80 100644 --- a/nums/models/__init__.py +++ b/nums/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/models/glms.py b/nums/models/glms.py index c7118655..d9d35580 100644 --- a/nums/models/glms.py +++ b/nums/models/glms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/models/lbfgs.py b/nums/models/lbfgs.py index 3d4cf623..3408a1e6 100644 --- a/nums/models/lbfgs.py +++ b/nums/models/lbfgs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/numpy/__generate__.py b/nums/numpy/__generate__.py index 844bec9e..75b1ecb5 100644 --- a/nums/numpy/__generate__.py +++ b/nums/numpy/__generate__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/numpy/__init__.py b/nums/numpy/__init__.py index c8ef6663..1aede4dc 100644 --- a/nums/numpy/__init__.py +++ b/nums/numpy/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/numpy/api.py b/nums/numpy/api.py index 8d7e200c..1beb1b59 100644 --- a/nums/numpy/api.py +++ b/nums/numpy/api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/numpy/fft.py b/nums/numpy/fft.py index 1a275a9a..7468bde6 100644 --- a/nums/numpy/fft.py +++ b/nums/numpy/fft.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/numpy/linalg.py b/nums/numpy/linalg.py index 56f00cdd..24c38d87 100644 --- a/nums/numpy/linalg.py +++ b/nums/numpy/linalg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/numpy/numpy_utils.py b/nums/numpy/numpy_utils.py index 81682c07..168aea61 100644 --- a/nums/numpy/numpy_utils.py +++ b/nums/numpy/numpy_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/nums/numpy/random.py b/nums/numpy/random.py index 09056a16..80123bd2 100644 --- a/nums/numpy/random.py +++ b/nums/numpy/random.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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 d7da2047..503cdf80 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/common.py b/tests/core/array/common.py index c92377a3..c1fb0a22 100644 --- a/tests/core/array/common.py +++ b/tests/core/array/common.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_access.py b/tests/core/array/test_access.py index 99894e35..70ea3037 100644 --- a/tests/core/array/test_access.py +++ b/tests/core/array/test_access.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_advanced_ss.py b/tests/core/array/test_advanced_ss.py index f1a21632..c0751e4e 100644 --- a/tests/core/array/test_advanced_ss.py +++ b/tests/core/array/test_advanced_ss.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_basic.py b/tests/core/array/test_basic.py index a3057e90..dabb1dfe 100644 --- a/tests/core/array/test_basic.py +++ b/tests/core/array/test_basic.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_basic_ops.py b/tests/core/array/test_basic_ops.py index 101860c5..a81a6ad1 100644 --- a/tests/core/array/test_basic_ops.py +++ b/tests/core/array/test_basic_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_bop.py b/tests/core/array/test_bop.py index 50b35f6b..f8f3c3b2 100644 --- a/tests/core/array/test_bop.py +++ b/tests/core/array/test_bop.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_broadcasting.py b/tests/core/array/test_broadcasting.py index 4bd2ae1f..336581e1 100644 --- a/tests/core/array/test_broadcasting.py +++ b/tests/core/array/test_broadcasting.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_ho_ops.py b/tests/core/array/test_ho_ops.py index 1c66b275..c1c03474 100644 --- a/tests/core/array/test_ho_ops.py +++ b/tests/core/array/test_ho_ops.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_random.py b/tests/core/array/test_random.py index f483f79b..4339123a 100644 --- a/tests/core/array/test_random.py +++ b/tests/core/array/test_random.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_reshape.py b/tests/core/array/test_reshape.py index ffb6d4b8..8867a3e1 100644 --- a/tests/core/array/test_reshape.py +++ b/tests/core/array/test_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_selection.py b/tests/core/array/test_selection.py index b82b23f7..066aca06 100644 --- a/tests/core/array/test_selection.py +++ b/tests/core/array/test_selection.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_stats.py b/tests/core/array/test_stats.py index 764d5837..aa2ff740 100644 --- a/tests/core/array/test_stats.py +++ b/tests/core/array/test_stats.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/array/test_view.py b/tests/core/array/test_view.py index afb2bd62..c828cfdf 100644 --- a/tests/core/array/test_view.py +++ b/tests/core/array/test_view.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/grid/test_device_grid.py b/tests/core/grid/test_device_grid.py index 5111c607..8d136fb2 100644 --- a/tests/core/grid/test_device_grid.py +++ b/tests/core/grid/test_device_grid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/storage/test_fs.py b/tests/core/storage/test_fs.py index 6a12cdd4..375432ae 100644 --- a/tests/core/storage/test_fs.py +++ b/tests/core/storage/test_fs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/storage/test_s3.py b/tests/core/storage/test_s3.py index 995b4930..a86e2aee 100644 --- a/tests/core/storage/test_s3.py +++ b/tests/core/storage/test_s3.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/systems/test_system_init.py b/tests/core/systems/test_system_init.py index 7d989ad2..2ec0c0cd 100644 --- a/tests/core/systems/test_system_init.py +++ b/tests/core/systems/test_system_init.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/systems/test_systems.py b/tests/core/systems/test_systems.py index 392c29d7..2c3cdf92 100644 --- a/tests/core/systems/test_systems.py +++ b/tests/core/systems/test_systems.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/systems/test_systems_utils.py b/tests/core/systems/test_systems_utils.py index 8356f59b..687d2d3d 100644 --- a/tests/core/systems/test_systems_utils.py +++ b/tests/core/systems/test_systems_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/test_app_manager.py b/tests/core/test_app_manager.py index 3d21e6d0..2e8ae50e 100644 --- a/tests/core/test_app_manager.py +++ b/tests/core/test_app_manager.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/core/test_linalg.py b/tests/core/test_linalg.py index 068bfd10..4e0978a9 100644 --- a/tests/core/test_linalg.py +++ b/tests/core/test_linalg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/experimental/nums_dask/test_dask.py b/tests/experimental/nums_dask/test_dask.py index 0c2bec56..82de9340 100644 --- a/tests/experimental/nums_dask/test_dask.py +++ b/tests/experimental/nums_dask/test_dask.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/models/test_glms.py b/tests/models/test_glms.py index b8c26b92..8d695b61 100644 --- a/tests/models/test_glms.py +++ b/tests/models/test_glms.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/models/test_lbfgs.py b/tests/models/test_lbfgs.py index 044c4891..d5049b80 100644 --- a/tests/models/test_lbfgs.py +++ b/tests/models/test_lbfgs.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_arithmetic.py b/tests/numpy/test_arithmetic.py index 6e5b7b69..3f2832d5 100644 --- a/tests/numpy/test_arithmetic.py +++ b/tests/numpy/test_arithmetic.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_creation_manipulation.py b/tests/numpy/test_creation_manipulation.py index 7551198d..d3567244 100644 --- a/tests/numpy/test_creation_manipulation.py +++ b/tests/numpy/test_creation_manipulation.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_fallback.py b/tests/numpy/test_fallback.py index b8849225..0b4a01d3 100644 --- a/tests/numpy/test_fallback.py +++ b/tests/numpy/test_fallback.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_misc.py b/tests/numpy/test_misc.py index d566937c..aaa8af32 100644 --- a/tests/numpy/test_misc.py +++ b/tests/numpy/test_misc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_nan_reduction.py b/tests/numpy/test_nan_reduction.py index 4db2ca0f..13bff221 100644 --- a/tests/numpy/test_nan_reduction.py +++ b/tests/numpy/test_nan_reduction.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_np_linalg.py b/tests/numpy/test_np_linalg.py index 88ccc84c..e0f8b8d4 100644 --- a/tests/numpy/test_np_linalg.py +++ b/tests/numpy/test_np_linalg.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_np_random.py b/tests/numpy/test_np_random.py index 536ea72d..27253d35 100644 --- a/tests/numpy/test_np_random.py +++ b/tests/numpy/test_np_random.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_np_reduction.py b/tests/numpy/test_np_reduction.py index fcff04ca..3ec1a2a5 100644 --- a/tests/numpy/test_np_reduction.py +++ b/tests/numpy/test_np_reduction.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_np_reshape.py b/tests/numpy/test_np_reshape.py index 82ef7696..7d168c93 100644 --- a/tests/numpy/test_np_reshape.py +++ b/tests/numpy/test_np_reshape.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_np_stats.py b/tests/numpy/test_np_stats.py index 17ef8b19..010e5bd6 100644 --- a/tests/numpy/test_np_stats.py +++ b/tests/numpy/test_np_stats.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_np_utils.py b/tests/numpy/test_np_utils.py index 0c2c49f4..79db897a 100644 --- a/tests/numpy/test_np_utils.py +++ b/tests/numpy/test_np_utils.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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/numpy/test_stack.py b/tests/numpy/test_stack.py index a26f9c6b..e941f472 100644 --- a/tests/numpy/test_stack.py +++ b/tests/numpy/test_stack.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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_api.py b/tests/test_api.py index 678ec0b5..13c20d12 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed 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_modin.py b/tests/test_modin.py index 39db8140..4283fff8 100644 --- a/tests/test_modin.py +++ b/tests/test_modin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2020 NumS Development Team. +# Copyright (C) NumS Development Team. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.