Difference between revisions of "License"

From mitk.org
Jump to navigation Jump to search
(username removed)
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
= License =
 
 
 
MITK is available as free open source software under a [http://www.opensource.org/licenses/bsd-license.php BSD-style license].
 
MITK is available as free open source software under a [http://www.opensource.org/licenses/bsd-license.php BSD-style license].
 
The exact license text is:
 
The exact license text is:
Line 7: Line 5:
  
 
<pre><nowiki>
 
<pre><nowiki>
=========================================================================
+
=======================================================================
Copyright (c) 2003-2008 German Cancer Research Center, Division of Medical
+
BSD 3-Clause License
and Biological Informatics
+
 
 +
Copyright (c) 2003-2025, German Cancer Research Center (DKFZ)
 
All rights reserved.
 
All rights reserved.
  
Line 15: Line 14:
 
modification, are permitted provided that the following conditions are met:
 
modification, are permitted provided that the following conditions are met:
  
Redistributions of source code must retain the above copyright notice,
+
1. Redistributions of source code must retain the above copyright notice, this
this list of conditions and the following disclaimer.
+
  list of conditions and the following disclaimer.
 
 
Redistributions in binary form must reproduce the above copyright notice,
 
this list of conditions and the following disclaimer in the documentation
 
and/or other materials provided with the distribution.
 
  
The name of the German Cancer Research Center, nor the names of any
+
2. Redistributions in binary form must reproduce the above copyright notice,
contributors, may be used to endorse or promote products derived from this
+
  this list of conditions and the following disclaimer in the documentation
software without specific prior written permission.
+
  and/or other materials provided with the distribution.
  
Modified source versions must be plainly marked as such, and must not be
+
3. Neither the name of the copyright holder nor the names of its
misrepresented as being the original software.
+
  contributors may be used to endorse or promote products derived from
 +
  this software without specific prior written permission.
  
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS''
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Line 39: Line 35:
 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=========================================================================
+
=======================================================================
 
</nowiki></pre>
 
</nowiki></pre>

Latest revision as of 11:59, 27 August 2025

MITK is available as free open source software under a BSD-style license. The exact license text is:


=======================================================================
BSD 3-Clause License

Copyright (c) 2003-2025, German Cancer Research Center (DKFZ)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
   contributors may be used to endorse or promote products derived from
   this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=======================================================================