Skip to content

Commit ba50a22

Browse files
committed
Update copyright dates
1 parent 6e4c263 commit ba50a22

78 files changed

Lines changed: 78 additions & 78 deletions

Some content is hidden

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

README.rst

Lines changed: 1 addition & 1 deletion

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class MockNESTModule(mock.Mock):
6969
# General information about the project.
7070
project = u'PyNN'
7171
authors = u'the PyNN community'
72-
copyright = u'2006-2021, ' + authors
72+
copyright = u'2006-2022, ' + authors
7373

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

pyNN/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
random
6666
space
6767
68-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
68+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
6969
:license: CeCILL, see LICENSE for details.
7070
"""
7171

pyNN/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
DEFAULT_TIMESTEP
4040
DEFAULT_MIN_DELAY
4141
42-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
42+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
4343
:license: CeCILL, see LICENSE for details.
4444
4545
"""

pyNN/common/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
is intended to be reused)
99
* function factories for generating backend-specific API functions.
1010
11-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
11+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
1212
:license: CeCILL, see LICENSE for details.
1313
"""
1414

pyNN/common/populations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
These base classes should be sub-classed by the backend-specific classes.
66
7-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
7+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
88
:license: CeCILL, see LICENSE for details.
99
"""
1010

pyNN/common/procedural_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
Alternative, procedural API for creating, connecting and recording from individual neurons
44
5-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
5+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
66
:license: CeCILL, see LICENSE for details.
77
"""
88

pyNN/common/projections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Common implementation of the Projection class, to be sub-classed by
44
backend-specific Projection classes.
55
6-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
6+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
77
:license: CeCILL, see LICENSE for details.
88
"""
99

pyNN/connectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Simulator modules may use these directly, or may implement their own versions
55
for improved performance.
66
7-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
7+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
88
:license: CeCILL, see LICENSE for details.
99
"""
1010

pyNN/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Assorted utility classes and functions.
33
4-
:copyright: Copyright 2006-2021 by the PyNN team, see AUTHORS.
4+
:copyright: Copyright 2006-2022 by the PyNN team, see AUTHORS.
55
:license: CeCILL, see LICENSE for details.
66
"""
77

0 commit comments

Comments
 (0)