refactor license for correct shields.io detection
Browse files
LICENSE
CHANGED
@@ -1,10 +1,6 @@
|
|
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
|
@@ -26,8 +22,7 @@ SOFTWARE.
|
|
26 |
|
27 |
---
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
- **
|
32 |
-
- **
|
33 |
-
- **Diart** by juanmc2005 – MIT License – https://github.com/juanmc2005/diart
|
|
|
1 |
MIT License
|
2 |
|
3 |
Copyright (c) 2025 Quentin Fuxa.
|
|
|
|
|
|
|
|
|
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
|
|
|
22 |
|
23 |
---
|
24 |
|
25 |
+
Based on:
|
26 |
+
- **whisper_streaming** by ÚFAL – MIT License – https://github.com/ufal/whisper_streaming. The original work by ÚFAL. License: https://github.com/ufal/whisper_streaming/blob/main/LICENSE
|
27 |
+
- **silero-vad** by Snakers4 – MIT License – https://github.com/snakers4/silero-vad. The work by Snakers4 (silero-vad). License: https://github.com/snakers4/silero-vad/blob/f6b1294cb27590fb2452899df98fb234dfef1134/LICENSE
|
28 |
+
- **Diart** by juanmc2005 – MIT License – https://github.com/juanmc2005/diart. The work in Diart by juanmc2005. License: https://github.com/juanmc2005/diart/blob/main/LICENSE
|
|