(no title)
tkiley | 5 years ago
On the other hand, the likelihood that a mere copyright symbol will deter economically-consequential copying from a website/webapp is quite low. Therefore, as a former founder and current law student (and definitely not a lawyer yet), I'd advise you to do whatever the hell makes sense for your business for ancillary reasons. Add the symbol if you think you're dealing with superstitious folks to whom a copyright symbol lends an aura of credibility; omit it if you are going for a clean aesthetic.
brudgers|5 years ago
nelaboras|5 years ago
You, as the author, automatically have copyright for your own creative works. No registration, marking or anything else needed. It also doesn't matter whether you share it or not - copyright is an automatic right.
Now, enforcement is another matter...
foolmeonce|5 years ago
rozab|5 years ago
dctoedt|5 years ago
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...
gizmo686|5 years ago
Rebelgecko|5 years ago
klodolph|5 years ago
Someone copies a source file, maybe you can argue that it’s accidental. Someone copies a source file and strips out the copyright notice, that shows intent.