You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on my own understanding of the GPL and FFmpeg's own advice, the zips files should include the following:
A copy of the relevant GPL (in your case, all of the binaries you're re-packaging are built as GPLv3)
A link to the source code for ffmpeg (technically you're supposed to provide your own copy of the source, but a link to the primary repo is generally accepted by most copyright holders of GPL software)
the build configuration used (this isn't strictly required by the GPL, but since the configure options for FFmpeg alter the license that it can be distributed under, this is highly recommended, and all of the binary you're fetching from provide their configuration)
I think this project is a great idea, but I would feel a lot better if the above were implemented.
The text was updated successfully, but these errors were encountered:
Hi @bobpaul, sorry for the delay responding and thank you for raising this.
First things first - you're absolutely right.
I simply went for the quickest and simplest solution to push binaries but cutting corners is no excuse for license violations :)
I'll try to fix this soon. Repackaging all the zips will probably take me a while but I'll try to at least replace the latest release within a week (that's the default version in API and downloader libs).
Based on my own understanding of the GPL and FFmpeg's own advice, the zips files should include the following:
I think this project is a great idea, but I would feel a lot better if the above were implemented.
The text was updated successfully, but these errors were encountered: