Hacker News new | ask | show | jobs
by badlibrarian 546 days ago
The broader point being that every one of those licenses is just that -- a license. The terms of the license apply because the material is copyrighted.

And it's one place where you can directly specify your intent. In your license, say that everything reverts to the public domain in 5 years or 10 years. Grep away and show me how many licenses do that.

Varying durations for different types of media should be discussed as part of copyright reform. But simple statements like "10 years" reveal that people haven't thought things through.

2 comments

Or maybe they have thought things through and they just don’t agree with your conclusion.

For people who choose a non-viral license, why not go straight to public domain? I see three reasons: 1. it avoids confusion and difficulty with countries that don’t recognize public domain. 2. it provides an explicit disclaimer of liability. 3. people like the requirement to credit the author or distributing organization.

1 wouldn’t be a problem with short copyright terms. 2 shouldn’t be either. I doubt someone would get anywhere trying to sue for damages caused by a defect in copyright-expired code. You’d lose 3 after 10 years but I’d guess open source authors see that as a nice-to-have rather than a hard requirement. The credit in proprietary software using non-viral open source is almost always buried in some “licenses” file nobody ever looks at anyway.

> In your license, say that everything reverts to the public domain in 5 years or 10 years. Grep away and show me how many licenses do that.

Look, I'm no lawyer, but my broader point is that something like that might not make much if any difference to most. It doesn't seem to me that there's much difference between the MIT license and public domain. The MIT just requires attribution and propagation of the license text.

If you add up the MIT licensed projects with others that have similar licenses, you might get to a 51%, at least according to the GitHub stats. I would think most of these people just picked a license by what other people picked. They don't really, really care to put the particular restrictions they did.

I'm not saying that 10 years is a good number, or that licenses are bad. I'm just saying that your pick of FOSS might be a poor example to argue about the need for long copyright terms.

The only ones among the FOSS community that likely care to have long copyright terms are those that pick GPL-type licenses, which have more substantial restrictions to ensure the freedoms of end-users.

Linux, Blender, and WordPress immediately spring to mind as software that would be in a very different place if their codebases reverted to public domain at the 10th year of their existence.
In what particular way do you think they'd be different if they'd gone into the public domain at 10 years?
The Linux kernel has changed a lot in the last 10 years. Having all the code in it that's >= 10yo become public domain would only mean you'd be able to run an ancient kernel on old hardware without worrying about the GPL license terms.
How many are still running kermels from 10 years ago. even for mainline stuff with insignificant changes such that it is out of copyright (an interesting legal question itself), there is enough that is significant in new kernels
It's not about running a 10 year old Kernel, it's about a trillion dollar corporation owning a source snapshot, throwing 5,000 engineers at it, and not contributing anything back.

It also effectively turns GPL3 to GPL2 on a rolling 10 year basis.

People freaked about Tivo 20 years ago. Now imagine what kind of chaos Nvidia and Oracle could cause starting from even Ubuntu 14 or a 3.18 Kernel.

The continued success of tye various bsd proves your fears are way over stated.
I'm surprised at people falling back into the BSD, MIT and GPL banter from 15 years ago.

Stop promoting your faves, stop generalizing about the motivations behind your non-faves, and to paraphrase John Lennon: imagine no licensing.

Now think a little deeper how that would change the motivations of developers, massive corporations, and VCs. Especially those that have given little but lip service to the whole movement.