|
The BSD license is a permissive license and is one of the most widely used free software licenses. It is used most commonly for the Berkeley Software Distribution, a Unix-like operating system for which the license was named. Public-domain equivalent licenses offer many of the same freedoms as releasing a work to the public domain. ...
This article is about Free Software as defined by the sociopolitical Free Software movement; for information on software distributed without charge, see freeware. ...
Berkeley Software Distribution (BSD, sometimes called Berkeley Unix) is the Unix derivative distributed by the University of California, Berkeley starting in the 1970s. ...
A Unix-like operating system is one that behaves in a manner similar to a Unix system, while not necessarily conforming to or being certified to any version of the Single UNIX Specification. ...
The owners of the original BSD distribution were the "Regents of the University of California". This is because BSD originally came from the University of California, Berkeley. The official BSD license has been revised since its inception, and has inspired numerous variants used by others to license their software programs (see "BSD-style licenses" section below). The Regents of the University of California make up the governing board of the University of California. ...
The University of California, Berkeley (also known as the University of California at Berkeley, UC Berkeley, Cal, California, or Berkeley) is the oldest and flagship campus of the ten-campus University of California system. ...
This license has few restrictions on it compared to other licenses such as the GNU GPL or even the default restrictions provided by copyright, putting it relatively closer to the public domain. The BSD License has been referred to as copycenter, as a comparison to standard copyright and copyleft free software: "Take it down to the copy center and make as many copies as you want."[1] The modified BSD license has the same freedom as copyleft free software for making verbatim copies of software. GNU (pronounced ) is a free software operating system consisting of a kernel, libraries, system tools, compilers and many end-user applications. ...
The GNU logo Wikisource has original text related to this article: GNU General Public License The GNU General Public License (GNU GPL or simply GPL) is a controversial, yet the most popular free software license, originally written by Richard Stallman for the GNU project (GNU itself is a recursive acronym...
Copyright symbol. ...
The public domain comprises the body of all creative works and other knowledge—writing, artwork, music, science, inventions, and others—in which no person or organization has any proprietary interest. ...
Terms of the BSD license The text of the license is considered to be in the public domain and thus may be modified without restriction. To suit the needs of a particular individual or organization, one should switch out the terms "Regents of the University of California", "University of California, Berkeley", and "Regents" with their own name. The public domain comprises the body of all creative works and other knowledge—writing, artwork, music, science, inventions, and others—in which no person or organization has any proprietary interest. ...
* Copyright (c) 1998, Regents of the University of California * 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 University of California, Berkeley 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 REGENTS 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 REGENTS AND 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. Compatibility with proprietary software licenses The BSD License allows proprietary commercial use, and for the software released under the license to be incorporated into proprietary commercial products. Works based on the material may even be released under a proprietary license (but still must maintain the license requirements). Some notable examples of this are the use of BSD networking code in Microsoft products, and the use of numerous FreeBSD components in Mac OS X. Microsoft Corporation (NASDAQ: MSFT, HKSE: 4338) is an international computer technology corporation with 2005 global annual sales of US$42. ...
FreeBSD is a Unix-like free operating system descended from AT&T UNIX via the Berkeley Software Distribution (BSD) branch through 386BSD and 4. ...
This article or section does not cite its references or sources. ...
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. AT&T Inc. ...
Compatibility with other free software licenses As originally written, the BSD license contained terms that made it incompatible [2] with the GPL (see the "advertising clause" section below). As these are among the most commonly-used licensing agreements for free and open source software, it was a serious problem for software authors to be unable to mix GPL and BSD components in their own projects. As of a revision to the BSD license in 1999, the controversial clause was removed. Since then, authors of free and open source software have been free to incorporate BSD-licensed software with GPL-licensed works, but GPL-licensed code cannot be incorporated into software licensed with the BSD license.
The UC Berkeley advertising clause As originally distributed, the BSD license had an extra clause, requiring authors of all works deriving from a BSD-licensed work to include an acknowledgment of the original source. This is numbered as clause 3 in the original licence text: * Copyright (c) 1982, 1986, 1990, 1991, 1993 * The Regents of the University of California. 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 University of * California, Berkeley and its contributors. * 4. Neither the name of the University 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 REGENTS 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 REGENTS 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 GNU project referred to it as the "obnoxious BSD advertising clause", as there were two main problems from their perspective: First, people who made changes to the source code tended to want to have their names added to the acknowledgement. This is problematic since with large numbers of people working on a single project (or for many separate projects in a software distribution), the advertising clause quickly created large and unwieldy acknowledgements. Second, a large legal problem was the advertising clause was incompatible with the terms of the GPL (which does not allow the addition of restrictions beyond those it already imposes) thus forcing a segregation of GNU and BSD software. The GNU project went so far as to suggest people not use the phrase "BSD-style" licensing when they wanted to refer to an example of a non-copyleft license, in order to prevent inadvertent usage of the original BSD license. This '4-clause' advertising version was removed from the official BSD license text on July 22, 1999 by William Hoskins, the director of the office of technology licensing for Berkeley, in response to a request from Richard Stallman. The document enacting that revocation is available here. July 22 is the 203rd day (204th in leap years) of the year in the Gregorian Calendar, with 162 days remaining. ...
1999 (MCMXCIX) was a common year starting on Friday, and was designated the International Year of Older Persons by the United Nations. ...
William Hoskins was director of the office of technology licensing for the University of California at Berkeley, who revoked the advertising clause of the BSD license in 1999. ...
Richard Matthew Stallman (frequently abbreviated to RMS) (born March 16, 1953) is the founder of the free software movement, the GNU Project, and the Free Software Foundation. ...
The original license is now sometimes called "BSD-old" or "4-clause BSD", while the current revision of the BSD license is sometimes referred to by the by names including "BSD-new", "revised BSD", or "3-clause BSD".
BSD-style licenses Several free or open source licenses that derive from or are similar to the BSD license are widely used: - NetBSD still uses a 4-clause license equivalent to the original BSD license.
- A 2-clause BSD-like license also exists which deletes the third clause, prohibiting use of the copyright holder's name for endorsement purposes. Removal of that clause makes the license functionally equivalent to the MIT License. This is the only BSD-style license permitted for certain libraries included in KDE.
- FreeBSD also uses a 2-clause license with an additional statement at the end that the views of contributors are not the official views of the FreeBSD Project.
- OpenBSD uses a license modeled after the ISC license for all additional software created by the project, as it is functionally a two-clause BSD-styled license, with no additional clauses or consequences involved.
NetBSD is a freely redistributable, open source version of the Unix-like BSD computer operating system. ...
Copyright symbol. ...
The MIT License, originated at the Massachusetts Institute of Technology, is a license for the use of certain types of computer software. ...
KDE (K Desktop Environment) is a free desktop environment and development platform built with Trolltechs Qt toolkit. ...
FreeBSD is a Unix-like free operating system descended from AT&T UNIX via the Berkeley Software Distribution (BSD) branch through 386BSD and 4. ...
OpenBSD is a freely available Unix-like computer operating system descended from Berkeley Software Distribution (BSD), a Unix derivative created at the University of California, Berkeley. ...
In January 2004 the projects, assets and staff of Internet Software Consortium were transferred to a new company, Internet Systems Consortium. ...
See also Image File history File links Portal. ...
Two of the most common free software licenses are the BSD and GPL licenses. ...
External links |