Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 handwiki -- 1132 2022-09-27 02:54:48 |
2 format corrected. Meta information modification 1132 2022-09-27 08:41:24 |

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
HandWiki. Open Software License. Encyclopedia. Available online: https://encyclopedia.pub/entry/27619 (accessed on 27 July 2024).
HandWiki. Open Software License. Encyclopedia. Available at: https://encyclopedia.pub/entry/27619. Accessed July 27, 2024.
HandWiki. "Open Software License" Encyclopedia, https://encyclopedia.pub/entry/27619 (accessed July 27, 2024).
HandWiki. (2022, September 27). Open Software License. In Encyclopedia. https://encyclopedia.pub/entry/27619
HandWiki. "Open Software License." Encyclopedia. Web. 27 September, 2022.
Open Software License
Edit

The Open Software License (OSL) is a software license created by Lawrence Rosen. The Open Source Initiative (OSI) has certified it as an open-source license, but the Debian project judged version 1.1 to be incompatible with the DFSG. The OSL is a copyleft license, with a termination clause triggered by filing a lawsuit alleging patent infringement. Many people in the free software and open-source community feel that software patents are harmful to software, and are particularly harmful to open-source software. The OSL attempts to counteract that by creating a pool of software which a user can use if that user does not harm it by attacking it with a patent lawsuit.

copyleft free software osl

1. Key Features

1.1. Patent action termination clause

The OSL has a termination clause intended to dissuade users from filing patent infringement lawsuits:

10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware.[1]

1.2. Warranty of provenance

Another goal of the OSL is to warrant provenance.[2]

7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights.[1]

1.3. Network deployment is distribution

OSL explicitly states that its provisions cover derivative works even when they are distributed only through online applications:

5) External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c).[1]

1.4. Linking does not create a derivative work

OSL in section 1(a) authorizes licensees to reproduce covered software "as part of a collective work," as distinct from the Original Work or a Derivative Work. In section 1(c), only Derivate Works or copies of the Original Work are made subject to the license, not collective works. Derivative Work is defined in section 1(b) as being created when the licensee exercise their ability "to translate, adapt, alter, transform, modify, or arrange the Original Work."[1]

Rosen has written:[3]

The verbs used in § 1(b) ["translate, adapt, alter, transform, modify, or arrange"] reflect the kinds of activities that we generally do to create derivative literary or other expressive works, and those things—not functional linking—create Derivative Works as defined in this license. As a result, linking an unchanged Original Work with another independently-written work does not, absent more, create a Derivative Work subject to § 1(b); such an act is merely the incorporation of a copy of that Original Work into a collective work, authorized by § 1(a).

2. Comparison with the LGPL and GPL

The OSL is intended to be similar to the LGPL.[4] Note that the definition of Derivative Works in the OSL does not cover linking to OSL software/libraries so software that merely links to OSL software is not subject to the OSL license.

The OSL is not compatible with the GPL.[5] It has been claimed that the OSL is intended to be legally stronger than the GPL (with the main difference "making the software available for use over the Internet requires making the source code available"[6] that is the same goal as the even newer GNU Affero General Public License (AGPL), that is compatible with GPLv3),[6] however, unlike the GPL, the OSL has never been tested in court and is not widely used.

2.1. Assent to license

The restriction contained in Section 9 of the OSL reads:

If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License.[1]

In its analysis of the OSL the Free Software Foundation claims that "this requirement means that distributing OSL software on ordinary FTP sites, sending patches to ordinary mailing lists, or storing the software in an ordinary version control system, can arguably be a violation of the license and would subject violators to possible termination of the license. Thus, the OSL makes it challenging to develop software using the ordinary tools of Free Software development."[7]

2.2. Distribution

If the FSF claim is true then the main difference between the GPL and OSL concerns possible restrictions on redistribution. Both licenses impose a kind of reciprocity condition requiring authors of extensions to the software to license those extensions with the respective license of the original work.

2.3. Patent action termination clause

The patent action termination clause, described above, is a further significant difference between the OSL and GPL.

3. Further Provisions

  • Derivative Works must be distributed under the same license. (§1c)
  • Covered works that are distributed must be accompanied by the source code, or access to it made available. (§3)
  • No restrictions on charging money for programs covered by the license, but source code must be included or made available for a reasonable fee. (§3)
  • Covered works that are distributed must include a verbatim copy of the license. (§16)
  • Distribution implies (but does not explicitly state) a royalty-free license for any patents embodied in the software. (§2)

4. Later Versions

It is optional, though common for the copyright holder to add “or any later version” to the distribution terms in order to allow distribution under future versions of the license. This term is not directly mentioned in the OSL. However, it would seem to violate section 16, which requires a verbatim copy of the license.

5. Open Software That Uses the OSL

  • ClearCanvas (sold), Enterprise-ready DICOM Viewer and RIS/PACS
  • Magento, an eCommerce web application
  • PrestaShop, an eCommerce web application
  • Mulgara, a triplestore written in Java (new code is being contributed using the Apache 2.0 license.)
  • The Graphical Models Toolkit (GMTK), a dynamic Bayesian network prototyping system
  • Akeneo PIM (software), a Product Information Management application

6. Open Software That Used the OSL

  • NUnitLite up to 2.0 Alpha, a lightweight version of NUnit, NUnitLite is available under MIT / X / Expat Licence
  • CodeIgniter v3.0, an open source PHP framework (planned to use OSL, dropped because of GPL incompatibility for MIT License, may have used only for a short time for development release)

References

  1. "The Open Software License 3.0 (OSL-3.0)". Open Source Initiative. https://opensource.org/licenses/OSL-3.0.  Text was copied from this source, which is available under a Creative Commons Attribution 4.0 International License.
  2. "LinuxElectrons - Apache Software Foundation Position Regarding Sender ID". Linuxelectrons.com. 2005-10-31. http://www.linuxelectrons.com/article.php/2004090214423940. 
  3. "OSL 3.0 Explained". rosenlaw.com. https://rosenlaw.com/OSL3.0-explained.htm#_Toc187293087. 
  4. "Open Software License ("OSL") v. 3.0". http://rosenlaw.com/pdf-files/OSL3.0-comparison.pdf. 
  5. "Philosophy of the GNU Project – GNU Project – Free Software Foundation (FSF)". Gnu.org. 2012-02-26. https://www.gnu.org/philosophy. 
  6. "Choosing an Open Source License". Airs.com. http://www.airs.com/ian/essays/licensing/licensing.html. 
  7. "Various Licenses and Comments about Them – GNU Project – Free Software Foundation (FSF)". Gnu.org. https://www.gnu.org/philosophy/license-list.html#OSL. 
More
Information
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 574
Entry Collection: HandWiki
Revisions: 2 times (View History)
Update Date: 27 Sep 2022
1000/1000
Video Production Service