|
|
|
|
|
by smcphile
2150 days ago
|
|
> My question to you, gentle reader – are there any licences which compel the distribution or publication of the development history? No, other than that any given project has to give proper credit to code used from other projects / copyright holders. My understanding of why this is so is the following: A free software or open source software licence is based on copyright law. As such, it restricts what users can do with the source code, but it never restricts what the copyright holders can do with the software (assuming all the copyright holders collectively agree). A user can never (theoretically at least, there may be a few edge cases) sue the copyright holders for anything, because there’s no warranty. No warranty on the code source history (or anything else). So code source history is always optional. |
|