For the complete documentation index, see llms.txt. This page is also available as Markdown.

3.5 Overview of BSD Licenses

The BSD license is an important category of free software licenses with relatively permissive terms of use. This document lists the major BSD licenses, including those approved by the OSI (Open Source Initiative), as well as the historically significant but OSI-unapproved BSD-4-Clause. For more BSD license information, see OSI.

All BSD licenses listed below are non-copyleft licenses, meaning they do not require modified derivative versions to be released as free software.

The clause numbers of BSD licenses indicate the complexity of additional obligations and restrictions. 0BSD has the fewest restrictions, while BSD-4-Clause has the most.

The Zero-Clause BSD License (0BSD)

The Zero-Clause BSD License is the least restrictive among the BSD license family. Although named "BSD," it does not actually originate from the traditional BSD family.

This license is a variant of the ISC license. The ISC license originated from the Internet Software Consortium (later renamed Internet Systems Consortium) and is a concise permissive license; 0BSD is approximately equivalent to a public domain license.

Full text:

Zero-Clause BSD
=============

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Unofficial translation:

The 1-Clause BSD License (BSD-1-Clause)

The 1-Clause BSD License adds a copyright notice requirement on top of the zero-clause license.

Full text:

Unofficial translation:

The 2-Clause BSD License (BSD-2-Clause)

The 2-Clause BSD License is widely used and is the FreeBSD license, also known as the Simplified BSD License, preferred by the FreeBSD project. This license removed the advertising clause and endorsement clause from the original BSD license (BSD-4-Clause), requiring only that the copyright notice, list of conditions, and disclaimer be retained in source code and binary redistributions. The advertising clause originally required that all advertising materials mentioning the features or use of this software acknowledge the use of software developed by the original author; it has been removed due to its impracticality in actual use.

Full text:

Unofficial translation:

The 3-Clause BSD License (BSD-3-Clause)

The 3-Clause BSD License adds a restriction on using the author's name for promotion on top of the two-clause license. The 3-Clause BSD License is also known as the New BSD License or Modified BSD License. This license removed the advertising clause from the original BSD license (i.e., BSD-4-Clause) and additionally restricts the use of the author's name to endorse or promote derived products.

Full text:

Unofficial translation:

BSD 4-Clause "Original" or "Old" License (BSD-4-Clause)

The 4-Clause BSD License is the original version of the BSD license with more restrictive conditions. The 4-Clause BSD License is the original BSD license and is currently not approved by the OSI. This license includes an advertising clause requiring that all advertising materials mentioning the features or use of this software acknowledge the use of products developed by the original author (see Clause 3 below).

Full text:

Unofficial translation:

References

  • Open Source Initiative. OSI Approved Licenses[EB/OL]. [2026-04-17]. https://opensource.org/licenses. OSI is the official certification body for open source software licenses, providing the most authoritative license approval and classification information. For more BSD license information, see https://opensource.org/licenses?ls=BSD.

  • SPDX. SPDX License List[EB/OL]. [2026-03-25]. https://spdx.org/licenses/. SPDX provides a standardized license identifier list.

  • FSF. Problems with the BSD License[EB/OL]. [2026-03-25]. https://www.gnu.org/licenses/bsd.zh-cn.html. For more discussion comparing the BSD license with the copyleft paradigm, see here.

Last updated