User:Buidhe paid/Software license

From Wikipedia, the free encyclopedia

Diagram of software under various licenses according to the FSF and their The Free Software Definition: on the left side "free software", on the right side "proprietary software". On both sides, and therefore mostly orthogonal, "free download" (Freeware).

A software license is a legal instrument governing the use or redistribution of software.

Since the 1970s, software copyright has been recognized in the United States. Despite the copyright being recognized, most companies prefer to sell licenses rather than copies of the software because it enables them to enforce stricter terms on redistribution. Very few purchasers read any part of the license, initially shrink-wrap contracts and now most commonly encountered as clickwrap or browsewrap. The enforceability of this kind of license is a matter of controversy and is limited in some jurisdictions. Service-level agreements are another type of software license where the vendor agrees to provide a level of service to the purchaser, often backed by financial penalties.

Copyleft is a type of free license that mandates derivative works to be licensed. The other types of free license lack this requirement: for permissive licenses, attribution is typically the only requirement, and public-domain-equivalent licenses have no restrictions. The proliferation of open-source licenses has compounded license compatibility issues, but all share some features: allowing redistribution and derivative works under the same license, unrestricted access to the source code, and nondiscrimination between different uses—in particular, allowing commercial use.

Free and open Non-free
Public domain[1] and equivalent licenses Permissive license[2][3] Copyleft[2][3] Noncommercial license[4] Proprietary license[5] Trade secret[6]
Description Waives copyright protection Grants use rights, including right to relicense (allows proprietization, license compatibility) Grants use rights, forbids proprietization Grants rights for noncommercial use only. Traditional use of copyright; no rights need be granted No information made public
Notable software licenses PD, CC0[7] MIT, Apache, MPL, BSD GPL, AGPL JRL[8] Proprietary software

Software copyright[edit]

The source code (or compiled binaries in the form of object code)[9] of a computer program is protected by copyright law that vests the owner with the exclusive right to copy the code. The underlying ideas or algorithms are not protected by copyright law, but are often treated as a trade secret and concealed by such methods as non-disclosure agreements.[10] Software copyright has been recognized since the mid-1970s and is vested in the company that makes the software, not the employees or contractors who wrote it.[1]

Software licenses and rights granted in context of the copyright according to Mark Webbink.[11] Expanded by freeware and sublicensing.
Rights granted Public domain and equivalent Permissive FOSS license (e.g. BSD license) Copyleft FOSS license (e.g. GPL) Freeware / Shareware / Freemium Proprietary license Trade secret
Copyright retained No Yes Yes Yes Yes Yes
Right to perform Yes Yes Yes Yes Yes No
Right to display Yes Yes Yes Yes Yes No
Right to copy Yes Yes Yes Often No Lawsuits are filed by the owner against copyright infringement the most
Right to modify Yes Yes Yes No No No
Right to distribute Yes Yes, under same license Yes, under same license Often No No
Right to sublicense Yes Yes No No No No
Example software SQLite, ImageJ Apache web server, ToyBox Linux kernel, GIMP, OBS Irfanview, Winamp Windows, the majority of commercial video games and their DRMs, Spotify, xSplit, TIDAL Server-side
Cloud computing programs and services,
forensic applications, and other line-of-business work.

Proprietary software licenses[edit]

A brief, written-out beta test software license issued by Macromedia in 1995

The tendency to license proprietary software, rather than sell it, dates from the time period before the existence, then the scope of software copyright protection was clear. These licenses have continued in use after software copyright was recognized in the courts, and are considered to grant the company extra protection compared to copyright law.[12] According to United States federal law, a company can restrict the parties to which it sells but it cannot prevent a buyer from reselling the product. Software licensing agreements usually prohibit resale, enabling the company to maximize revenue.[13]

Traditionally, software was distributed in the form of binary object code that could not be understood or modified by the user,[9] but could be downloaded and run. The user bought a perpetual license to use a particular version of the software.[14] Software as service (SaaS) vendors—who have the majority market share in application software as of 2023[15]—rarely offer perpetual licenses.[16] SaaS licenses are usually temporary and charged on a pay-per-usage or subscription basis,[17] although other revenue models such as freemium are also used.[18] For customers, the advantages of temporary licenses include reduced upfront cost, increased flexibility, and lower overall cost compared to a perpetual license.[14] In some cases, the steep one-time cost demanded by sellers of traditional software were out of the reach of smaller businesses, but pay-per-use SaaS models makes the software affordable.[19]

End-user license agreement (EULA)[edit]

