Skip to content

Commit f869f21

Browse files
committed
updated year from 2018 to 2019
1 parent b334adc commit f869f21

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ License
44
The 2-clause BSD License
55
------------------------
66

7-
Copyright (c) 2013-2018 Christian C. Sachs, Forschungszentrum Jülich GmbH.
7+
Copyright (c) 2013-2019 Christian C. Sachs, Forschungszentrum Jülich GmbH.
88
All rights reserved.
99

1010
Redistribution and use in source and binary forms, with or without

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ And you will be greeted by the help screen of molyso:
9595
9696
9797
\ /\ /\ / -------------------------
98-
| | |O| | | molyso Developed 2013 - 2018 by
98+
| | |O| | | molyso Developed 2013 - 2019 by
9999
| | | | |O| Christian C. Sachs at
100100
|O| |O| |O| MOther machine ModSim / Microscale Group
101101
\_/ \_/ \_/ anaLYsis SOftware Research Center Juelich

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __getattr__(cls, item):
6363

6464
# General information about the project.
6565
project = 'molyso'
66-
copyright = '2018, Christian C. Sachs, Forschungszentrum Juelich'
66+
copyright = '2019, Christian C. Sachs, Forschungszentrum Juelich'
6767

6868
# The version info for the project you're documenting, acts as replacement for
6969
# |version| and |release|, also used in various other places throughout the

molyso/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from .generic.tunable import tunable, TunableManager
3838

3939
__license__ = """
40-
Copyright (c) 2013-2018 Christian C. Sachs, Forschungszentrum Jülich GmbH.
40+
Copyright (c) 2013-2019 Christian C. Sachs, Forschungszentrum Jülich GmbH.
4141
All rights reserved.
4242
4343
Redistribution and use in source and binary forms, with or without

molyso/mm/highlevel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def banner():
6363
"""
6464
return r"""
6565
\ /\ /\ / -------------------------
66-
| | |O| | | molyso Developed 2013 - 2018 by
66+
| | |O| | | molyso Developed 2013 - 2019 by
6767
| | | | |O| Christian C. Sachs at
6868
|O| |O| |O| MOther machine ModSim / Microscale Group
6969
\_/ \_/ \_/ anaLYsis SOftware Research Center Juelich

0 commit comments

Comments
 (0)