haixuantao
commited on
Commit
•
c826c43
1
Parent(s):
037f860
Add license information
Browse files
LICENSE
ADDED
The diff for this file is too large to render.
See raw diff
|
|
README.md
CHANGED
@@ -110,3 +110,9 @@ Due to a Python GIL issue, we currently meed to kill processes manually. You can
|
|
110 |
```bash
|
111 |
pkill -f 'import dora;'
|
112 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
```bash
|
111 |
pkill -f 'import dora;'
|
112 |
```
|
113 |
+
|
114 |
+
## LICENSE
|
115 |
+
|
116 |
+
While the source of this library is licensed under Apache-2.0, the usage of the Text to Speech(TTS) SystemEngine is licensed under Mozilla Public License 2.0 and GNU Lesser General Public License (LGPL) version 3.0.
|
117 |
+
|
118 |
+
Feel free to remove the TTS SystemEngine.
|