forked from e-mission/e-mission-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenSourceLicenses.txt
24 lines (17 loc) · 952 Bytes
/
OpenSourceLicenses.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Webapp python code:
* Bottle (MIT License), Copyright (c) 2014, Marcel Hellkamp.
* CherryPy (BSD License), Copyright (c) 2004-2011, CherryPy Team ([email protected])
Javascript libraries (all referenced using CDN)
* jQuery (MIT License), Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
* D3 (BSD License), Copyright 2013 Mike Bostock
* Google Maps API javascript (Google non-commercial license)
* bootstrap (MIT according to source, Apache according to web page), Copyright 2011-2014 Twitter, Inc
Javascript libraries (copied and modified before use)
* NVD3 (Apache), Copyright (c) 2011, 2012 Novus Partners, Inc.
Data collection code:
* PyMoves (no license), Copyright Joost Plattel
Visualization:
* pygmaps (GPL v3)
pseudocode:
* DTW courtesy http://jeremykun.com/2012/07/25/dynamic-time-warping/ and https://gist.github.com/socrateslee/3265694
* LCS courtesy http://rosettacode.org/wiki/Longest_common_subsequence#Python