|
2 | 2 |
|
3 | 3 | [](https://www.php.net/) |
4 | 4 | [](https://www.swoole.com/) |
5 | | -[](LICENSE) |
| 5 | +[](LICENSE.txt) |
6 | 6 | [](https://spechshop.com) |
7 | 7 |
|
8 | 8 | Biblioteca VoIP SIP/RTP em tempo real para PHP, construída com corrotinas Swoole. Faça e receba chamadas telefônicas de PHP, transmita |
9 | 9 | audio RTP, manipule DTMF e grave áudio. |
10 | 10 |
|
11 | | -> **⚠️ PROPRIETARY SOFTWARE** - Copyright © 2025 Lotus / berzersks |
12 | | -> All rights reserved. Unauthorized use is prohibited. |
13 | | -> **Please respect the creator and visit [spechshop.com](https://spechshop.com)** |
| 11 | +> **📖 OPEN SOURCE** - Copyright © 2025 Lotus / berzersks |
| 12 | +> Licensed under Apache 2.0. Free to use, modify, and distribute. |
| 13 | +> **Please respect the creator and contribute at the [official repository](https://github.com/spechshop/libspech)** |
14 | 14 |
|
15 | 15 | ## Visão Geral |
16 | 16 |
|
@@ -141,7 +141,7 @@ libspech/ |
141 | 141 | │ ├── bcg729Channel.php |
142 | 142 | │ ├── opusChannel.php |
143 | 143 | │ └── psampler.php |
144 | | -├── LICENSE |
| 144 | +├── LICENSE.txt |
145 | 145 | ├── README.md |
146 | 146 | └── SECURITY.md |
147 | 147 | ``` |
@@ -180,22 +180,32 @@ Notas: |
180 | 180 |
|
181 | 181 | ## Licença |
182 | 182 |
|
183 | | -This project is proprietary software. All rights reserved. |
| 183 | +This project is licensed under the **Apache License 2.0**. |
184 | 184 |
|
185 | 185 | **Copyright © 2025 Lotus / berzersks** |
186 | 186 | **Website: [https://spechshop.com](https://spechshop.com)** |
| 187 | +**Official Repository: [https://github.com/spechshop/libspech](https://github.com/spechshop/libspech)** |
187 | 188 |
|
188 | | -### Important Notice |
| 189 | +### Important Notice to the Community |
189 | 190 |
|
190 | | -By using this software, you agree to: |
191 | | -- ✅ Respect the creator's intellectual property rights |
192 | | -- ✅ Maintain all copyright notices and attributions |
193 | | -- ✅ Reference the original author (Lotus / berzersks) and [spechshop.com](https://spechshop.com) |
194 | | -- ❌ NOT remove or alter any copyright notices |
195 | | -- ❌ NOT claim this work as your own |
196 | | -- ❌ NOT use, copy, modify, or distribute without written permission |
| 191 | +This is **open source software**. You are free to use, modify, and distribute it under the Apache 2.0 license. However, we kindly ask that you: |
197 | 192 |
|
198 | | -Unauthorized copying, modification, distribution, or use of this software is **strictly |
199 | | -prohibited** and may result in legal action. |
| 193 | +- ✅ **Respect the creator**: Maintain attribution to Lotus (berzersks) in all derivative works |
| 194 | +- ✅ **Keep copyright notices**: Do not remove or alter copyright notices and attributions |
| 195 | +- ✅ **Unite the community**: Consider contributing improvements to the official repository rather than creating fragmented forks |
| 196 | +- ✅ **Submit pull requests**: Help make this project better for everyone by contributing at [github.com/spechshop/libspech](https://github.com/spechshop/libspech) |
| 197 | +- ✅ **Reference the creator**: Credit the original author when discussing or referencing this software |
200 | 198 |
|
201 | | -Third-party components may be under different licenses (Swoole, codec extensions). Review their LICENSE files before use in production. |
| 199 | +A unified community is stronger and advances faster together. Thank you for helping build a respectful and collaborative open source project! |
| 200 | + |
| 201 | +See [LICENSE.txt](LICENSE.txt) for full license terms. |
| 202 | + |
| 203 | +### Third-Party Dependencies |
| 204 | + |
| 205 | +Third-party components are under their respective licenses: |
| 206 | +- Swoole: Apache License 2.0 |
| 207 | +- bcg729: GNU GPL v3.0 |
| 208 | +- Opus: BSD License |
| 209 | +- psampler: See repository for details |
| 210 | + |
| 211 | +Review their license files before use in production. |
0 commit comments