sipsorcery-org / sipsorcery

A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
https://sipsorcery-org.github.io/sipsorcery
Other
1.44k stars 438 forks source link

Removal of AGPL code #1140

Open Terricide opened 3 months ago

Terricide commented 3 months ago

Some of the files reference AGPL 3 code, this pull request attempts to remove and rewrite them under an MIT license.

ris-work commented 1 month ago

Thanks for this! BTW did you upgrade the target dotnet version? (is this why the AppVeyor builds fail?). The AGPL dependency basically caught me by surprise. I never thought there would be AGPL'd code here. @sipsorcery, thanks for maintaining this quite big project; what's your view on this PR?

ris-work commented 4 days ago

@Terricide: Are these contributions/changes in the PR commits under the MIT license? I would love to merge it to my own private repository and see how it works. Thank you very much.

Terricide commented 4 days ago

Yes it is licensed under the MIT license. That's why I rewrote it was to make sipsocery not have the AGPL code.