Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

BSD style license

XRadar Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this 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. Neither the name of Kristoffer Kvam 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 OWNER 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. See licence.txt for dependancies to other open projects.

[Original text]

Copy of the license follows.

BSD licenses

From Wikipedia, the free encyclopedia

Jump to: navigation, search
For the BSD license template for use on Wikipedia, see Template:BSD.

The phrase BSD licenses represents a family of permissive free software licenses. The original was used for the Berkeley Software Distribution (BSD), a Unix-like operating system after which the license is named.

The original owners of BSD were the Regents of the University of California because BSD was first written at the University of California, Berkeley. The first version of the license was revised, and the resulting licenses are more properly called modified BSD licenses.

Two variants of the license, the New BSD License[1], and the Simplified BSD License[2] have been verified as Free software licenses by the Free Software Foundation, and have been vetted as Open source licenses by the Open Source Initiative,[3] while the original has not.[3][4]

The licenses have fewer restrictions compared to other free software licenses such as the GNU General Public License or even the default restrictions provided by copyright, putting works licensed under them relatively closer to the public domain.

Contents

[edit] Terms

Besides the original license used in BSD, there are several derivative licenses that are commonly referred to as a "BSD license". Today, the typical BSD license is the 3-clause version, which is revised from the original 4-clause version.

[edit] 4-clause license (original "BSD License")

BSD License
Author Regents of the University of California
Publisher Public Domain
Published 1983[5][dubious ]
DFSG compatible ?
Free software Yes[4]
OSI approved No[3]
GPL compatible No[4]
Copyleft No[4]
Linking from code with a different license Yes

The original BSD license contained a clause not found in later licenses, known as the "advertising clause". This clause eventually became controversial, as it required authors of all works deriving from a BSD-licensed work to include an acknowledgment of the original source in all advertising material. This was clause number 3 in the original license text:[citation needed]

Copyright (c) <year>, <copyright holder>
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. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   This product includes software developed by the <organization>.
4. Neither the name of the <organization> 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 <COPYRIGHT HOLDER> ''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 <COPYRIGHT HOLDER> 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.

This clause was objected to on the grounds that as people changed the license to reflect their name or organization it led to escalating advertising requirements when programs were combined together in a software distribution—every occurrence of the license with a different name required a separate acknowledgment. In arguing against it, Richard Stallman has stated that he counted 75 such acknowledgments in a 1997 version of NetBSD.[6] In addition, the clause presented a legal problem for those wishing to publish BSD-licensed software which relies upon separate programs using the more-restrictive GNU GPL: the advertising clause is incompatible with the GPL, which does not allow the addition of restrictions beyond those it already imposes.

Today, this original license is now sometimes called "BSD-old" or "4-clause BSD".

[edit] 3-clause license ("New BSD License")

New BSD License
Author Regents of the University of California
Publisher Public Domain
Published 01999-07-22July 22, 1999[7]
DFSG compatible Yes
Free software Yes[1]
OSI approved Yes[3]
GPL compatible Yes[1]
Copyleft No[1]
Linking from code with a different license Yes

The advertising clause was removed from the license text in the official BSD on 01999-07-22July 22, 1999 by William Hoskins, the director of the office of technology licensing for Berkeley.[7] Other BSD distributions removed the clause, but many similar clauses remain in BSD-derived code from other sources, and unrelated code using a derived license.

While the original license is sometimes referred to as "BSD-old", the resulting 3-clause version is sometimes sometimes referred to by "BSD-new." other names include "New BSD", "revised BSD", or "3-clause BSD." In fact, this version has been vetted as an Open source license by the OSI as the "New BSD License."[3]

This version allows unlimited redistribution for any purpose as long as its copyright notices and the license's disclaimers of warranty are maintained. The license also contains a clause restricting use of the names of contributors for endorsement of a derived work without specific permission.

Copyright (c) <year>, <copyright holder>
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
    * Redistributions of source code must retain the above copyright
      notice, this 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.
    * Neither the name of the <organization> 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 <COPYRIGHT HOLDER> 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.

[edit] 2-clause license ("Simplified BSD License" or "FreeBSD License")

Simplified BSD License
Author The FreeBSD Project
Publisher Public Domain
Published ?
DFSG compatible Yes
Free software Yes[2]
OSI approved Yes[3]
GPL compatible Yes[2]
Copyleft No[2]
Linking from code with a different license Yes

An even more simplified version has come into use, primarily known for its usage in FreeBSD.[8] The primary difference between it and the New BSD (3-clause) License is that it omits the non-endorsement clause. It also adds a further disclaimer about views and opinions expressed in the software. This version has been vetted as an Open source license by the OSI as the "Simplified BSD License."[3]

Copyright <year> <copyright holder>. 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.

THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ``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 <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.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of <copyright holder>.

Other projects, such as NetBSD use a similar 2-clause license, but without the additional disclaimer.[9] This version still constitutes the New BSD License, as the OSI has stated "Also, you may optionally omit clause 3 and still be OSD conformant."[3]

[edit] Proprietary software licenses compatibility

The BSD License allows proprietary use, and for the software released under the license to be incorporated into proprietary products. Works based on the material may be released under a proprietary license or as closed source software. This is the reason for widespread use of the BSD code in proprietary products, ranging from Juniper Networks routers to Mac OS X.[10]

It is possible for something to be distributed with the BSD License and some other license to apply as well. This was in fact the case with very early versions of BSD itself, which included proprietary material from AT&T.

[edit] See also

[edit] References

  1. ^ a b c d "Licenses - Free Software Foundation: Modified BSD license". Free Software Foundation. http://www.fsf.org/licensing/licenses/index_html#ModifiedBSD. Retrieved 06 December 2009. 
  2. ^ a b c d "Licenses - Free Software Foundation: FreeBSD license". Free Software Foundation. http://www.fsf.org/licensing/licenses/index_html#FreeBSD. Retrieved 06 December 2009. 
  3. ^ a b c d e f g h "Open Source Initiative OSI - The BSD License:Licensing". Open Source Initiative. http://www.opensource.org/licenses/bsd-license.php. Retrieved 06 December 2009. 
  4. ^ a b c d "Licenses - Free Software Foundation: Original BSD license". Free Software Foundation. http://www.fsf.org/licensing/licenses/index_html#OriginalBSD. Retrieved 06 December 2009. 
  5. ^ Greg Lehey (2003-06-23). "Robert Cringely's article about the SCO affair". http://www.lemis.com/grog/SCO/cringely.html. Retrieved 2007-11-25. 
  6. ^ Richard Stallman. "The BSD License Problem". Free Software Foundation. http://www.gnu.org/philosophy/bsd.html. Retrieved 2006-11-15. 
  7. ^ a b "To All Licensees, Distributors of Any Version of BSD". University of California, Berkeley. 1999-07-22. ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change. Retrieved 2006-11-15. 
  8. ^ "The FreeBSD Copyright". The FreeBSD Project. http://www.freebsd.org/copyright/freebsd-license.html. Retrieved 6 December 2009. 
  9. ^ "NetBSD Licensing and Redistribution". The NetBSD Foundation. http://www.netbsd.org/about/redistribution.html. Retrieved 06 December 2009. 
  10. ^ "Developer Connection — Open Source". Apple, Inc.. 2007. http://developer.apple.com/opensource/index.html. Retrieved 2007-11-17. 

[edit] External links