zlacker

[return to "GitHub Copilot, with “public code” blocked, emits my copyrighted code"]
1. deepsp+rh[view] [source] 2022-10-16 22:09:36
>>davidg+(OP)
This shows how copyright is all screwed up. Let's say the code in question is based on a published algorithm, maybe Yuster and Zwick, (I did not check).

What exactly gives Davis a better claim to the copyright than the inventors of the algorithm? Yes, I know software is copyrightable while algorithms are not, but it is not at all clear to my why that should be the case. The effort of translating an algorithm into code is trivial compared to designing the algorithm in the first place, no?

◧◩
2. zarzav+wW[view] [source] 2022-10-17 05:50:20
>>deepsp+rh
Algorithms cannot be copyrighted. What is copyrighted is the creative expression of an algorithm. The variable names, the comments, choosing a for loop vs a while loop, or a ternary operator over an “if”, the order of arguments to a function, architectural decisions, etc.

Copyright is formed when a human makes a choice about equivalent ways of implementing an algorithm.

[go to top]