I found some code on the web. The web page doesn't make any mention of a license, and the download doesn't make any mention of a license. What are the license implications of using that code in the US? Is there such a thing as an implicit license?

link|improve this question

67% accept rate
3  
Licenses are law, and vary by location, and are the province of lawyers. – John Saunders Jul 27 '09 at 21:13
3  
It's usually not a big deal to just, you know, email them and ask. – Spencer Ruport Jul 27 '09 at 21:14
2  
I would recommend contacting the author and asking what terms they allow use under. Many people are unaware of copyright, and fail to license their code simply because they don't know to. That said, this does not give you the right to use the code without a license. – bdonlan Jul 27 '09 at 21:16
"Finders keepers" ;) – Juliet Jul 27 '09 at 21:16
Just use the code. Who cares. – Josh Stodola Jul 27 '09 at 21:30
show 1 more comment
feedback

4 Answers

up vote 9 down vote accepted

There's no such thing as an implicit license. A code is implicitly copyrighted the moment it is written, and, by default, you have no legal right to redistribute it, or produce derived works from it (of course, the author might not mind, but that's another matter entirely). In other words, lack of license is roughly the same as "look but don't touch" license.

link|improve this answer
2  
There is an implicit license--the US copyright code. It says you can't use it. – Loren Pechtel Jul 27 '09 at 21:27
2  
"implicitly copyrighted" in the US. Other countries maybe not. – S.Lott Jul 27 '09 at 21:37
There is such a thing as an implicit license. Not saying it applies here (no idea), but it exists. – James Moore Jul 8 '11 at 16:34
feedback

If the code doesn't have a license, it is still copyright by it's author, which means you cannot use nor publish it without their express permission [assuming you're in the U.S. and the code is from a country we're treaty obligated to enforce copyright protections for].

link|improve this answer
Does that hold true for every country in the world? – EricSchaefer Jul 27 '09 at 21:14
4  
I'm not aware of any countries in which copyright is not automatic (wasn't it in Berne treaty?). – Pavel Minaev Jul 27 '09 at 21:15
3  
@Eric, the ones that are signatories to the berne convention anyway. Which is most of them :) – bdonlan Jul 27 '09 at 21:15
Probably not, but enough that I don't bother. There's enough publicly licensed, public-domain, adware-licensed code out there that I just don't deal with ambiguities. – Chris Kaminski Jul 27 '09 at 21:16
feedback

IANAL, but I think it depends on local copyright laws. I have a feeling that if it gets taken to court, the winner will largely depend on the deepness of your respective wallets.

link|improve this answer
feedback

That depends on your country's laws.

link|improve this answer
I edited the question to specify the US. – RickDT Jul 28 '09 at 17:14
1  
Not just the country you're in. You don't think that a German court could take action if you publish something in the United States that's available in Germany? You need to consider the laws of every country involved. – James Moore Jul 8 '11 at 22:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.