Proper attribution of derived work in a GPL project
This is a continuation of me rewriting GPL project.
How do I properly credit authors of software released under the MIT license?
I have modified the source code of an MIT licensed project, and I have added new classes to it as well. Please correct me if I am wrong, but I think that it is legal to add my copyright notice above the license and remove the other one. But how should I attribute the contribution of the previous authors? Should I use a separate file? There are also some HTML files with no license or copyright notice in them which I also modified. Do I have to handle them differently?
Open source license with backlink requirement
I’m developing a Javascript library, and I’m thinking about releasing it under an open source license (e.g. GPL, BSD, MIT) — but that requires that websites that use the software link back to my website.
Marking specific pieces of drastically changed open source code
I have taken a small chunk of open-source code, around a hundred lines, and found that for whatever reason, I have modified it so drastically that my end result has essentially no resemblance to the original. Maybe a line or two, and a few variable names, are carried over, but the diff is just one or more big chunks of -
followed by big chunks of +
.
Marking specific pieces of drastically changed open source code
I have taken a small chunk of open-source code, around a hundred lines, and found that for whatever reason, I have modified it so drastically that my end result has essentially no resemblance to the original. Maybe a line or two, and a few variable names, are carried over, but the diff is just one or more big chunks of -
followed by big chunks of +
.
Is it acceptable within the community of developers to copy open-source software and branch it? [duplicate]
This question already has answers here: Best practices when forking code base (1 answer) If I fork an open source project and make improvements in the fork, will it or I offend the original authors? [duplicate] (2 answers) Closed 10 years ago. Is it generally, to a reasonable developer, considered morally acceptable, to take a […]