Initially, end-user license agreement (EULAs) were printed on either the shrinkwrap packaging encasing the product (see shrink-wrap contract) or a piece of paper. The license often stipulated that a customer agreed if they did not return the product within a specified interval.[20] More recently, EULAs are most commonly found as clickwrap or browsewrap where the user's clicks or continued browsing are taken as a sign of agreement. As a result of the end of physical constraints, length increased.[21] Most EULAs have been designed so that it is very difficult to read and understand them, but easy to agree to the licensing terms without reading them.[12][20] Regardless of how easy it is to access, very few consumers read any part of the license agreement.[22][23] Most assume the terms are unobjectionable or barely notice agreeing while installing the software.[24] Companies take advantage of consumers' inattention to insert provisions into EULAs.[25]

Proprietary software is usually offered under a restrictive license that bans copying and reuse and often limits the purchaser to using the software on one computer.[5][26] Source code is rarely available. Derivative software works and reverse engineering are usually explicitly prohibited.[26] Many EULAs allow the vendor to collect information about the user and use it in unrestricted ways.[27] Some EULAs restrict the ability of users to exercise copyright over derivative work made using the software, such as creative creations in the virtual worlds of video games.[28][29]

Most disclaim any liability for harms caused by the product,[30] and prevent the purchaser from accessing the court system to seek a remedy.[31] Furthermore, many EULAs allow the vendor to change the terms at any time and the customer must choose between agreeing or ceasing use of the product, without getting a refund.[32] It is common for EULAs to allow unilateral termination by the vendor for any number of vague reasons or none at all.[33]

EULAs, almost always offered on a take-it-or-leave-it basis as a non-negotiable condition for using the software,[34] are very far from the prototypical contract where both parties fully understand the terms and agree of their own free will.[35] There has been substantial debate on to what extent the agreements can be considered binding. Before 1996 in the United States, clickwrap or browsewrap licenses were not held to be binding, but since then they often have been.[36][21] Under the New Digital Content Directive effective in the European Union, EULAs are only enforceable to the extent that they do not breach reasonable consumer expectations. The gap between expectations and the content of EULAs is especially wide when it comes to restrictions on copying and transferring ownership of digital content.[37] Many EULAs contain stipulations that are likely unenforceable depending on the jurisdiction. Software vendors keep these unenforceable provisions in the agreements, perhaps because users rarely resort to the legal system to challenge them.[38]

Service-level agreement (SLA)[edit]

Service-level agreements are often used for enterprise software and guarantee a level of service, such as software performance or time to respond to issue raised by the customer. Many stipulate financial penalties if the service falls short of the agreed standard.[39] SLAs often cover such aspects as availability, reliability, price, and security using quantifiable metrics.[40] Multi-tier SLAs are common in cloud computing because of the use of different computing services that may be managed by different companies.[41] SLAs in cloud computing are an area under active research as of 2024.[42]

Free and open-source software licenses[edit]

Before the open-source movement in the 1980s, almost all software was proprietary and did not disclose its source code.[43] Open-source licensing is intended to maximize openness and minimize barriers to software use, dissemination, and follow-on innovation.[4]

Open-source licenses share a number of key characteristics:[44]

  • Free redistribution: Anyone can redistribute the software, for free or for cost, without the permission of or payment to the copyright holder.[44]
  • Unrestricted, public access to the source code[44]—what the term open source refers to[45]
  • Users may modify the software and release derivative works, either under the same terms as the free software or, in some cases, under a different license.[44]
  • Nondiscrimination between different uses,[44] including commercial use.[8][4]

The Open Source Initiative vets and approves new open-source licenses that comply with its Open Source Definition.[44]

Types of open-source licenses[edit]

A pie chart displays the most commonly used open source license as Apache at 30%, MIT at 26%, GPL at 18%, BSD at 8%, LGPL at 3%, MPL at 2%, and remaining 13% as licenses with below 1% market share each.
The most popular open source licenses as of 2022 are the Apache License (permissive), the MIT License (permissive), and the GPL (copyleft).
  • If software is in the public domain, the owner's copyright has been extinguished and anyone may use the work with no copyright restrictions.[1]
  • Non-restrictive licenses allow free reuse of the work without restrictions on the licensing of derivative works.[3] Many of them require attribution of the original creators.[46] The first open-source license was a non-restrictive license intended to facilitate scientific collaboration: the Berkeley Software Distribution (BSD), named after the University of California, Berkeley in 1978.[47]
  • Copyleft licenses (also known as "share-alike"),[46] require source code to be distributed with software and require the source code be made available under a similar license.[48][49] Copyleft represents the farthest that reuse can be restricted while still being considered free software.[50] Strong copyleft licenses, such as the GNU General Public License (GPL), allow for no reuse in proprietary software, while weak copyleft, such as the related GNU Lesser General Public License (LGPL), do allow reuse in some circumstances.[3] Copyleft licenses are perceived by developers as a way of ensuring that their contributions do not create unfair advantages for others.[3][51] Another motivation for choosing copyleft is to promote open source through its requirements for derivative works:[46] Stallman states that "the central idea of copyleft is to use copyright law, but flip it over to serve the opposite of its usual purpose: instead of a means of privatizing software, [copyright] becomes a means of keeping software free."[52]

