Skip to content

Commit e35860a

Browse files
committed
update copyright info
1 parent 802bd3c commit e35860a

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

src/runcrate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2024 CRS4.
1+
# Copyright 2022-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/runcrate/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2024 CRS4.
1+
# Copyright 2022-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/runcrate/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2024 CRS4.
1+
# Copyright 2023-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/runcrate/convert.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copyright 2022-2024 CRS4.
2-
# Copyright 2023-2024 Michael R. Crusoe
3-
# Copyright 2024 Senckenberg Society for Nature Research
1+
# Copyright 2022-2025 CRS4.
2+
# Copyright 2023-2025 Michael R. Crusoe
3+
# Copyright 2024-2025 Senckenberg Society for Nature Research
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

src/runcrate/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2024 CRS4.
1+
# Copyright 2022-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/runcrate/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2024 CRS4.
1+
# Copyright 2023-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/runcrate/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2024 CRS4.
1+
# Copyright 2022-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2024 CRS4.
1+
# Copyright 2022-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2022-2024 CRS4.
2-
# Copyright 2024 Senckenberg Society for Nature Research
1+
# Copyright 2022-2025 CRS4.
2+
# Copyright 2024-2025 Senckenberg Society for Nature Research
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

tests/test_cwlprov_crate_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2024 CRS4.
1+
# Copyright 2022-2025 CRS4.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)