forked from EasyIME/PIME
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE.txt
More file actions
28 lines (23 loc) · 746 Bytes
/
LICENSE.txt
File metadata and controls
28 lines (23 loc) · 746 Bytes
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
PIME is composed of several parts with different licenses.
Code in these directories are licensed under LGPL 2.0:
cmake
installer
libIME
libpipe
PIME
PIMELauncher
server
The following components are from other projects:
python:
Embeddable version of python 3.5 is licensed under PSF.
https://www.python.org/
python/tornado:
Tornado is a python web framework licensed under Apache 2.0.
http://www.tornadoweb.org/en/stable/
rapidjson:
C++ library used to parse and write json data licensed under BSD.
http://rapidjson.org/
server/opencc:
OpenCC is a library used to convert between traditional and simplified
Chinese licensed under Apache 2.0 license.
https://github.com/BYVoid/OpenCC