| Literature DB >> 22844236 |
Andrew Morin1, Jennifer Urban, Piotr Sliz.
Abstract
Entities:
Mesh:
Year: 2012 PMID: 22844236 PMCID: PMC3406002 DOI: 10.1371/journal.pcbi.1002598
Source DB: PubMed Journal: PLoS Comput Biol ISSN: 1553-734X Impact factor: 4.475
Figure 1Example of FOSS license with “academic” style copyright statement.
The example shown is the entirety of a 2-Clause BSD [8] license with copyright statement (at top, within quotes). The text of the license is in black. Red highlighted text is where the copyright holder applying the license inserts their specific information. Application of this and many FOSS licenses simply require that the text of the license be included (usually as “License.txt”) in the directory containing the distributed program binary and or source code.
Summary of select attributes of cited licenses types.
| Name | Latest Version | Copyleft | Patent Grant | Permits | Used by | |
|
| BSDMITECLApacheMPLLGPLGPL | 2-Clause1.02.02.02.03.03.0 | NoNoNoNoPartialWeakStrong | NoNoYesYesYesYesYes | YesYesYesYesYesYesNo | Gabedit, Chemkit, SciPyWeblogo, APBSRCrane, Sakai ProjectImagemagick, Autodock Vina, GenMAPPFirefox, ThunderbirdClustalW/X, IMP, BioJava, Taverna WorkbenchR Project, Perl, Coot, OpenBabel, GROMACS |
|
| Traditional “bespoke” | NoNoNo | VariesVariesNo | VariesVariesNo |
| |
|
| Any combination | Varies | Varies | Varies | Pymol, MySQL, BDB, Phenix | |
Note that the values assigned in the table are only a general summary of each license attribute and may not fully reflect the specific details of each license.
License text explicitly describes the treatment of patents related to the software.
Allows the linking of computer code under different licenses.
Select examples of popular software employing these licenses.
Refers to a range of custom-tailored licenses traditionally used by academic and research institutions.
Traditional “bespoke” license that also makes source code available for inspection purposes only.
Figure 2Schematic representation of license directionality.
In general, permissively licensed code is forward compatible with any other license type. However, only permissive licenses, such as the BSD and MIT, can feed into other permissive licenses. Restrictive licenses like the GPL are backward compatible with themselves and permissive licenses, but must adopt the restrictive license from then on. Proprietary licenses can incorporate upstream permissively licensed code, but by definition are incompatible with any other downstream license. Grey represents actions that are not permitted without negotiating a separate license agreement with the rights owner.