Skip to content

Commit 3e4734b

Browse files
committed
Updated copyright year
1 parent bbd7e0a commit 3e4734b

33 files changed

+33
-33
lines changed

mc3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
from .sampler_driver import *

mc3/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
import sys

mc3/chain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
import sys

mc3/fit_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
__all__ = [

mc3/mcmc_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
__all__ = [

mc3/plots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
from .plot_functions import *

mc3/plots/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
__all__ = [

mc3/plots/plot_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
__all__ = [

mc3/plots/posterior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
__all__ = [

mc3/sampler_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2023 Patricio Cubillos and contributors.
1+
# Copyright (c) 2015-2025 Patricio Cubillos and contributors.
22
# mc3 is open-source software under the MIT license (see LICENSE).
33

44
__all__ = [

0 commit comments

Comments
 (0)