Skip to content

Commit 158f337

Browse files
committed
copyright update
1 parent 137a7b9 commit 158f337

Some content is hidden

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

77 files changed

+86
-82
lines changed

AUTHORS.md

+1-1

docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
2+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
33
#
44
# This file is part of PANDORA
55
#

docs/make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
::
2-
:: Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
2+
:: Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
33
::
44
:: This file is part of PANDORA
55
::

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: skip-file
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#
@@ -42,7 +42,7 @@
4242
# -- Project information -----------------------------------------------------
4343

4444
project = "Pandora"
45-
copyright = "2022, CNES"
45+
copyright = "2024, CNES"
4646
author = "CNES"
4747

4848
# The full version, including alpha/beta/rc tags

pandora/Pandora.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#!/usr/bin/env python
33
# coding: utf8
44
#
5-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
5+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
66
#
77
# This file is part of PANDORA
88
#

pandora/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/aggregation/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/aggregation/aggregation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/aggregation/cbca.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/check_configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#!/usr/bin/env python
33
# coding: utf8
44
#
5-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
5+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
66
#
77
# This file is part of PANDORA
88
#

pandora/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/cost_volume_confidence/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/cost_volume_confidence/ambiguity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/cost_volume_confidence/cost_volume_confidence.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/cost_volume_confidence/risk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/cost_volume_confidence/std_intensity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/criteria.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/disparity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/disparity/disparity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/filter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/filter/bilateral.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/filter/filter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/filter/median.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/img_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/marge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/margins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Centre National d'Etudes Spatiales (CNES).
1+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
22
#
33
# This file is part of PANDORA
44
#

pandora/margins/descriptors.py

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Centre National d'Etudes Spatiales (CNES).
1+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
22
#
33
# This file is part of PANDORA
44
#
@@ -63,10 +63,12 @@ def __init__(self, left: int, up: int, right: int, down: int) -> None:
6363
self.value = Margins(left, up, right, down)
6464

6565
@overload
66-
def __get__(self, instance: None, owner: None) -> FixedMargins: ...
66+
def __get__(self, instance: None, owner: None) -> FixedMargins:
67+
...
6768

6869
@overload
69-
def __get__(self, instance: object, owner: type[object]) -> Margins: ...
70+
def __get__(self, instance: object, owner: type[object]) -> Margins:
71+
...
7072

7173
def __get__(self, instance: object | None, owner: type[object] | None = None) -> FixedMargins | Margins:
7274
if instance is None:
@@ -101,10 +103,12 @@ class HalfWindowMargins(ReadOnlyDescriptor):
101103
# pylint:disable=too-few-public-methods
102104

103105
@overload
104-
def __get__(self, instance: None, owner: None) -> HalfWindowMargins: ...
106+
def __get__(self, instance: None, owner: None) -> HalfWindowMargins:
107+
...
105108

106109
@overload
107-
def __get__(self, instance: object, owner: type[object]) -> Margins: ...
110+
def __get__(self, instance: object, owner: type[object]) -> Margins:
111+
...
108112

109113
def __get__(self, instance: object | None, owner: type[object] | None = None) -> HalfWindowMargins | Margins:
110114
if instance is None:

pandora/margins/margins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Centre National d'Etudes Spatiales (CNES).
1+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
22
#
33
# This file is part of PANDORA
44
#

pandora/matching_cost/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/matching_cost/census.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/matching_cost/matching_cost.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#!/usr/bin/env python
33
# coding: utf8
44
#
5-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
5+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
66
#
77
# This file is part of PANDORA
88
#

pandora/matching_cost/sad_ssd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/matching_cost/zncc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/multiscale/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/multiscale/fixed_zoom_pyramid.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/multiscale/multiscale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/optimization/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/optimization/optimization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/output_tree_design.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
# coding: utf8
33
#
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

pandora/refinement/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint: disable=missing-module-docstring
22
#
33
# coding: utf8
4-
# Copyright (c) 2020 Centre National d'Etudes Spatiales (CNES).
4+
# Copyright (c) 2024 Centre National d'Etudes Spatiales (CNES).
55
#
66
# This file is part of PANDORA
77
#

0 commit comments

Comments
 (0)