Hacker News new | ask | show | jobs
by paulmd 1477 days ago
> Do you think open source code is worse off for the fact that copyright has been removed (via the various licenses, all of which reduce copyright's restrictions)?

Open-source code doesn't mean it's not copyrighted, and in fact copyleft licenses are explicitly designed to use this copyright as a coercive/protective mechanism the same as any other copyright.

But as a general statement, everything anyone produces is copyrighted from the moment they produce it. Your "hello world" that you write in a demo project and never open again is copyrighted. Your phone snap of your dog is copyrighted. MIT/BSD licensed code is copyrighted.

A license providing grant of permissions is not the same thing as not having a copyright. Open-source code still has an author, and that owner can also offer other licenses if they want.