Skip to content

Commit 70f9cfe

Browse files
authored
Merge pull request #173 from mashehu/replace-deprecated-pkg_resources
avoid deprecated pkg_resources
2 parents d4535a2 + 65fb8ed commit 70f9cfe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+71
-7
lines changed

CITATION.cff

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
cff-version: 1.1.0
22
message: "Cite as"
33
authors:
4+
- family-names: Chadwick
5+
given-names: Eli
6+
orcid: https://orcid.org/0000-0002-0035-6475
47
- family-names: De Geest
58
given-names: Paul
69
orcid: https://orcid.org/0000-0002-8940-4946
@@ -13,6 +16,9 @@ authors:
1316
- family-names: Gaignard
1417
given-names: Alban
1518
orcid: https://orcid.org/0000-0002-3597-8557
19+
- family-names: Hörtenhuber
20+
given-names: Matthias
21+
orcid: https://orcid.org/0000-0002-5599-5565
1622
- family-names: Huber
1723
given-names: Sebastiaan
1824
orcid: https://orcid.org/0000-0001-5845-8880

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ Options:
404404
* Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
405405
* Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
406406
* Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
407+
* Copyright 2024 Data Centre, SciLifeLab, SE
407408

408409
Licensed under the
409410
Apache License, version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>,

examples/read_test_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
44
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
55
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
6+
# Copyright 2024 Data Centre, SciLifeLab, SE
67
#
78
# Licensed under the Apache License, Version 2.0 (the "License");
89
# you may not use this file except in compliance with the License.

rocrate/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
66
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
77
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
8+
# Copyright 2024 Data Centre, SciLifeLab, SE
89
#
910
# Licensed under the Apache License, Version 2.0 (the "License");
1011
# you may not use this file except in compliance with the License.
@@ -28,10 +29,12 @@
2829
"""
2930

3031
__author__ = ", ".join((
32+
'Eli Chadwick',
3133
'Paul De Geest',
3234
'Bert Droesbeke',
3335
'Ignacio Eguinoa',
3436
'Alban Gaignard',
37+
'Matthias Hörtenhuber',
3538
'Sebastiaan Huber',
3639
'Bruno Kinoshita',
3740
'Simone Leo',
@@ -46,6 +49,7 @@
4649
Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
4750
Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
4851
Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
52+
Copyright 2024 Data Centre, SciLifeLab, SE
4953
"""
5054
__license__ = ("Apache License, version 2.0 "
5155
"<https://www.apache.org/licenses/LICENSE-2.0>")

rocrate/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
44
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
55
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
6+
# Copyright 2024 Data Centre, SciLifeLab, SE
67
#
78
# Licensed under the Apache License, Version 2.0 (the "License");
89
# you may not use this file except in compliance with the License.

rocrate/metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
44
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
55
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
6+
# Copyright 2024 Data Centre, SciLifeLab, SE
67
#
78
# Licensed under the Apache License, Version 2.0 (the "License");
89
# you may not use this file except in compliance with the License.

rocrate/model/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
44
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
55
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
6+
# Copyright 2024 Data Centre, SciLifeLab, SE
67
#
78
# Licensed under the Apache License, Version 2.0 (the "License");
89
# you may not use this file except in compliance with the License.

rocrate/model/computationalworkflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
66
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
77
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
8+
# Copyright 2024 Data Centre, SciLifeLab, SE
89
#
910
# Licensed under the Apache License, Version 2.0 (the "License");
1011
# you may not use this file except in compliance with the License.

rocrate/model/computerlanguage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
44
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
55
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
6+
# Copyright 2024 Data Centre, SciLifeLab, SE
67
#
78
# Licensed under the Apache License, Version 2.0 (the "License");
89
# you may not use this file except in compliance with the License.

rocrate/model/contextentity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright 2020-2024 Barcelona Supercomputing Center (BSC), ES
66
# Copyright 2020-2024 Center for Advanced Studies, Research and Development in Sardinia (CRS4), IT
77
# Copyright 2022-2024 École Polytechnique Fédérale de Lausanne, CH
8+
# Copyright 2024 Data Centre, SciLifeLab, SE
89
#
910
# Licensed under the Apache License, Version 2.0 (the "License");
1011
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)