Most websites have a "Terms of Service" page, which all say stuff a long the lines of "you agree not to do anything bad", "we reserve all rights", "we don't owe you a thing", etc. Are these really necessary?

For example, if somebody was going to do something illegal, would your TOS really stop them if the law didn't? If you don't say "we own all rights to our software", don't you own the rights anyway? If you don't say "we reserve the right to terminate the service" and you terminate the service is there anything the user can do? You get the idea.

If we assume that nobody actually reads the TOS (which I don't think is a controversial assumption) then it doesn't really serve to inform the user about what they should and shouldn't do. At best, it can allow you to say "we told you so" after the fact.

Could anyone give specific examples where a TOS would be useful - preferably real, not hypothetical? I mean, more specific than "everyone else has one" or "you might as well". What problems do Terms of Service solve (or prevent)?

link|improve this question

56% accept rate
feedback

3 Answers

Anything that you’ve created is your intellectual property and that is governed by traditional property laws. Many sites require that you accept a terms of service document that essentially grants them ownership of your content.

So, from a legal stand-point, you would get your users to accept a TOS, if you use/store any of their intellectual property.

Also, A ToS violation can be viewed as a breach of contact, and may result in anything ranging from the removal of the user, to you deciding to take him to court. TOS is legally binding and will enable you to pursue legal action (as Sony did against GeoHot!)

link|improve this answer
feedback

Perhaps of your web app does some work on client data that client uploads or something, so terms of service are: we are not responsible for any data loss etc etc...

Also, if you have a "portal" type of site with news, maybe terms of service at the bottom would state that copying is prohibited without adding original source ...

link|improve this answer
feedback

If you have any content that can be stolen, the yes. If not, then you don't.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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