-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathLICENSE
29 lines (21 loc) · 853 Bytes
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# License apartment
"Bitflyer spot_trading-futures arbitrager" contains 3 part of programs.
1. Arbitrager(main program)
file : LICENSE_ARBITRAGER
MIT License
2. pybitflyer(bitflyer API calling) 0.1.9 modified
file : LICENSE_PYBITFLYER
MIT License
3. websocket-client 0.47.0 modified
file : LISENCE_WEBSOCKET_CLIENT
LGPL license 2.1
Pybitflyer and websocket-client obey each original license.
Arbitrager part has own license.
Each License notice is included as files.
Please pay attention to the 3 lisenses when you distritube this programs.
#copyright notice
Arbitrager (c)2018AvocadoWasabi, [email protected]
pybitflyer (c)2016 yag_ays, [email protected]
Original : https://github.com/yagays/pybitflyer
websocket-client (C)2010 Hiroki Ohtani(liris)
Original : https://github.com/websocket-client/websocket-client