Skip to content

Commit 79fbc79

Browse files
committed
Updated copyright year.
1 parent e7be201 commit 79fbc79

26 files changed

+26
-26
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2018 Patricio Cubillos and contributors.
1+
Copyright (c) 2015-2019 Patricio Cubillos and contributors.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

MCcubed/VERSION.py

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

44
# MC3 Version:

MCcubed/__init__.py

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

44
__all__ = ['mcmc', 'fit', 'mc', 'plots', 'utils', 'rednoise']

MCcubed/fit/__init__.py

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

44
from .modelfit import *

MCcubed/fit/modelfit.py

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

44
__all__ = ["modelfit", "residuals"]

MCcubed/mc/__init__.py

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

44
from .driver import *

MCcubed/mc/chain.py

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

44
import sys

MCcubed/mc/driver.py

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

44
__all__ = ["mcmc", "parse"]

MCcubed/mc/gelman_rubin.py

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

44
__all__ = ["gelmanrubin"]

MCcubed/mc/mcmc.py

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

44
__all__ =["mcmc"]

0 commit comments

Comments
 (0)