Winamp Legacy player source code
11–20 of 345 posts
Re: Winamp Legacy player source code
#12But the restrictions on the source are interesting. To quote the license file:
* No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or binary form.
* No Forking: You may not create, maintain, or distribute a forked version of the software.
* Official Distribution: Only the maintainers of the official repository are allowed to distribute the software and its modifications.
I'm guessing the "No Forking" clause means I can't release my own media player based on this source code, but the language is curious because they explicitly welcome contributions and for a project hosted on Github the standard way to do that is to "fork" the project into your own account.Re: Winamp Legacy player source code
#13I'm curious how they expect people to contribute to the project. Section 4 of the license says "Contribution to Project: You are encouraged to contribute improvements, enhancements, and bug fixes back to the project. Contributions must be submitted to the official repository and will be reviewed and incorporated at the discretion of the maintainers." However, the restrictions in Section 5 ban forking the code or dist…
Re: Winamp Legacy player source code
#14I'm curious how they expect people to contribute to the project. Section 4 of the license says "Contribution to Project: You are encouraged to contribute improvements, enhancements, and bug fixes back to the project. Contributions must be submitted to the official repository and will be reviewed and incorporated at the discretion of the maintainers." However, the restrictions in Section 5 ban forking the code or dist…
So, while you can send a patch to add a feature, you couldn't release that modified version on its own.
Re: Winamp Legacy player source code
#15Re: Winamp Legacy player source code
#16I'm curious how they expect people to contribute to the project. Section 4 of the license says "Contribution to Project: You are encouraged to contribute improvements, enhancements, and bug fixes back to the project. Contributions must be submitted to the official repository and will be reviewed and incorporated at the discretion of the maintainers." However, the restrictions in Section 5 ban forking the code or dist…
Github is the one with the unfortunate naming here that goes against the already established meaning of fork. It really should be clone.
Re: Winamp Legacy player source code
#17Open sourcing is always good, because maybe you can learn some things by reading it. Also, Winamp Legacy is a fairly important piece of software, so having an archive of its source is a great thing. But the restrictions on the source are interesting. To quote the license file: * No Distribution of Modified Versions: You may not distribute modified versions of the software, whether in source or binary form. * No Forki…
Re: Winamp Legacy player source code
#18Re: Winamp Legacy player source code
#19I'm curious how they expect people to contribute to the project. Section 4 of the license says "Contribution to Project: You are encouraged to contribute improvements, enhancements, and bug fixes back to the project. Contributions must be submitted to the official repository and will be reviewed and incorporated at the discretion of the maintainers." However, the restrictions in Section 5 ban forking the code or dist…
Re: Winamp Legacy player source code
#20What happened here? Did someone buy the rights to the original Winamp? The linked site doesn't look very related to the original Winamp.
Here you go https://about.winamp.com/press/article/winamp-open-source-co...
Hopefully one day they'll actually Open Source it. I mean, they're trying to pretend it is, so why not just do it properly?