Outside of software, noncommercial-only Creative Commons licenses have become popular among some artists who wish to prevent others from profiting excessively from their work.[51] However, software that is made available for noncommercial use only is not considered open source.[8] Sun Microsystem's noncommercial-only Java Research License was rejected by the open-source community, and in 2006 the company released most of Java under the GPL.[8]

Compatibility[edit]

Compatibility chart for some open-source software licenses

Since 1989,[43] a variety of open-source licenses for software have been created.[53] Choosing an open-source software license has grown increasingly difficult due to the proliferation of licenses,[54][55] many of which are only trivially distinct.[56] Many licenses are incompatible with each other, hampering the goals of the free software movement.[57] Translation issues, ambiguity in licensing terms, and incompatibility of some licenses with the law in certain jurisdictions compounds the problem.[58]

Although downloading an open-source module is quick and easy, complying with the licensing terms can be more difficult.[59] The amount of software dependencies means that engineers working on complex projects must often rely on software license management software in order to help them achieve compliance with the licensing terms of open-source components.[60] Many open-source software files do not unambiguously state the license, increasing the difficulties of compliance.[59] When combining code bases, the original licenses can be maintained for separate components, and the larger work released under a compatible license.[61] This compatibility is often one-way. Public domain content can be used anywhere as there is no copyright claim, but code acquired under any almost any set of terms cannot be waved to the public domain. Permissive licenses can be used within copyleft works, but copyleft material cannot be released under a permissive license. Some weak copyleft licenses can be used under the GPL and are said to be GPL-compatible. GPL software can only be used under the GPL or AGPL.[62]

Enforceability[edit]

Free and open-source software licenses have been successfully enforced in civil court since the mid-2000s.[63] Courts have found that distributing software indicates acceptance of the license's terms.[64] However, developers typically achieve compliance without lawsuits. Social pressures, like the potential for community backlash, are often sufficient.[65] Cease and desist letters are a common method to bring companies back into compliance, especially in Germany.[66]

A long-debated subject within the FOSS community is whether open-source licenses are "bare licenses" or contracts.[67] A bare license is a set of conditions under which actions otherwise restricted by intellectual property laws are permitted.[63] Under the bare license interpretation, advocated by the Free Software Foundation (FSF), a case is brought to court by the copyright holder as copyright infringement.[63] Under the contract interpretation, a case can be brought to court by an involved party as a breach of contract.[68] United States and French courts have tried cases under both interpretations.[69]

Value[edit]

More than 90 percent of companies use open-source software as a component of their proprietary software.[70] The decision to use open-source software, or even engage with open-source projects to improve existing open-source software, is typically a pragmatic business decision.[71][72] When proprietary software is in direct competition with an open-source alternative, research has found conflicting results on the effect of the competition on the proprietary product's price and quality.[73]

For decades, some companies have made servicing of an open-source software product for enterprise users as their business model. These companies control an open-source software product, and instead of charging for licensing or use, charge for improvements, integration, and other servicing.[74] Software as a service (SaaS) products based on open-source components are increasingly common.[75]

Open-source software is preferred for scientific applications, because it increases transparency and aids in the validation and acceptance of scientific results.[56]

See also[edit]

