Software license
A software license is a legal instrument (usually by way of contract law, with or without printed material) governing the use or redistribution of software. Under United States copyright law all software is copyright protected, in source code as also object code form.[2] The only exception is software in the public domain. A typical software license grants the licensee, typically an end-user, permission to use one or more copies of software in ways where such a use would otherwise potentially constitute copyright infringement of the software owner's exclusive rights under copyright law.
Software licenses and copyright law
Most distributed software can be categorized according their license types (see table).
Two common categories for software under copyright law, and therefore with licenses which grant the licensee specific rights, are proprietary software and free and open source software (FOSS). The distinct conceptual difference between both is the granting of rights to modify and re-use a software product obtained by a customer: FOSS software licenses the customer both rights and bundle therefore the modifiable source code with the software ("open-source"), proprietary software doesn't licenses typically these rights and keep the source code therefore hidden ("closed source").
In addition to granting rights and imposing restrictions on the use of copyrighted software, software licenses typically contain provisions which allocate liability and responsibility between the parties entering into the license agreement. In enterprise and commercial software transactions these terms often include limitations of liability, warranties and warranty disclaimers, and indemnity if the software infringes intellectual property rights of others.
Unlicensed software outside the copyright protection is either public domain software (PD) or software which is non-distributed, non-licensed and handled as internal business trade secret.[1] Contrary to the common believe is distributed unlicensed software not in the public domain but fully copyright protected and therefore, as no usage rights at all are granted by a license, legally unusable (until it passes into PD after the Copyright term).[3] Examples for this are unauthorized software leakes or software projects which are placed on public software repositories like GitHub without specified license.[4][5] As voluntary handing software into the public domain (before reaching the Copyright term) is problematic in some international law domains (for instance the Law of Germany), there are also licenses granting PD-like rights, for instance the CC0 or WTFPL.[6]
Rights granted | Public domain | Non-protective FOSS license (e.g. BSD license) |
Protective 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 | No |
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 Webserver, ToyBox | Linux kernel, GIMP | Irfanview, Winamp | Windows, Half-Life 2 | Server-side World of Warcraft |
Ownership vs. licensing
In the United States, Section 117 of the Copyright Act gives the owner of a particular copy of software the explicit right to use the software with a computer, even if use of the software with a computer requires the making of incidental copies or adaptations (acts which could otherwise potentially constitute copyright infringement). Therefore, the owner of a copy of computer software is legally entitled to use that copy of software. Hence, if the end-user of software is the owner of the respective copy, then the end-user may legally use the software without a license from the software publisher.
As many proprietary "licenses" only enumerate the rights that the user already has under 17 U.S.C. § 117, and yet proclaim to take rights away from the user, these contracts may lack consideration. Proprietary software licenses often proclaim to give software publishers more control over the way their software is used by keeping ownership of each copy of software with the software publisher. By doing so, Section 117 does not apply to the end-user and the software publisher may then compel the end-user to accept all of the terms of the license agreement, many of which may be more restrictive than copyright law alone. The form of the relationship determines if it is a lease or a purchase, for example UMG v. Augusto[7] or Vernor v. Autodesk, Inc.[8][9]
The ownership of digital goods, like software applications and video games, is challenged by "licensed, not sold" EULAs of digital distributors like Steam.[10] In the European Union, the European Court of Justice held that a copyright holder cannot oppose the resale of a digitally sold software, in accordance with the rule of copyright exhaustion on first sale as ownership is transferred, and questions therefore the "licensed, not sold" EULA.[11][12][13][14][15][16]
Proprietary software licenses
The hallmark of proprietary software licenses is that the software publisher grants the use of one or more copies of software under the end-user license agreement (EULA), but ownership of those copies remains with the software publisher (hence use of the term "proprietary"). This feature of proprietary software licenses means that certain rights regarding the software are reserved by the software publisher. Therefore, it is typical of EULAs to include terms which define the uses of the software, such as the number of installations allowed or the terms of distribution.
The most significant effect of this form of licensing is that, if ownership of the software remains with the software publisher, then the end-user must accept the software license. In other words, without acceptance of the license, the end-user may not use the software at all. One example of such a proprietary software license is the license for Microsoft Windows. As is usually the case with proprietary software licenses, this license contains an extensive list of activities which are restricted, such as: reverse engineering, simultaneous use of the software by multiple users, and publication of benchmarks or performance tests.
The most common licensing models is per single user (named user, client, node) or per user in the appropriate volume discount level, while some manufacturers accumulate existing licenses. These open volume license programs are typically called Open License Program (OLP), Transactional License Program (TLP), Volume License Program (VLP) etc. and are contrary to the Contractual License Program (CLP), where the customer commits to purchase a certain amount of licenses over a fixed period (mostly two years). Licensing per concurrent/floating user also occurs, where all users in a network have access to the program, but only a specific number at the same time. Another license model is licensing per dongle which allows the owner of the dongle to use the program on any computer. Licensing per server, CPU or points, regardless the number of users, is common practice as well as Site or Company Licenses. Sometimes one can choose between perpetual (permanent) and annual license. For perpetual licenses one year of maintenance is often required, but maintenance (subscription) renewals are discounted. For annual licenses, there is no Renewal, a new license must be purchased after expiration. Licensing can be Host/Client (or Guest), Mailbox, IP-Address, Domain etc., depending on how the program is used. Additional users are inter alia licensed per Extension Pack (e.g. up to 99 users) which includes the Base Pack (e.g. 5 users). Some programs are modular, so one will have to buy a base product before they can use other modules.[17]
Software licensing also includes maintenance. This, usually with a term of one year, is either included or optional, but must often be bought with the software. The maintenance agreement (contract) contains Minor Updates (V.1.1 => 1.2), sometimes Major Updates (V.1.2 => 2.0) and is called e.g. Update Insurance, Upgrade Assurance. For a Major Update the customer has to buy an Upgrade, if not included in the maintenance. For a maintenance renewal some manufacturers charge a Reinstatement (Reinstallment) Fee retroactively per month, in case the current maintenance has expired. Maintenance normally doesn't include technical support. Here one can differentiate between e-mail and tel. support, also availability (e.g. 5x8, 5 days a week, 8 hours a day) and reaction time (e.g. three hours) can play a role. This is commonly named Gold, Silver and Bronze Support. Support is also licensed per incident as Incident Pack (e.g. five support incidents per year).[17]
Many manufacturers offer special conditions for schools and government agencies (EDU/GOV License). Migration from another product (Crossgrade), even from a different manufacturer (Competitive Upgrade) is offered.[17]
Free and open-source software licenses
Free and open-source licenses are commonly classified into two categories: Those with the aim to have minimal requirements about how the software can be redistributed (permissive licenses), and the protective share-alike (copyleft Licenses).
An example of a copyleft free software license is the often used GNU General Public License (GPL), also the first copyleft license. This license is aimed at giving and protecting all users unlimited freedom to use, study, and privately modify the software, and if the user adheres to the terms and conditions of the GPL, freedom to redistribute the software or any modifications to it. For instance, any modifications made and redistributed by the end-user must include the source code for these, and the license of any derivative work must not put any additional restrictions beyond what the GPL allows.[18]
Examples of permissive free software licenses are the BSD license and the MIT license, which give unlimited permission to use, study, and privately modify the software, and includes only minimal requirements on redistribution. This gives a user the permission to take the code and use it as part of closed-source software or software released under a proprietary software license.
There are several organizations in the FOSS domain who give out guidelines and definitions regarding software licenses. Free Software Foundation maintains non-exhaustive lists of software licenses following their The Free Software Definition and licenses which the FSF considers non-free for various reasons.[19] The FSF distinguishes additionally between free software licenses that are compatible or incompatible with the FSF license of choice, the copyleft GNU General Public License. The Open Source Initiative defines a list of certified open-source licenses following their The Open Source Definition.[20] Also the Debian project has a list of licenses which follow their Debian Free Software Guidelines.[21]
See also
- Comparison of free and open-source software licenses
- Digital rights management
- Copy protection
- Dual-licensing
- License-free software
- License manager
- Product activation
- Product key
- Rights Expression Language
- Software metering
- Copyright licenses (category)
- Software by license (category)
References
- 1 2 3 Larry Troan (2005). "Open Source from a Proprietary Perspective" (pdf). RedHat Summit 2006 Nashville. redhat.com. p. 10. Retrieved 2015-12-29.
- ↑ Hancock, Terry (2008-08-29). "What if copyright didn't apply to binary executables?". Free Software Magazine. Retrieved 2016-01-25.
- ↑ pick-a-license-any-license on codinghorror by Jeff Atwood
- ↑ github-finally-takes-open-source-licenses-seriously on infoworld.com by Simon Phipps (July 13, 2013)
- ↑ Post open source software, licensing and GitHub on opensource.com by Richard Fontana (13 Aug 2013)
- ↑ Validity of the Creative Commons Zero 1.0 Universal Public Domain Dedication and its usability for bibliographic metadata from the perspective of German Copyright Law by Dr. Till Kreutzer, attorney-at-law in Berlin, Germany
- ↑ "UMG v. Augusto". January 28, 2009.
- ↑ "Court smacks Autodesk, affirms right to sell used software". Ars Technica. May 23, 2008.
- ↑ "Vernor v. Autodesk". 2007-11-14.
- ↑ Walker, John (2012-02-01). "Thought: Do We Own Our Steam Games?". Rock, Paper, Shotgun. Retrieved 2014-12-27.
I asked gamer lawyer Jas Purewal about this a short while back, not specifically about Valve, and he explained that the matter is still unresolved. “In fact,” he says, “it’s never been completely resolved for software generally[...]"
- ↑ Purewal, Jas. "The legality of second hand software sales in the EU". gamerlaw.co.uk. (mirror on gamasutra.com)
- ↑ hg/mz (AFP, dpa) (2012-07-03). "Oracle loses court fight over software resale rules". dw.de. Retrieved 2014-12-30.
A European court has ruled that it's permissible to resell software licenses even if the package has been downloaded directly from the Internet. It sided with a German firm in its legal battle with US giant Oracle.
- ↑ Voakes, Greg (2012-07-03). "European Courts Rule In Favor Of Consumers Reselling Downloaded Games". forbes.com. Retrieved 2014-12-30.
Could this be the victory we need for a “gamer’s bill of rights” ? DRM is an oft-cited acronym, and resonates negatively in the gaming community. The Court of Justice of the European Union ruled in favor of reselling downloaded games. Simply put, legally purchased and downloaded games will be treated like physical copies of the game, and consumers can then sell their ‘used’ game.
- ↑ "JUDGMENT OF THE COURT (Grand Chamber)". InfoCuria – Case-law of the Court of Justice. 2012-07-03. Retrieved 2014-12-30.
(Legal protection of computer programs — Marketing of used licences for computer programs downloaded from the internet — Directive 2009/24/EC — Articles 4(2) and 5(1) — Exhaustion of the distribution right — Concept of lawful acquirer)
- ↑ Timothy B. Lee (2012-07-03). "Top EU court upholds right to resell downloaded software". Ars Technica.
- ↑ "EU Court OKs Resale of Software Licenses". AP.
- 1 2 3 Scholten, Thomas. "Software Licensing". Retrieved 21 May 2012.
- ↑ "The GNU General Public License v3.0 – GNU Project – Free Software Foundation (FSF)". fsf.org. Retrieved 24 March 2010.
- ↑ License list – Free Software Foundation
- ↑ Open Source Licenses by Category on opensource.org
- ↑ DFSGLicenses on debian.org
External links
Wikibooks has a book on the topic of: FOSS Licensing |
- Software licensing for a small ISV and the issue of open source by Dan Bricklin
- Definition of software licensing at the Wayback Machine (archived July 21, 2011) by Jon Gillespie-Brown at knol.google.de
- Why product activation for software is becoming widespread at the Wayback Machine (archived July 21, 2011) knol.google.com
- "Relationships between different types of licenses Free and Non-Free". Free Software Foundation
- "Various Licenses and Comments about Them". Free Software Foundation.
- Open Source and Freeware best practices
- The Challenges of Licensing The Knowledge Net of Software Licensing on omtco.eu
|