Skip to content

Commit 0fd36b6

Browse files
committed
add missing copyright statements for EMBL
1 parent 6817c05 commit 0fd36b6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ Options:
468468
* Copyright 2024-2025 Data Centre, SciLifeLab, SE
469469
* Copyright 2024-2025 National Institute of Informatics (NII), JP
470470
* Copyright 2025 Senckenberg Society for Nature Research (SGN), DE
471+
* Copyright 2025 European Molecular Biology Laboratory (EMBL), Heidelberg, DE
471472

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

rocrate/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
Copyright 2024-2025 Data Centre, SciLifeLab, SE
5858
Copyright 2024-2025 National Institute of Informatics (NII), JP
5959
Copyright 2025 Senckenberg Society for Nature Research (SGN), DE
60+
Copyright 2025 European Molecular Biology Laboratory (EMBL), Heidelberg, DE
6061
"""
6162
__license__ = ("Apache License, version 2.0 "
6263
"<https://www.apache.org/licenses/LICENSE-2.0>")

tools/add_boilerplate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"Data Centre, SciLifeLab, SE": "2024",
4343
"National Institute of Informatics (NII), JP": "2024",
4444
"Senckenberg Society for Nature Research (SGN), DE": "2025",
45+
"European Molecular Biology Laboratory (EMBL), Heidelberg, DE": "2025",
4546
}
4647
THIS_YEAR = str(datetime.date.today().year)
4748
BOILERPLATE_START = "Copyright [yyyy] [name of copyright owner]"

0 commit comments

Comments
 (0)