|
|
|
|
|
by dctoedt
2226 days ago
|
|
> copyright notices in source code are pointless That's true for copyright notices in comments that get stripped out in compilation where the source itself isn't released. But a copyright notice in a no-op variable, or otherwise embedded in the distributed code, can help win a lawsuit by directly proving copying (which can sometimes be a nontrivial effort). Text in distributed executables helped win a case for Apple back in the 1980s: "James Huston, an Apple systems programmer, concluded that the Franklin programs were 'unquestionably copied from Apple and could not have been independently created.' He reached this conclusion not only because it is 'almost impossible for so many lines of code' to be identically written, but also because his name, which he had embedded in one program (Master Create), and the word 'Applesoft', which was embedded in another (DOS 3.3), appeared on the Franklin master disk." Apple Computer Corp. v. Franklin Computer Corp., 714 F.2d 1240, 1245 (3d Cir. 1983) (Emphasis added.) Case text: https://casetext.com/case/apple-computer-inc-v-franklin-comp... |
|