Skip to content
EntityQ191307· pop 41· linked from 1,556 articles

BSD licenses

Sign in to save

type of free software license, imposing minimal restrictions on the use and distribution of covered software.

Key facts

Author
Regents of the University of California
Publisher
Public domain
Spdx identifier
BSD-4.3TAHOE
Debian fsg compatible
Yes
Osi approved
No
Gpl compatible
No
Copyleft
No
Linking from code with a different licen
Yes

via Wikipedia infobox

~16 min read

Encyclopedic overview

BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the use and distribution of covered software. This is in contrast to copyleft licenses, which have share-alike requirements. The original BSD license was used for its namesake, the Berkeley Software Distribution (BSD), a Unix-like operating system. The original version has since been revised, and its descendants are referred to as modified BSD licenses.

BSD is both a license and a class of license (generally referred to as BSD-like). The modified BSD license (in wide use today) is very similar to the license originally used for the BSD version of Unix. The BSD license is a simple license that merely requires that all code retain the BSD license notice if redistributed in source code format, or reproduce the notice if redistributed in binary format. The BSD license (unlike some other licenses e.g. GPL) does not require that source code be distributed at all.

Excerpted from Wikipedia’s “BSD licenses” article, available under the CC BY-SA 4.0 licence.