|
|
|
|
|
by realusername
530 days ago
|
|
Unlike a book or a movie, the people doing the interpretation do not have access to the source material. The best analogy for me is a reproduction of an artwork without using it as a base material and that would not be covered by derivative laws I think. > You can additionally argue it's a translation. From machine code to readable source code. Translation are directly covered by copyright law already. What's under copyright isn't exactly the binary, it's the translation of the source code to the binary because the source code is what's copyrighted at the end of the day. Here the line is much muddier since the end result has nothing to do with the copyrighted work. |
|
A song recording copyright is separated into copyright of the performance, and copyright of the underlaying work. "reproduction of an artwork/song" is a derivative, and covered by the copyright of underlaying work without necessarily infringing on the copyright of the performance/expression of a piece of art.
> it's the translation of the source code to the binary because the source code is what's copyrighted at the end of the day.
The translation is considered a derivative work of the source code. And derivative works are copyrighted.
Otherwise GPL would not extend to released binaries. GPL would not be able to require source code release alongside the binaries.