Skip to content

Commit 6c0deaf

Browse files
committed
DOC: Update copyright to 2026
1 parent 7a772c3 commit 6c0deaf

67 files changed

Lines changed: 72 additions & 68 deletions

Some content is hidden

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

CHANGES.md

Lines changed: 5 additions & 1 deletion

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
2+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
33
# This file is part of eoreader project
44
# https://github.com/sertit/eoreader
55
#
@@ -95,7 +95,7 @@
9595

9696
# General information about the project.
9797
project = "eoreader"
98-
copyright = "Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/"
98+
copyright = "Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/"
9999
author = "ICube-SERTIT"
100100

101101
# The version info for the project you're documenting, acts as replacement for

eoreader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

eoreader/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

eoreader/bands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

eoreader/bands/bands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

eoreader/bands/indices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

eoreader/bands/sar_bands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

eoreader/bands/spectral_bands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

eoreader/env_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025, SERTIT-ICube - France, https://sertit.unistra.fr/
1+
# Copyright 2026, SERTIT-ICube - France, https://sertit.unistra.fr/
22
# This file is part of eoreader project
33
# https://github.com/sertit/eoreader
44
#

0 commit comments

Comments
 (0)