Harald Geyer wrote:
Harald, What appears simple right now tends to cause downstream difficulty. Someone taking your code will need to confirm that in their jurisdiction this statement enables them to release a modification under a licence that disclaims warranty, a future maintainer will ask lists like this if everything is ok, in some jurisdictions there will be extra work as people confirm that details in local law they don't understand overcomes your intent, there is a minor risk of users looking for warranty, and you will get emails asking you to confirm that case 'X' is ok. All adds up to extra work that can be avoided now by following an established simple path - use a standard wide-open Open Source licence like the MIT (See http://opensource.planetjava.org/licenses/mit-license.html). I replicated the MIT licence below. Copyright (c) <year> <copyright holders> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sub license, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
- Re: Making legal issues as short as possible OSS
- Re: Making legal issues as short as possible Glenn Maynard
- Re: Making legal issues as short as possible Dave Hornford

