Free Speech Wiki
Advertisement

Template:Infobox software license The University of Illinois/NCSA Open Source License is a permissive free software licence, based on the MIT/X11 and BSD licenses. By combining the best parts of these two licenses, it attempts to be clearer and more concise than either.

The license is the result of efforts by a University of Illinois committee set up in 2001. The intention was to create a new license standard for both NCSA and the worldwide software community in general. It was formally certified as an open-source license during a March 28 2002 board meeting of the Open Source Initiative.

Source code under the NCSA license can be incorporated into proprietary products without the reciprocity requirements that copyleft free software licenses raise. The license is compatible with all versions of the GNU General Public License.[1]

Terms[]

The following is a license template. On an actual license the sections within angle brackets (year, owner organization name, etc.) will be filled out.

Copyright (c) <YEAR> <OWNER ORGANIZATION NAME>.  All rights reserved.

Developed by: <NAME OF DEVELOPMENT GROUP>
              <NAME OF INSTITUTION>
              <URL FOR DEVELOPMENT GROUP/INSTITUTION>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal with the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, 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:
  1. Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimers.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimers in the
     documentation and/or other materials provided with the distribution.
  3. Neither the names of <NAME OF DEVELOPMENT GROUP>, <NAME OF
     INSTITUTION>, nor the names of its contributors may be used to endorse
     or promote products derived from this Software without specific prior
     written permission.

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
CONTRIBUTORS 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
WITH THE SOFTWARE.

Comparison to other licenses[]

The University of Illinois/NCSA Open Source License is template-based, like the MIT/X11 and BSD licenses.

The initial license grant is based on text from the MIT license; it clearly states that it applies to the software plus any associated documentation files, and is more specific about what rights are conveyed than the BSD license.

The three license clauses are almost identical to those found in the modified BSD license. It requires that redistributions reproduce the license, and prevents the names of contributors from being used to promote derived products without permission. Here it is more precise than the MIT license, which does not distinguish between redistributions in source code or object form.

The University of Illinois/NCSA Open Source License inspired Lawrence E. Rosen of the Open Source Initiative to create the Academic Free License. The Academic Free License is more complex than the BSD, MIT and NCSA licenses, and covers additional areas such as patent and trademark law.

References[]

  1. Lua error in Module:Citation/CS1 at line 4069: attempt to call field 'set_selected_modules' (a nil value).

External links[]

Template:Portal

Advertisement