Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I have published an app to the android and amazon app stores and currently my app has a legal disclaimer (End Use License Agreement) as part of it that runs the first time the start up the app. But my question is, is that needed? When do you need a EULA and when do you not? No one reads them anyway... but as a developer you need to protect yourself. What are the general guidelines for when you should and when you shouldn't? I did just because almost every other piece of software I have ever used had one, but I don't know why beyond that. Any help would be much appreciated.

share|improve this question

1 Answer

up vote 2 down vote accepted

Well as far as when to use it, the question is simple. ALWAYS!!!
This explains to people what they can and can not do. Even if you distribute the software free, have your sources exposed, and put no restrictions on redistribution, just state that. Otherwise you're leaving things too open. People won't redistribute or extend for fears of copyright violation. On the flip side, not having one on a closed commercial app, opens the door wide open for someone to mess with the app, with no legal protections for you.

share|improve this answer
But why do you have to include a EULA when you work is copyrighted. Can anyone point me to something a little bit more concrete as to why all computer software requires a EULA but nothing else does? Maybe a law or a court case or some legal reason why they are needed? – S.A.Jay Aug 13 '12 at 2:39
Copyright is subjective when it comes to software. Take a look at curent battles between Google and Oracle in regards to Java. Unfortunately in the US, the legal framework for Copyrights is quite archaic, and digital productions/software isn't well represented. In addition, a copyright only covers copying, and not hacking, modifying, etc. FYI below from the copyright office: – user60812 Aug 13 '12 at 14:10
copyright.gov/circs/circ61.pdf – user60812 Aug 13 '12 at 14:11
This is the best definition and explination I was able to find; wisegeek.com/what-is-an-eula.htm – S.A.Jay Aug 14 '12 at 1:55
Yes that more or less explains it. You are basically limiting use and protecting yourself. The full scope is quite comprehensive to cover in a Q&A site – user60812 Aug 14 '12 at 12:10
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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