diff --git a/repo2rocrate/__init__.py b/repo2rocrate/__init__.py index c4bac4a..3350580 100644 --- a/repo2rocrate/__init__.py +++ b/repo2rocrate/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/repo2rocrate/cli.py b/repo2rocrate/cli.py index a2b11ff..ff6e791 100644 --- a/repo2rocrate/cli.py +++ b/repo2rocrate/cli.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/repo2rocrate/common.py b/repo2rocrate/common.py index 30533a1..67a87cb 100644 --- a/repo2rocrate/common.py +++ b/repo2rocrate/common.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/repo2rocrate/galaxy.py b/repo2rocrate/galaxy.py index 9cfa72e..685575c 100644 --- a/repo2rocrate/galaxy.py +++ b/repo2rocrate/galaxy.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/repo2rocrate/snakemake.py b/repo2rocrate/snakemake.py index a4eacea..cf9e993 100644 --- a/repo2rocrate/snakemake.py +++ b/repo2rocrate/snakemake.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/repo2rocrate/utils.py b/repo2rocrate/utils.py index 125e23d..d1700f1 100644 --- a/repo2rocrate/utils.py +++ b/repo2rocrate/utils.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/repo2rocrate/version.py b/repo2rocrate/version.py index 5309fc0..e4d57c2 100644 --- a/repo2rocrate/version.py +++ b/repo2rocrate/version.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/setup.py b/setup.py index 9b93799..490aa0e 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy diff --git a/test/conftest.py b/test/conftest.py index 3ecc6bb..3d7e5cc 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_cli.py b/test/test_cli.py index 07458d5..9058034 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_galaxy.py b/test/test_galaxy.py index 2f8ab53..41a95f7 100644 --- a/test/test_galaxy.py +++ b/test/test_galaxy.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_nextflow.py b/test/test_nextflow.py index afa1b9a..21ee1fc 100644 --- a/test/test_nextflow.py +++ b/test/test_nextflow.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_snakemake.py b/test/test_snakemake.py index 6b691cb..f267dbc 100644 --- a/test/test_snakemake.py +++ b/test/test_snakemake.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_top_level.py b/test/test_top_level.py index 6b6430d..ec1c0d9 100644 --- a/test/test_top_level.py +++ b/test/test_top_level.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/test_utils.py b/test/test_utils.py index 32bb833..bf82f0a 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -1,4 +1,4 @@ -# Copyright 2022 CRS4. +# Copyright 2022-2024 CRS4. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.