Quentin Fuxa commited on
Commit
8c26e48
·
1 Parent(s): aff2ac4

Mention third-party components

Browse files
Files changed (1) hide show
  1. LICENSE +25 -13
LICENSE CHANGED
@@ -1,21 +1,33 @@
1
  MIT License
2
 
3
- Copyright (c) 2023 ÚFAL
 
 
 
 
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
  furnished to do so, subject to the following conditions:
11
 
12
- The above copyright notice and this permission notice shall be included in all
13
  copies or substantial portions of the Software.
14
 
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
  SOFTWARE.
 
 
 
 
 
 
 
 
 
1
  MIT License
2
 
3
+ Copyright (c) 2025 Quentin Fuxa.
4
+ Based on:
5
+ - The original work by ÚFAL. License: https://github.com/ufal/whisper_streaming/blob/main/LICENSE
6
+ - The work by Snakers4 (silero-vad). License: https://github.com/snakers4/silero-vad/blob/f6b1294cb27590fb2452899df98fb234dfef1134/LICENSE
7
+ - The work in Diart by juanmc2005. License: https://github.com/juanmc2005/diart/blob/main/LICENSE
8
 
9
+ Permission is hereby granted, free of charge, to any person obtaining a copy
10
+ of this software and associated documentation files (the "Software"), to deal
11
+ in the Software without restriction, including without limitation the rights
12
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
+ copies of the Software, and to permit persons to whom the Software is
14
  furnished to do so, subject to the following conditions:
15
 
16
+ The above copyright notice and this permission notice shall be included in all
17
  copies or substantial portions of the Software.
18
 
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25
  SOFTWARE.
26
+
27
+ ---
28
+
29
+ Third-party components included in this software:
30
+
31
+ - **whisper_streaming** by ÚFAL – MIT License – https://github.com/ufal/whisper_streaming
32
+ - **silero-vad** by Snakers4 – MIT License – https://github.com/snakers4/silero-vad
33
+ - **Diart** by juanmc2005 – MIT License – https://github.com/juanmc2005/diart