OPEN-SOURCE LICENSE EXPLORER
Quickly understand what you can and cannot do with popular open source licenses, from permissive MIT/BSD to copyleft GPL/AGPL and weak copyleft MPL.
MIT License
A short and simple permissive license with conditions only requiring preservation of copyright and license notices.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice must be included
- Liability
- Warranty
Apache License 2.0
A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights.
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- License and copyright notice
- State changes
- Include NOTICE file
- Liability
- Trademark use
- Warranty
BSD 2-Clause License
A very simple permissive license that allows unlimited redistribution for any purpose as long as copyright notices and the license's disclaimers are maintained.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice must be included
- Liability
- Warranty
BSD 3-Clause License
A permissive license similar to the BSD 2-Clause but with a clause prohibiting the use of the name of the project or its contributors for endorsement without prior written permission.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice must be included
- Liability
- Warranty
ISC License
A highly permissive license functionally equivalent to the two-clause BSD license and MIT license, but with even simpler language, removing language deemed unnecessary by the Berne Convention.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice must be included
- Liability
- Warranty
zlib License
A permissive license designed for the zlib compression library. It allows software modification and distribution, provided that the origin is not misrepresented and modifications are marked.
- Commercial use
- Modification
- Distribution
- Private use
- Modified versions must be marked as such
- Do not misrepresent the origin of the original software
- Liability
- Warranty
Artistic License 2.0
A permissive license used primarily for Perl projects. It allows distribution and modification but requires modified packages to still be accessible, clearly documented, or released under compatible terms.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice
- State changes
- Maintain compatibility or document changes clearly
- Liability
- Warranty
Python Software Foundation License
A BSD-style permissive license designed for the Python programming language. It permits modification and commercial redistribution without requiring copyleft constraints.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice must be included
- State changes in Python files if modified
- Liability
- Warranty
Boost Software License 1.0
A highly permissive license similar to MIT and BSD, but unlike them, it does not require copyleft or attribution notices if the software is distributed in binary/compiled form.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice required only for source code distribution
- Liability
- Warranty
University of Illinois/NCSA Open Source License
A permissive license combining terms from the MIT/X11 and BSD licenses, requiring license text preservation but prohibiting promotional use of developer names.
- Commercial use
- Modification
- Distribution
- Private use
- License and copyright notice must be included
- Names of developers/institutes cannot be used for promotion
- Liability
- Warranty
Mozilla Public License 2.0
A weak copyleft license that requires source code of modified files to be made available. However, files with new/different code can be under other licenses.
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- License and copyright notice
- Disclose source (for modified files)
- Liability
- Trademark use
- Warranty
GNU Lesser General Public License v2.1
A weak copyleft license allowing developers to link to a shared library without forcing their own application to be open sourced, though modifications to the library itself must remain under LGPL.
- Commercial use
- Modification
- Distribution
- Private use
- Disclose source of LGPL code
- License and copyright notice
- State changes
- Allow users to relink or reverse engineer the host application
- Liability
- Warranty
GNU Lesser General Public License v3.0
An updated version of LGPL v2.1 incorporating GPLv3's terms. It guarantees rights to relink and reverse-engineer, while offering patent grants and protection against anti-circumvention laws.
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- Disclose source of LGPL code
- License and copyright notice
- State changes
- Allow users to relink or reverse engineer the host application
- Liability
- Warranty
Eclipse Public License 2.0
A weak copyleft license designed to be business-friendly. Modified files must be disclosed, but it allows sub-licensing of binaries and provides clear patent terms.
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- Disclose source of modified EPL files
- License and copyright notice
- Liability
- Warranty
Common Development and Distribution License
A weak copyleft license based on the Mozilla Public License. It requires source code release of CDDL-covered files if modified, but allows combining them with other proprietary files.
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- Disclose source of CDDL files
- License and copyright notice
- Liability
- Warranty
GNU General Public License v2.0
A strong copyleft license that requires any derivative work, linked code, or modifications to be distributed under the exact same license terms. Source code must be provided.
- Commercial use
- Modification
- Distribution
- Private use
- Disclose source
- License and copyright notice
- State changes
- Use identical license (GPLv2)
- Liability
- Warranty
GNU GPLv3
A strong copyleft license requiring derivative works to be open sourced under GPLv3. It provides explicit protection against patent litigation and tivoization (hardware locking source code).
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- Disclose source
- License and copyright notice
- State changes
- Use identical license (GPLv3)
- Liability
- Warranty
GNU AGPLv3
A strong copyleft license designed for network-served software. If you run a modified version on a server for users to interact with over a network, you must disclose the source code.
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- Disclose source
- License and copyright notice
- State changes
- Use identical license (AGPLv3)
- Network trigger (disclose source when run on a network)
- Liability
- Warranty
European Union Public Licence 1.2
A strong copyleft license drafted in 22 European languages, conforming to EU law. It has compatibility provisions allowing code to be integrated with GPL, MPL, and other copyleft licenses.
- Commercial use
- Modification
- Distribution
- Patent use
- Private use
- Disclose source
- License and copyright notice
- State changes
- Use compatible copyleft license
- Liability
- Warranty
CeCILL License v2.1
A French law-compliant strong copyleft license designed by CEA, CNRS, and Inria. It is fully compatible with GNU GPL, facilitating copyleft licensing within European/French legal frameworks.
- Commercial use
- Modification
- Distribution
- Private use
- Disclose source
- License and copyright notice
- State changes
- Use identical license (CeCILL) or GPL
- Liability
- Warranty
The Unlicense
A public domain equivalent license that releases the code into the public domain, allowing anyone to do whatever they want with it, without any conditions.
- Commercial use
- Modification
- Distribution
- Private use
- Liability
- Warranty
CC0 1.0 Universal
A public dedication tool from Creative Commons that waives all copyright and related rights in a work worldwide, to the fullest extent permitted by law.
- Commercial use
- Modification
- Distribution
- Private use
- Liability
- Warranty