diff --git a/pyiron/atomistics/generic/object_type.py b/pyiron/atomistics/generic/object_type.py index 210987ce1..cfbb0f638 100644 --- a/pyiron/atomistics/generic/object_type.py +++ b/pyiron/atomistics/generic/object_type.py @@ -8,7 +8,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/job/atomistic.py b/pyiron/atomistics/job/atomistic.py index d669b3da7..115b867fa 100644 --- a/pyiron/atomistics/job/atomistic.py +++ b/pyiron/atomistics/job/atomistic.py @@ -20,7 +20,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/job/interactive.py b/pyiron/atomistics/job/interactive.py index 9c72ddc4e..ebc8cb5ad 100644 --- a/pyiron/atomistics/job/interactive.py +++ b/pyiron/atomistics/job/interactive.py @@ -11,7 +11,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/job/interactivewrapper.py b/pyiron/atomistics/job/interactivewrapper.py index ae05e9a4f..6f634c828 100644 --- a/pyiron/atomistics/job/interactivewrapper.py +++ b/pyiron/atomistics/job/interactivewrapper.py @@ -10,7 +10,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/job/potentials.py b/pyiron/atomistics/job/potentials.py index 883011f58..60806115a 100644 --- a/pyiron/atomistics/job/potentials.py +++ b/pyiron/atomistics/job/potentials.py @@ -12,7 +12,7 @@ __author__ = "Martin Boeckmann, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/job/structurecontainer.py b/pyiron/atomistics/job/structurecontainer.py index 6556dd4ce..41c19d9b8 100644 --- a/pyiron/atomistics/job/structurecontainer.py +++ b/pyiron/atomistics/job/structurecontainer.py @@ -8,7 +8,7 @@ __author__ = "Yury Lysogorskiy" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/master/convergence_volume.py b/pyiron/atomistics/master/convergence_volume.py index 2b2ca2056..c217b56bd 100644 --- a/pyiron/atomistics/master/convergence_volume.py +++ b/pyiron/atomistics/master/convergence_volume.py @@ -7,7 +7,7 @@ __author__ = "Yury Lysogorskiy" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/master/murnaghan.py b/pyiron/atomistics/master/murnaghan.py index 58ad3ee5b..76d747a29 100644 --- a/pyiron/atomistics/master/murnaghan.py +++ b/pyiron/atomistics/master/murnaghan.py @@ -15,7 +15,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/master/parallel.py b/pyiron/atomistics/master/parallel.py index 1ea5b8cd2..b05482130 100644 --- a/pyiron/atomistics/master/parallel.py +++ b/pyiron/atomistics/master/parallel.py @@ -12,7 +12,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/master/phonopy.py b/pyiron/atomistics/master/phonopy.py index 696c81fe2..36c622c58 100644 --- a/pyiron/atomistics/master/phonopy.py +++ b/pyiron/atomistics/master/phonopy.py @@ -21,7 +21,7 @@ __author__ = "Jan Janssen, Yury Lysogorskiy" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/master/serial.py b/pyiron/atomistics/master/serial.py index 2043be3c4..c5f44a83e 100644 --- a/pyiron/atomistics/master/serial.py +++ b/pyiron/atomistics/master/serial.py @@ -9,7 +9,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/master/structure.py b/pyiron/atomistics/master/structure.py index 867d6de98..bdbbf38c1 100644 --- a/pyiron/atomistics/master/structure.py +++ b/pyiron/atomistics/master/structure.py @@ -12,7 +12,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/atom.py b/pyiron/atomistics/structure/atom.py index 9c7711a1d..2fe76a350 100644 --- a/pyiron/atomistics/structure/atom.py +++ b/pyiron/atomistics/structure/atom.py @@ -9,7 +9,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/atoms.py b/pyiron/atomistics/structure/atoms.py index ab6916eca..dda878ca7 100644 --- a/pyiron/atomistics/structure/atoms.py +++ b/pyiron/atomistics/structure/atoms.py @@ -35,7 +35,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/ovito.py b/pyiron/atomistics/structure/ovito.py index 4917d41e2..c0a8a8a48 100644 --- a/pyiron/atomistics/structure/ovito.py +++ b/pyiron/atomistics/structure/ovito.py @@ -15,7 +15,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/periodic_table.py b/pyiron/atomistics/structure/periodic_table.py index d81b85d50..60ca3772d 100644 --- a/pyiron/atomistics/structure/periodic_table.py +++ b/pyiron/atomistics/structure/periodic_table.py @@ -12,7 +12,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal, Martin Boeckmann" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/phonopy.py b/pyiron/atomistics/structure/phonopy.py index 6f8d5e767..097c677d2 100644 --- a/pyiron/atomistics/structure/phonopy.py +++ b/pyiron/atomistics/structure/phonopy.py @@ -9,7 +9,7 @@ __author__ = "Osamu Waseda" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/pyironase.py b/pyiron/atomistics/structure/pyironase.py index 713b155ed..09aeb4736 100644 --- a/pyiron/atomistics/structure/pyironase.py +++ b/pyiron/atomistics/structure/pyironase.py @@ -13,7 +13,7 @@ __author__ = "Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/pyscal.py b/pyiron/atomistics/structure/pyscal.py index ccd6e384d..c6e03fa56 100644 --- a/pyiron/atomistics/structure/pyscal.py +++ b/pyiron/atomistics/structure/pyscal.py @@ -8,7 +8,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/structure/sparse_list.py b/pyiron/atomistics/structure/sparse_list.py index a2ad64136..0d3d1460a 100644 --- a/pyiron/atomistics/structure/sparse_list.py +++ b/pyiron/atomistics/structure/sparse_list.py @@ -12,7 +12,7 @@ __author__ = "Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/thermodynamics/thermo_bulk.py b/pyiron/atomistics/thermodynamics/thermo_bulk.py index 1fe5d72f8..ff8ee964a 100644 --- a/pyiron/atomistics/thermodynamics/thermo_bulk.py +++ b/pyiron/atomistics/thermodynamics/thermo_bulk.py @@ -9,7 +9,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/atomistics/volumetric/generic.py b/pyiron/atomistics/volumetric/generic.py index 95402cb06..48cdb49e2 100644 --- a/pyiron/atomistics/volumetric/generic.py +++ b/pyiron/atomistics/volumetric/generic.py @@ -8,7 +8,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH " "- Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/database/generic.py b/pyiron/base/database/generic.py index 9cfb476fe..7ef4dccfc 100644 --- a/pyiron/base/database/generic.py +++ b/pyiron/base/database/generic.py @@ -29,7 +29,7 @@ __author__ = "Murat Han Celik" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH" + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH" " - Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/database/jobtable.py b/pyiron/base/database/jobtable.py index 949eba85f..4987ab819 100644 --- a/pyiron/base/database/jobtable.py +++ b/pyiron/base/database/jobtable.py @@ -14,7 +14,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/generic/hdfio.py b/pyiron/base/generic/hdfio.py index 3c6bccecb..351787642 100644 --- a/pyiron/base/generic/hdfio.py +++ b/pyiron/base/generic/hdfio.py @@ -20,7 +20,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/generic/parameters.py b/pyiron/base/generic/parameters.py index d713dfbb2..1165899a1 100644 --- a/pyiron/base/generic/parameters.py +++ b/pyiron/base/generic/parameters.py @@ -18,7 +18,7 @@ __author__ = "Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/generic/template.py b/pyiron/base/generic/template.py index f9d21a2dd..4c4c46681 100644 --- a/pyiron/base/generic/template.py +++ b/pyiron/base/generic/template.py @@ -8,7 +8,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/generic/util.py b/pyiron/base/generic/util.py index be658dc4b..cd4abdc61 100644 --- a/pyiron/base/generic/util.py +++ b/pyiron/base/generic/util.py @@ -8,7 +8,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/core.py b/pyiron/base/job/core.py index c7e670e1b..708d54931 100644 --- a/pyiron/base/job/core.py +++ b/pyiron/base/job/core.py @@ -21,7 +21,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/executable.py b/pyiron/base/job/executable.py index 8c70fb1ea..118afa455 100644 --- a/pyiron/base/job/executable.py +++ b/pyiron/base/job/executable.py @@ -10,7 +10,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/generic.py b/pyiron/base/job/generic.py index 26847fa0b..d60796414 100644 --- a/pyiron/base/job/generic.py +++ b/pyiron/base/job/generic.py @@ -30,7 +30,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/interactive.py b/pyiron/base/job/interactive.py index 07d8db12b..dbb40933b 100644 --- a/pyiron/base/job/interactive.py +++ b/pyiron/base/job/interactive.py @@ -12,7 +12,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/jobstatus.py b/pyiron/base/job/jobstatus.py index 55b3a7220..1f016f6af 100644 --- a/pyiron/base/job/jobstatus.py +++ b/pyiron/base/job/jobstatus.py @@ -12,7 +12,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/jobtype.py b/pyiron/base/job/jobtype.py index d086a0882..d818bcd33 100644 --- a/pyiron/base/job/jobtype.py +++ b/pyiron/base/job/jobtype.py @@ -15,7 +15,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/path.py b/pyiron/base/job/path.py index d3f4ddef2..60dc87ab2 100644 --- a/pyiron/base/job/path.py +++ b/pyiron/base/job/path.py @@ -14,7 +14,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/script.py b/pyiron/base/job/script.py index 7861cf6f3..7cb878eb3 100644 --- a/pyiron/base/job/script.py +++ b/pyiron/base/job/script.py @@ -17,7 +17,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/job/wrapper.py b/pyiron/base/job/wrapper.py index 41706efbe..271b470e0 100644 --- a/pyiron/base/job/wrapper.py +++ b/pyiron/base/job/wrapper.py @@ -15,7 +15,7 @@ __author__ = "Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/master/flexible.py b/pyiron/base/master/flexible.py index ee5a03f86..6ef5e4637 100644 --- a/pyiron/base/master/flexible.py +++ b/pyiron/base/master/flexible.py @@ -11,7 +11,7 @@ __author__ = "Jan Janssen, Liam Huber" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/master/generic.py b/pyiron/base/master/generic.py index e17056d82..3ae956691 100644 --- a/pyiron/base/master/generic.py +++ b/pyiron/base/master/generic.py @@ -12,7 +12,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/master/list.py b/pyiron/base/master/list.py index 87e23ae35..954252e08 100644 --- a/pyiron/base/master/list.py +++ b/pyiron/base/master/list.py @@ -15,7 +15,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/master/parallel.py b/pyiron/base/master/parallel.py index 524c657ff..22273119c 100644 --- a/pyiron/base/master/parallel.py +++ b/pyiron/base/master/parallel.py @@ -23,7 +23,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/master/serial.py b/pyiron/base/master/serial.py index e4dd163ef..f0ac2cb3d 100644 --- a/pyiron/base/master/serial.py +++ b/pyiron/base/master/serial.py @@ -16,7 +16,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/master/submissionstatus.py b/pyiron/base/master/submissionstatus.py index bf3a46ce8..26845d89f 100644 --- a/pyiron/base/master/submissionstatus.py +++ b/pyiron/base/master/submissionstatus.py @@ -11,7 +11,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/project/generic.py b/pyiron/base/project/generic.py index 858c5e5ee..8548b38f4 100644 --- a/pyiron/base/project/generic.py +++ b/pyiron/base/project/generic.py @@ -48,7 +48,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/project/gui.py b/pyiron/base/project/gui.py index a2aa23743..1b0fd1c45 100644 --- a/pyiron/base/project/gui.py +++ b/pyiron/base/project/gui.py @@ -11,7 +11,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/project/path.py b/pyiron/base/project/path.py index 4781c740b..b8d14c09d 100644 --- a/pyiron/base/project/path.py +++ b/pyiron/base/project/path.py @@ -16,7 +16,7 @@ __author__ = "Jan Janssen, Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/project/store.py b/pyiron/base/project/store.py index b4c2efa9c..f2716f6a6 100644 --- a/pyiron/base/project/store.py +++ b/pyiron/base/project/store.py @@ -12,7 +12,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/pyio/parser.py b/pyiron/base/pyio/parser.py index 8f6b42842..be68633ae 100644 --- a/pyiron/base/pyio/parser.py +++ b/pyiron/base/pyio/parser.py @@ -12,7 +12,7 @@ __author__ = "Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/server/generic.py b/pyiron/base/server/generic.py index 0b3b9a751..ddb47becc 100644 --- a/pyiron/base/server/generic.py +++ b/pyiron/base/server/generic.py @@ -14,7 +14,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/server/queuestatus.py b/pyiron/base/server/queuestatus.py index 65434a925..9abdfe4c5 100644 --- a/pyiron/base/server/queuestatus.py +++ b/pyiron/base/server/queuestatus.py @@ -13,7 +13,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/server/runmode.py b/pyiron/base/server/runmode.py index b54f3544f..418796c03 100644 --- a/pyiron/base/server/runmode.py +++ b/pyiron/base/server/runmode.py @@ -8,7 +8,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/settings/generic.py b/pyiron/base/settings/generic.py index 1e4f2cf57..f356025cd 100644 --- a/pyiron/base/settings/generic.py +++ b/pyiron/base/settings/generic.py @@ -19,7 +19,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/settings/install.py b/pyiron/base/settings/install.py index 824d829e3..0890b4807 100644 --- a/pyiron/base/settings/install.py +++ b/pyiron/base/settings/install.py @@ -13,7 +13,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/settings/logger.py b/pyiron/base/settings/logger.py index e70088646..b1d99bf8a 100644 --- a/pyiron/base/settings/logger.py +++ b/pyiron/base/settings/logger.py @@ -6,7 +6,7 @@ __author__ = "Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/base/settings/update.py b/pyiron/base/settings/update.py index 606a656f9..dd8af4abd 100644 --- a/pyiron/base/settings/update.py +++ b/pyiron/base/settings/update.py @@ -11,7 +11,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/job/generic.py b/pyiron/dft/job/generic.py index 54c1ec49f..0bc3581f2 100644 --- a/pyiron/dft/job/generic.py +++ b/pyiron/dft/job/generic.py @@ -8,7 +8,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/master/convergence_encut_parallel.py b/pyiron/dft/master/convergence_encut_parallel.py index 49186b81d..c0c028217 100644 --- a/pyiron/dft/master/convergence_encut_parallel.py +++ b/pyiron/dft/master/convergence_encut_parallel.py @@ -17,7 +17,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/master/convergence_encut_serial.py b/pyiron/dft/master/convergence_encut_serial.py index c0113d775..7525b1497 100644 --- a/pyiron/dft/master/convergence_encut_serial.py +++ b/pyiron/dft/master/convergence_encut_serial.py @@ -7,7 +7,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/master/convergence_kpoint_parallel.py b/pyiron/dft/master/convergence_kpoint_parallel.py index 2429563a1..333e7bd9c 100644 --- a/pyiron/dft/master/convergence_kpoint_parallel.py +++ b/pyiron/dft/master/convergence_kpoint_parallel.py @@ -17,7 +17,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/master/murnaghan_dft.py b/pyiron/dft/master/murnaghan_dft.py index cb632a4db..ae86da7f2 100644 --- a/pyiron/dft/master/murnaghan_dft.py +++ b/pyiron/dft/master/murnaghan_dft.py @@ -7,7 +7,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/waves/bandstructure.py b/pyiron/dft/waves/bandstructure.py index 2f54860d6..b7565244d 100644 --- a/pyiron/dft/waves/bandstructure.py +++ b/pyiron/dft/waves/bandstructure.py @@ -13,7 +13,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/waves/dos.py b/pyiron/dft/waves/dos.py index 43803999a..8e9ee0c93 100644 --- a/pyiron/dft/waves/dos.py +++ b/pyiron/dft/waves/dos.py @@ -7,7 +7,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/dft/waves/electronic.py b/pyiron/dft/waves/electronic.py index fd96f09ac..493dd588d 100644 --- a/pyiron/dft/waves/electronic.py +++ b/pyiron/dft/waves/electronic.py @@ -11,7 +11,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH " "- Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/gaussian/gaussian.py b/pyiron/gaussian/gaussian.py index f2888429c..3bebb4439 100644 --- a/pyiron/gaussian/gaussian.py +++ b/pyiron/gaussian/gaussian.py @@ -12,7 +12,7 @@ from molmod.units import amu __author__ = "Jan Janssen, Sander Borgmans" -__copyright__ = "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " \ +__copyright__ = "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " \ "- Computational Materials Design (CM) Department" __version__ = "1.0" __maintainer__ = "" diff --git a/pyiron/gpaw/pyiron_ase.py b/pyiron/gpaw/pyiron_ase.py index 743036066..69cfe5aa8 100644 --- a/pyiron/gpaw/pyiron_ase.py +++ b/pyiron/gpaw/pyiron_ase.py @@ -17,7 +17,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/interactive/scipy_minimizer.py b/pyiron/interactive/scipy_minimizer.py index 54fff43c7..4236379f6 100644 --- a/pyiron/interactive/scipy_minimizer.py +++ b/pyiron/interactive/scipy_minimizer.py @@ -10,7 +10,7 @@ __author__ = "Osamu Waseda" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/interactive/sxextoptint.py b/pyiron/interactive/sxextoptint.py index 99fcbcca1..612651396 100644 --- a/pyiron/interactive/sxextoptint.py +++ b/pyiron/interactive/sxextoptint.py @@ -20,7 +20,7 @@ __author__ = "Jan Janssen, Osamu Waseda" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/lammps/base.py b/pyiron/lammps/base.py index 3ad935626..f95ac056c 100644 --- a/pyiron/lammps/base.py +++ b/pyiron/lammps/base.py @@ -23,7 +23,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH " "- Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/lammps/control.py b/pyiron/lammps/control.py index fa3e92d93..083dda05b 100644 --- a/pyiron/lammps/control.py +++ b/pyiron/lammps/control.py @@ -12,7 +12,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/lammps/interactive.py b/pyiron/lammps/interactive.py index 5a84aaf67..630eceb73 100644 --- a/pyiron/lammps/interactive.py +++ b/pyiron/lammps/interactive.py @@ -19,7 +19,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/lammps/lammps.py b/pyiron/lammps/lammps.py index 4501a1779..44a9d1207 100644 --- a/pyiron/lammps/lammps.py +++ b/pyiron/lammps/lammps.py @@ -6,7 +6,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "- Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/lammps/potential.py b/pyiron/lammps/potential.py index ec208f9a6..7061d163b 100644 --- a/pyiron/lammps/potential.py +++ b/pyiron/lammps/potential.py @@ -12,7 +12,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/lammps/structure.py b/pyiron/lammps/structure.py index 58275acae..0b725b6fd 100644 --- a/pyiron/lammps/structure.py +++ b/pyiron/lammps/structure.py @@ -19,7 +19,7 @@ __author__ = "Joerg Neugebauer, Sudarsan Surendralal, Yury Lysogorskiy, Jan Janssen, Markus Tautschnig" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/project.py b/pyiron/project.py index 0d4429ec9..62e95ff84 100644 --- a/pyiron/project.py +++ b/pyiron/project.py @@ -29,7 +29,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/sphinx/base.py b/pyiron/sphinx/base.py index 5270688ba..1a1b40d97 100644 --- a/pyiron/sphinx/base.py +++ b/pyiron/sphinx/base.py @@ -26,7 +26,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/sphinx/interactive.py b/pyiron/sphinx/interactive.py index 05c8fe3bf..e1d5e263a 100644 --- a/pyiron/sphinx/interactive.py +++ b/pyiron/sphinx/interactive.py @@ -20,7 +20,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/sphinx/sphinx.py b/pyiron/sphinx/sphinx.py index 6cd43f105..984601558 100644 --- a/pyiron/sphinx/sphinx.py +++ b/pyiron/sphinx/sphinx.py @@ -7,7 +7,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/sphinx/structure.py b/pyiron/sphinx/structure.py index 3ba5b8f28..8b16ea287 100644 --- a/pyiron/sphinx/structure.py +++ b/pyiron/sphinx/structure.py @@ -10,7 +10,7 @@ __author__ = "Sudarsan Surendralal, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/table/datamining.py b/pyiron/table/datamining.py index aa438f5bf..808440f51 100644 --- a/pyiron/table/datamining.py +++ b/pyiron/table/datamining.py @@ -58,7 +58,7 @@ __author__ = "Uday Gajera, Jan Janssen, Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "0.0.1" diff --git a/pyiron/testing/executable.py b/pyiron/testing/executable.py index fe3a44b27..c79a404c6 100644 --- a/pyiron/testing/executable.py +++ b/pyiron/testing/executable.py @@ -13,7 +13,7 @@ __author__ = "Joerg Neugebauer" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/testing/randomatomistic.py b/pyiron/testing/randomatomistic.py index 2b36925d5..11bb2381a 100644 --- a/pyiron/testing/randomatomistic.py +++ b/pyiron/testing/randomatomistic.py @@ -17,7 +17,7 @@ __author__ = "Joerg Neugebauer, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/thermodynamics/sxphonons.py b/pyiron/thermodynamics/sxphonons.py index 204cfc136..b543f7344 100644 --- a/pyiron/thermodynamics/sxphonons.py +++ b/pyiron/thermodynamics/sxphonons.py @@ -16,7 +16,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/base.py b/pyiron/vasp/base.py index eeb5ec2f0..1f1c67a1f 100644 --- a/pyiron/vasp/base.py +++ b/pyiron/vasp/base.py @@ -26,7 +26,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/interactive.py b/pyiron/vasp/interactive.py index e6b46f666..9fc33125f 100644 --- a/pyiron/vasp/interactive.py +++ b/pyiron/vasp/interactive.py @@ -18,7 +18,7 @@ __author__ = "Osamu Waseda, Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/outcar.py b/pyiron/vasp/outcar.py index 96dc48ddf..23c65a22d 100644 --- a/pyiron/vasp/outcar.py +++ b/pyiron/vasp/outcar.py @@ -9,7 +9,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/potential.py b/pyiron/vasp/potential.py index 092822217..807af8e33 100644 --- a/pyiron/vasp/potential.py +++ b/pyiron/vasp/potential.py @@ -14,7 +14,7 @@ __author__ = "Jan Janssen" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/procar.py b/pyiron/vasp/procar.py index 190f225de..5e8fc0b43 100644 --- a/pyiron/vasp/procar.py +++ b/pyiron/vasp/procar.py @@ -10,7 +10,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/structure.py b/pyiron/vasp/structure.py index e32bdbcfe..66da07b5b 100644 --- a/pyiron/vasp/structure.py +++ b/pyiron/vasp/structure.py @@ -9,7 +9,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/vasp.py b/pyiron/vasp/vasp.py index 2eaf33200..705d17d74 100644 --- a/pyiron/vasp/vasp.py +++ b/pyiron/vasp/vasp.py @@ -6,7 +6,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/vasprun.py b/pyiron/vasp/vasprun.py index a686dfbf6..1847575cc 100644 --- a/pyiron/vasp/vasprun.py +++ b/pyiron/vasp/vasprun.py @@ -17,7 +17,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/pyiron/vasp/volumetric_data.py b/pyiron/vasp/volumetric_data.py index ee9ca9275..476f54f22 100644 --- a/pyiron/vasp/volumetric_data.py +++ b/pyiron/vasp/volumetric_data.py @@ -12,7 +12,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0" diff --git a/tests/sphinx/test_structure.py b/tests/sphinx/test_structure.py index 9f9df4822..032475d8e 100644 --- a/tests/sphinx/test_structure.py +++ b/tests/sphinx/test_structure.py @@ -12,7 +12,7 @@ __author__ = "Sudarsan Surendralal" __copyright__ = ( - "Copyright 2019, Max-Planck-Institut für Eisenforschung GmbH - " + "Copyright 2020, Max-Planck-Institut für Eisenforschung GmbH - " "Computational Materials Design (CM) Department" ) __version__ = "1.0"