From d0e46eb5dd6efce5e4e91aeab81bd4c21c9e1532 Mon Sep 17 00:00:00 2001 From: REANA team Date: Mon, 25 Oct 2021 21:00:09 +0200 Subject: [PATCH] global: fix copyright years --- .gitignore | 2 +- LICENSE | 2 +- MANIFEST.in | 2 +- pytest.ini | 2 +- reana_client/__init__.py | 2 +- reana_client/api/client.py | 2 +- reana_client/api/utils.py | 2 +- reana_client/cli/__init__.py | 2 +- reana_client/cli/cwl_runner.py | 2 +- reana_client/cli/files.py | 2 +- reana_client/cli/ping.py | 2 +- reana_client/cli/secrets.py | 2 +- reana_client/cli/utils.py | 2 +- reana_client/cli/workflow.py | 2 +- reana_client/errors.py | 2 +- reana_client/utils.py | 2 +- reana_client/version.py | 2 +- setup.cfg | 2 +- tests/conftest.py | 2 +- tests/test_cli_files.py | 2 +- tests/test_cli_ping.py | 2 +- tests/test_cli_secrets.py | 2 +- tests/test_cli_workflows.py | 2 +- tests/test_version.py | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index 8d8b1f15..9f372b33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/LICENSE b/LICENSE index 0acd42a1..ddb2a225 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2017-2020 CERN. +Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/MANIFEST.in b/MANIFEST.in index 93e85a0f..cdb21d43 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/pytest.ini b/pytest.ini index c66dfdfe..fe5ea3fe 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/__init__.py b/reana_client/__init__.py index 89264e5b..841a55ea 100644 --- a/reana_client/__init__.py +++ b/reana_client/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/api/client.py b/reana_client/api/client.py index e77b47f0..9c3ecd99 100644 --- a/reana_client/api/client.py +++ b/reana_client/api/client.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/api/utils.py b/reana_client/api/utils.py index 0b339c4b..e781ddcd 100644 --- a/reana_client/api/utils.py +++ b/reana_client/api/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2019 CERN. +# Copyright (C) 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/cli/__init__.py b/reana_client/cli/__init__.py index 78d09e20..b87b4bf0 100644 --- a/reana_client/cli/__init__.py +++ b/reana_client/cli/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/cli/cwl_runner.py b/reana_client/cli/cwl_runner.py index e81d92bc..c49c7749 100644 --- a/reana_client/cli/cwl_runner.py +++ b/reana_client/cli/cwl_runner.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018, 2021 CERN. +# Copyright (C) 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/cli/files.py b/reana_client/cli/files.py index 3d0ab630..d234b3eb 100644 --- a/reana_client/cli/files.py +++ b/reana_client/cli/files.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/cli/ping.py b/reana_client/cli/ping.py index 8267c486..5197abca 100644 --- a/reana_client/cli/ping.py +++ b/reana_client/cli/ping.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018, 2021 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/cli/secrets.py b/reana_client/cli/secrets.py index 49850a92..ac9841f7 100644 --- a/reana_client/cli/secrets.py +++ b/reana_client/cli/secrets.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2019 CERN. +# Copyright (C) 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/cli/utils.py b/reana_client/cli/utils.py index c06fb9ae..feffbab2 100644 --- a/reana_client/cli/utils.py +++ b/reana_client/cli/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2018 CERN. +# Copyright (C) 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/cli/workflow.py b/reana_client/cli/workflow.py index 5e767b6c..a197d674 100644 --- a/reana_client/cli/workflow.py +++ b/reana_client/cli/workflow.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/errors.py b/reana_client/errors.py index 0ba3feab..9d427f99 100644 --- a/reana_client/errors.py +++ b/reana_client/errors.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2018 CERN. +# Copyright (C) 2018, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/utils.py b/reana_client/utils.py index 9a155eae..71ec08c8 100644 --- a/reana_client/utils.py +++ b/reana_client/utils.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/reana_client/version.py b/reana_client/version.py index cdcc9815..d6de56ff 100644 --- a/reana_client/version.py +++ b/reana_client/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018, 2019 CERN. +# Copyright (C) 2017, 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/setup.cfg b/setup.cfg index eb763899..5149b394 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/tests/conftest.py b/tests/conftest.py index b409d1eb..4eb7da21 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018, 2021 CERN. +# Copyright (C) 2017, 2018, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/tests/test_cli_files.py b/tests/test_cli_files.py index c49895b0..423b0c50 100644 --- a/tests/test_cli_files.py +++ b/tests/test_cli_files.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/tests/test_cli_ping.py b/tests/test_cli_ping.py index 0511dc2b..b30ff039 100644 --- a/tests/test_cli_ping.py +++ b/tests/test_cli_ping.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/tests/test_cli_secrets.py b/tests/test_cli_secrets.py index 9916df2b..c5c9a47e 100644 --- a/tests/test_cli_secrets.py +++ b/tests/test_cli_secrets.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2019 CERN. +# Copyright (C) 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/tests/test_cli_workflows.py b/tests/test_cli_workflows.py index c1cf9f96..61a111d0 100644 --- a/tests/test_cli_workflows.py +++ b/tests/test_cli_workflows.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2018, 2019, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. diff --git a/tests/test_version.py b/tests/test_version.py index fa73d007..c6b9cdfe 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of REANA. -# Copyright (C) 2017, 2018 CERN. +# Copyright (C) 2017, 2018, 2020, 2021 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details.