Difference between revisions of "License"

From mitk.org
Jump to navigation Jump to search
(CHG: updated license)
 
 
(4 intermediate revisions by 2 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-2012 German Cancer Research Center,
+
BSD 3-Clause License
Division of Medical and Biological Informatics
+
 
 +
Copyright (c) 2003-2025, German Cancer Research Center (DKFZ)
 
All rights reserved.
 
All rights reserved.
  
Redistribution and use in source and binary forms, with or
+
Redistribution and use in source and binary forms, with or without
without modification, are permitted provided that the
+
modification, are permitted provided that the following conditions are met:
following conditions are met:
 
  
* Redistributions of source code must retain the above
+
1. Redistributions of source code must retain the above copyright notice, this
  copyright notice, this list of conditions and the
+
  list of conditions and the following disclaimer.
  following disclaimer.
 
  
* Redistributions in binary form must reproduce the above
+
2. Redistributions in binary form must reproduce the above copyright notice,
  copyright notice, this list of conditions and the
+
  this list of conditions and the following disclaimer in the documentation
  following disclaimer in the documentation and/or other
+
  and/or other materials provided with the distribution.
  materials provided with the distribution.
 
  
* Neither the name of the German Cancer Research Center,
+
3. Neither the name of the copyright holder nor the names of its
  nor the names of its contributors may be used to endorse
+
  contributors may be used to endorse or promote products derived from
  or promote products derived from this software without
+
  this software without specific prior written permission.
  specific prior written permission.
 
  
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
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.
 
=========================================================================
 
 
</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.
=======================================================================