Skip to content

Commit f9b20fd

Browse files
committed
update copyright info
1 parent 528bbd2 commit f9b20fd

14 files changed

Lines changed: 17 additions & 17 deletions

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
project = "Runcrate"
44
author = "CRS4"
5-
copyright = f"2022-2025 {author}"
5+
copyright = f"2022-2026 {author}"
66

77
extensions = [
88
"sphinx.ext.autodoc",

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-2025 CRS4.
1+
# Copyright 2022-2026 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-2025 CRS4.
1+
# Copyright 2022-2026 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-2025 CRS4.
1+
# Copyright 2023-2026 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-2025 CRS4.
2-
# Copyright 2023-2025 Michael R. Crusoe
3-
# Copyright 2024-2025 Senckenberg Society for Nature Research
1+
# Copyright 2022-2026 CRS4.
2+
# Copyright 2023-2026 Michael R. Crusoe
3+
# Copyright 2024-2026 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-2025 CRS4.
1+
# Copyright 2022-2026 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-2025 CRS4.
1+
# Copyright 2023-2026 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-2025 CRS4.
1+
# Copyright 2022-2026 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-2025 CRS4.
1+
# Copyright 2022-2026 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-2025 CRS4.
2-
# Copyright 2024-2025 Senckenberg Society for Nature Research
1+
# Copyright 2022-2026 CRS4.
2+
# Copyright 2024-2026 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.

0 commit comments

Comments
 (0)