summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2014-10-13 12:55:46 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2014-10-13 12:55:46 +0200
commit2751cce9533bf8be7092fde4031ed585897e638d (patch)
tree6c4cc1c163e8b12533d30baf12926dc802761756
parent5ce807943fab2ba233cff661e34e4d6a83397b99 (diff)
changed licence reference
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 2101d59..4810f77 100644
--- a/Readme.md
+++ b/Readme.md
@@ -5,7 +5,7 @@ Its core functionality is the implementation of the bivariate [ISI and SPIKE dis
Additionally, it provides functions to compute multi-variate SPIKE and ISI distances, as well as averaging and general spike train processing.
All computation intensive parts are implemented in C via [cython](http://www.cython.org) to reach a competitive performance (factor 100-200 over plain Python).
-All source codes are published under the liberal [MIT License](http://opensource.org/licenses/MIT).
+All source codes are published under the [BSD License](http://opensource.org/licenses/BSD-2-Clause).
## Requirements and Installation