Website Licenses...?
Posted: Wed Apr 04, 2007 5:21 pm
Does one put a license on one's website? If so, what? What about a disclaimer?
Thanks!
Thanks!
The Place to Start for Operating System Developers
https://f.osdev.org/
Code: Select all
<!-- HTML licence.. blah -->
/* PHP licence here.. blah 2.. */
Ask yourself a more important question. How many people actually bother to read licenses. More computer illiterate people are starting to learn about mechanisms such as the Page Down key, Vertical Scroll Bar or the Mouse Wheel to more quickly traverse those license screens that require you to scroll to the bottom in order to even press the "accept" button, than those constantly pressing the Down Key to read each line of the actual license.Alboin wrote:Yeah....but what about warranties? When releasing software, your license usually says that you are not responsible for any damaged caused by it. What if your site causes some damages accidentally to someone's computer? Shouldn't one have something like the BSD for use of the entire site? Am I paranoid?..............
There's a huge difference between a "clause" and an "explanation"
Code: Select all
IN NO EVENT SHALL MATTHEW SCHMIDT BE LIABLE
That's why it's good to be prudent about what one really wants to share with the whole world and what not. Somebody (many actually) is going to do that anyway; so, the best is to put end-user products and think twice about the actual information being shared. That's my point of view...Combuster wrote:no license information = all rights reserved. Hence putting up a copyright notice on a site is just a formality unless you want people to rip your HTML
That generally should, but if you prefer to be specific (just like traditional licenses, which state that they can't decompile, etc.); but you also have to be prudent about what you say.Alboin wrote:But what about warranty? A disclaimer of sorts.Doesn't this protect me from stupid users?Code: Select all
IN NO EVENT SHALL MATTHEW SCHMIDT BE LIABLE
Note: It's not my HTML. I use CMS Made Simple, because otherwise I would never update my site. (As if I do now. )
I don't know much about legal stuff, but I'm using the BSD license (Slightly modified), which was written by someone who does. Also, I don't think I'm using too many words...Am I? It's BSD.........~ wrote:As it has already been stated, if you use too much words, you could overcomplicate your situation, unless you really know what you do (and you need to) and know how to properly handle legal stuff.