References[edit]

  1. ^ a b c O'Regan 2022, p. 403.
  2. ^ a b "Licenses". Open Source Initiative. 16 September 2022. Retrieved 12 May 2024.
  3. ^ a b c d e Sen et al. 2008, p. 212.
  4. ^ a b c Morin et al. 2012, Free and Open Source Software (FOSS) Licensing.
  5. ^ a b O'Regan 2022, p. 394.
  6. ^ O'Regan 2022, p. 396.
  7. ^ Fagundes & Perzanowski 2020, p. 524.
  8. ^ a b c d Davila 2015, p. 6.
  9. ^ a b Boyle 2003, p. 45.
  10. ^ O'Regan 2022, pp. 394–396.
  11. ^ Larry Troan (2005). "Open Source from a Proprietary Perspective" (PDF). RedHat Summit 2006 Nashville. redhat.com. p. 10. Archived from the original (PDF) on 22 January 2014. Retrieved 29 December 2015.
  12. ^ a b Terasaki 2013, p. 469.
  13. ^ Terasaki 2013, pp. 469–470.
  14. ^ a b Clohessy et al. 2020, pp. 40–41.
  15. ^ Watt 2023, p. 4.
  16. ^ Dempsey & Kelliher 2018, p. 48.
  17. ^ Dempsey & Kelliher 2018, pp. 48, 57.
  18. ^ Dempsey & Kelliher 2018, pp. 61–63.
  19. ^ Dempsey & Kelliher 2018, p. 2.
  20. ^ a b Corbett 2019, p. 455.
  21. ^ a b Kim 2016, pp. 12, 21.
  22. ^ Bakos et al. 2014, p. 1.
  23. ^ Ben-Shahar & Schneider 2014, p. 68.
  24. ^ Terasaki 2013, pp. 485–486.
  25. ^ Corbett 2019, pp. 456–457.
  26. ^ a b Morin et al. 2012, Proprietary Licensing.
  27. ^ Carpenter 2023, pp. 485–486.
  28. ^ Ahuja 2016, p. 381.
  29. ^ Corbett 2019, p. 456.
  30. ^ Carpenter 2023, pp. 480–481.
  31. ^ Carpenter 2023, pp. 481–482.
  32. ^ Carpenter 2023, p. 485.
  33. ^ Carpenter 2023, pp. 482–483.
  34. ^ Carpenter 2023, p. 478.
  35. ^ Corbett 2019, p. 460.
  36. ^ Terasaki 2013, p. 471.
  37. ^ Oprysk & Sein 2020, pp. 620–621.
  38. ^ Corbett 2019, p. 461.
  39. ^ O'Regan 2022, pp. 151, 219, 224, 405.
  40. ^ Qazi et al. 2024, Performance evaluation parameters.
  41. ^ Rana & Ziegler 2010, p. 188.
  42. ^ Qazi et al. 2024, Conclusion.
  43. ^ a b Bernelin 2020, p. 96.
  44. ^ a b c d e f Sen et al. 2008, p. 209.
  45. ^ Morin et al. 2012, Open Source versus Closed Source.
  46. ^ a b c Morin et al. 2012, Permissive versus Copyleft.
  47. ^ Smith 2022, § 3.2.1.1.
  48. ^ Sen, Subramaniam & Nelson 2008, pp. 211–212.
  49. ^ St. Laurent 2004, pp. 38–39.
  50. ^ Davila 2015, p. 5.
  51. ^ a b Davila 2015, pp. 5–6.
  52. ^ Joy 2022, pp. 990–992.
  53. ^ Sen et al. 2008, p. 208.
  54. ^ Alamoudi et al. 2020, p. 537.
  55. ^ Bernelin 2020, p. 94.
  56. ^ a b Morin et al. 2012, Compatibility, Proliferation, Fragmentation, and Directionality.
  57. ^ Bernelin 2020, p. 98.
  58. ^ Bernelin 2020, pp. 100, 102.
  59. ^ a b Ombredanne 2020, p. 105.
  60. ^ Ombredanne 2020, p. 106.
  61. ^ St. Laurent 2004, pp. 159–163.
  62. ^ Smith 2022, § 3.3.
  63. ^ a b c Smith 2022, § 3.4.1.
  64. ^ Smith 2022, p. 106.
  65. ^ St. Laurent 2004, pp. 158–159.
  66. ^ Ballhausen 2022, p. 127.
  67. ^ Walden 2022, § 1.1.
  68. ^ Smith 2022, § 3.4.2.
  69. ^ Smith 2022, § 3.4.
  70. ^ Butler et al. 2022, p. 1.
  71. ^ Butler et al. 2022, p. 11152.
  72. ^ Davila 2015, p. 7.
  73. ^ Zhou & Choudhary 2022, p. 731.
  74. ^ August et al. 2021, pp. 1–2.
  75. ^ August et al. 2021, p. 1.

Sources[edit]

Further reading[edit]

  • Classen, H. Ward (2022). The Practical Guide to Software Licensing and Cloud Computing. American Bar Association. ISBN 978-1-64105-750-9.

External links[edit]