|
|
|
|
|
by em-bee
85 days ago
|
|
that is not certain. if you read code and then reimplement it using the original code as reference, the claim has been made that this falls under the copyright of the original because the new code is derived from the old code. unfortunately this particular situation has not yet been tested in court. but clean room implementations are done specifically to avoid the risk reading the original code poses. if this was clear cut then clean room development would not be needed. this is similar to creating an extension to some program, because the extension could not be written without the original even if the interface the extension is using is a public API. the claim has been made that the copyright of the original program applies. i think the linux kernel is an example here. see also these questions on stackexchange: https://softwareengineering.stackexchange.com/questions/2087... https://softwareengineering.stackexchange.com/questions/8675... |
|