summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2014-10-13 11:03:42 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2014-10-13 11:03:42 +0200
commit5ce807943fab2ba233cff661e34e4d6a83397b99 (patch)
treeecdd1ea0d1e81f51909dd29758e969da38b91cf3 /examples
parent4274c328a4927b392036d1c3b759b0787b05f300 (diff)
changed to BSD license
Diffstat (limited to 'examples')
-rw-r--r--examples/isi_matrix.py2
-rw-r--r--examples/merge.py2
-rw-r--r--examples/plot.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/isi_matrix.py b/examples/isi_matrix.py
index db740dd..7bf1cf9 100644
--- a/examples/isi_matrix.py
+++ b/examples/isi_matrix.py
@@ -5,7 +5,7 @@ trains.
Copyright 2014, Mario Mulansky <mario.mulansky@gmx.net>
-Distributed under the MIT License (MIT)
+Distributed under the BSD License
"""
diff --git a/examples/merge.py b/examples/merge.py
index 726d32b..2550cdb 100644
--- a/examples/merge.py
+++ b/examples/merge.py
@@ -4,7 +4,7 @@ Simple example showing the merging of two spike trains.
Copyright 2014, Mario Mulansky <mario.mulansky@gmx.net>
-Distributed under the MIT License (MIT)
+Distributed under the BSD License
"""
from __future__ import print_function
diff --git a/examples/plot.py b/examples/plot.py
index 5c3ad4a..da53670 100644
--- a/examples/plot.py
+++ b/examples/plot.py
@@ -4,7 +4,7 @@ Simple example showing how to load and plot spike trains and their distances.
Copyright 2014, Mario Mulansky <mario.mulansky@gmx.net>
-Distributed under the MIT License (MIT)
+Distributed under the BSD License
"""