Skip to content

Commit 625f5cf

Browse files
authored
Update README to reflect Apache 2.0 licensing; clarify open-source details and community contribution guidelines. (#9)
1 parent 3c35d73 commit 625f5cf

1 file changed

Lines changed: 27 additions & 17 deletions

File tree

README.md

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[![PHP Version](https://img.shields.io/badge/PHP-8.4+-blue.svg)](https://www.php.net/)
44
[![Swoole](https://img.shields.io/badge/Swoole-6.0+-green.svg)](https://www.swoole.com/)
5-
[![License](https://img.shields.io/badge/License-Proprietary-red.svg)](LICENSE)
5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE.txt)
66
[![Website](https://img.shields.io/badge/Website-spechshop.com-orange.svg)](https://spechshop.com)
77

88
Biblioteca VoIP SIP/RTP em tempo real para PHP, construída com corrotinas Swoole. Faça e receba chamadas telefônicas de PHP, transmita
99
audio RTP, manipule DTMF e grave áudio.
1010

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)**
1414
1515
## Visão Geral
1616

@@ -141,7 +141,7 @@ libspech/
141141
│ ├── bcg729Channel.php
142142
│ ├── opusChannel.php
143143
│ └── psampler.php
144-
├── LICENSE
144+
├── LICENSE.txt
145145
├── README.md
146146
└── SECURITY.md
147147
```
@@ -180,22 +180,32 @@ Notas:
180180

181181
## Licença
182182

183-
This project is proprietary software. All rights reserved.
183+
This project is licensed under the **Apache License 2.0**.
184184

185185
**Copyright © 2025 Lotus / berzersks**
186186
**Website: [https://spechshop.com](https://spechshop.com)**
187+
**Official Repository: [https://github.com/spechshop/libspech](https://github.com/spechshop/libspech)**
187188

188-
### Important Notice
189+
### Important Notice to the Community
189190

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:
197192

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
200198

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

Comments
 (0)