Revision as of 21:27, 7 January 2010 editNeustradamus (talk | contribs)Extended confirmed users2,457 editsmNo edit summary← Previous edit | Revision as of 22:29, 7 January 2010 edit undo91.187.66.243 (talk) please stop reverting all the spellings contrary to WP:ENGVARNext edit → | ||
Line 1: | Line 1: | ||
A '''free software |
A '''free software licence''' is a ] which grants recipients rights to modify and redistribute the ] which would otherwise be prohibited by ] law. A free software licence grants, to the recipients, '']s'' in the form of permissions to modify or distribute copyrighted work. | ||
==History== | ==History== | ||
The ] is one of the first free software licenses. | The ] is one of the first free software licenses. | ||
In the mid-80s, the ] produced individual free software |
In the mid-80s, the ] produced individual free software licences for each of its software packages. These were all replaced in 1989 with version 1 of the ] (GPL). Version 2 of the GPL, released in 1991, went on to become the most widely used free software licence.{{Citation needed|date=December 2009}} | ||
In the mid- to late-90s, a trend began where companies and new projects wrote their own |
In the mid- to late-90s, a trend began where companies and new projects wrote their own licences. This ] led to problems of complexity and ].{{Citation needed|date=November 2007}} The trend slowed, and reversed in some ways, in the early 2000s.{{Citation needed|date=November 2007}} | ||
One free software |
One free software licence, the GNU GPL version 2, has been brought to court, first in Germany and later in the USA. {{Citation needed|date=September 2009}} In both cases the judge ruled that the GPL was a valid licence and has to be adhered to. The German case was brought by ], and the USA case by ]. | ||
==FSF-approved free software |
==FSF-approved free software licences== | ||
], the group that maintains ], maintains a non-exhaustive list of free software |
], the group that maintains ], maintains a non-exhaustive list of free software licences.<ref></ref> The list distinguishes between free software licences that are compatible or incompatible with the FSF licence of choice, the ], which is a ] licence. The list also contains licences which the FSF considers non-free for various reasons. | ||
{{details|List of FSF approved software |
{{details|List of FSF approved software licences}} | ||
== |
==OSI-approved "open source" licences== | ||
⚫ | A group launched in 1998, ] (OSI), also maintains a list of approved licences. OSI and FSF agree on all widely used free software licences. OSI's list is different from FSF's list because the two organizations have reviewed different sets of licences. There are a few licences that OSI have approved that the FSF has not, and vice versa, but these are licences that are used by niche projects or none at all. | ||
{{details|Open source license}} | |||
⚫ | A group launched in 1998, ] (OSI), also maintains a list of approved |
||
{{details|List of OSI approved software licences}} | |||
== Restrictions == | == Restrictions == | ||
In order to preserve the freedom to use, study, modify, and redistribute free software, most free software |
In order to preserve the freedom to use, study, modify, and redistribute free software, most free software licences carry requirements and restrictions which apply to distributors. There exists an ongoing debate within the ] regarding the fine line between restrictions which preserve freedom and those which reduce it. | ||
During the 1990s, free software |
During the 1990s, free software licences began including clauses, such as ], in order to protect against ] litigation cases - a problem which had not previously existed. This new threat was one of the reasons for writing version 3 of the GNU GPL in 2006.<ref></ref> In the decade 2000, ] emerged as yet another new threat which some current free software licences do not protect users from.<ref>{{cite web | ||
|url=http://fsfe.org/projects/gplv3/tokyo-rms-transcript#tivoisation | |url=http://fsfe.org/projects/gplv3/tokyo-rms-transcript#tivoisation | ||
|title=Richard Stallman discusses changes in GPLv3 | |title=Richard Stallman discusses changes in GPLv3 | ||
Line 31: | Line 32: | ||
{{Main|copyleft}} | {{Main|copyleft}} | ||
The free software |
The free software licences written by ] in the mid-1980s pioneered a concept known as ]. Ensuing copyleft provisions stated that when modified versions of free software are distributed, they must be distributed under the same terms as the original software. Thus, all enhancements and additions to copylefted software must also be distributed as free software. This is sometimes referred to as "share and share alike" or "''quid pro quo''". | ||
Developers who use GPL code in their product must make the ] available to anyone, including when they share or sell the ]. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code is not required to be made available and any changes may remain private. This permits developers and organizations to use and modify GPL code for private purposes (i.e. when the code or the project is not sold or otherwise shared) without being required to make their changes available to the public. | Developers who use GPL code in their product must make the ] available to anyone, including when they share or sell the ]. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code is not required to be made available and any changes may remain private. This permits developers and organizations to use and modify GPL code for private purposes (i.e. when the code or the project is not sold or otherwise shared) without being required to make their changes available to the public. | ||
Line 40: | Line 41: | ||
{{Main|Patent retaliation}} | {{Main|Patent retaliation}} | ||
Most newly written free software |
Most newly written free software licences since the late 1990s include some form of patent retaliation clauses. These measures stipulate that one's rights under the licence (such as to redistribution), may be terminated if one attempts to enforce patents relating to the licensed software, under certain circumstances. As an example, the ] may terminate a user's rights if said user embarks on litigation proceedings against them due to patent litigation. Patent retaliation emerged in response to proliferation and abuse of ]. | ||
=== Tivoization === | === Tivoization === | ||
Line 50: | Line 51: | ||
=== Attribution, disclaimers and notices === | === Attribution, disclaimers and notices === | ||
The majority of free software |
The majority of free software licences require that modified software not claim to be unmodified. Some licences also require that copyright holders be credited. One such example is version 2 of the GNU GPL, which requires that interactive programs that print warranty or licence information, may not have these notices removed from modified versions intended for distribution. | ||
==Practical problems with licenses== | ==Practical problems with licenses== | ||
=== |
===Licence compatibility=== | ||
{{Main| |
{{Main|Licence compatibility}} | ||
Licences of software packages containing contradictory requirements, render it impossible to combine source code from such packages in order to create new software packages.<ref></ref> | |||
For example, if one |
For example, if one licence says "''modified versions must mention the developers in any advertising materials''", and another licence says "''modified versions cannot contain additional attribution requirements''", then, if someone combined a software package which uses one licence with a software package which uses the other, it would be impossible to distribute the combination because these contradictory requirements cannot be simultaneously fulfilled. Thus, these two packages would be licence-incompatible.<ref>{{cite web | ||
|url=http://fsfeurope.org/projects/gplv3/fisl-rms-transcript# |
|url=http://fsfeurope.org/projects/gplv3/fisl-rms-transcript#licence-compatibility | ||
|title=Stallman explains |
|title=Stallman explains licence compatibility while discussing GPLv3 | ||
}}</ref> | }}</ref> | ||
=== |
===Licence proliferation=== | ||
{{Main| |
{{Main|Licence proliferation}} | ||
] compounds the problems of |
] compounds the problems of licence incompatibility. It likewise burdens software developers and distributors by increasing the amount of legal documents they must read. Licence proliferation gained momentum during the late 1990s and increased into the early 2000s. By the year 2005, it was being identified as a problematic phenomenon and the gratuitous writing of new licences became more frowned upon. | ||
== Unacceptable restrictions == | == Unacceptable restrictions == | ||
===Purpose of use=== | ===Purpose of use=== | ||
Restrictions on private use of the software ("use restrictions") are generally unacceptable. Examples include prohibiting the software to be used for military purposes, for comparison or benchmarking, for ethically-questionable means,<ref></ref> or in commercial organisations.<ref></ref> | Restrictions on private use of the software ("use restrictions") are generally unacceptable. Examples include prohibiting the software to be used for military purposes, for comparison or benchmarking, for ethically-questionable means,<ref></ref> or in commercial organisations.<ref></ref> | ||
For this reason, such |
For this reason, such licences are not considered free software by the standards of the FSF, ], ], or the BSD-based distributions. | ||
The FSF's free software definition further states that development and distribution must not be restricted.<ref></ref> Thus, commercial distribution of free software is acceptable and has become common. | The FSF's free software definition further states that development and distribution must not be restricted.<ref></ref> Thus, commercial distribution of free software is acceptable and has become common. | ||
Line 76: | Line 77: | ||
== Permissive versus Copyleft opinions == | == Permissive versus Copyleft opinions == | ||
Many users and developers of ]-based operating systems have a different position on licensing. The main difference is the belief that the ] |
Many users and developers of ]-based operating systems have a different position on licensing. The main difference is the belief that the ] licences, particularly the ] (GPL), are undesirably complicated and/or restrictive.<ref>{{cite web | ||
|url=http://www.openbsd.org/policy.html | |url=http://www.openbsd.org/policy.html | ||
|title=OpenBSD Copyright Policy | |title=OpenBSD Copyright Policy | ||
|quote=the restriction that source code must be distributed or made available for all works that are derivatives As a consequence, software bound by the GPL terms can not be included in the kernel or "runtime" of OpenBSD}}</ref> The GPL requires any derivative work that is released to be released according to the GPL while the BSD |
|quote=the restriction that source code must be distributed or made available for all works that are derivatives As a consequence, software bound by the GPL terms can not be included in the kernel or "runtime" of OpenBSD}}</ref> The GPL requires any derivative work that is released to be released according to the GPL while the BSD licence does not. Essentially, the BSD license's only requirement is to acknowledge the original authors, and poses no restrictions on how the ] may be used. As a result, BSD code can be used in ] that only acknowledges the authors. For instance, the ] in ] and ] are derived from BSD-licensed software. | ||
Supporters of the BSD |
Supporters of the BSD licence argue that it is more free than the GPL because it grants the right to do anything with the source code, second only to software in the ]. This includes incorporating the BSD-licensed code in proprietary products. The approach has led to BSD code being used in common, widely used commercial software. In response, GPL supporters claim that the freedom of others to make non-free software from free software is an unjust form of power rather than a necessary freedom.<ref>{{cite web | ||
|title=Freedom or Power? by Bradley Kuhn and Richard Stallman | |title=Freedom or Power? by Bradley Kuhn and Richard Stallman | ||
|url=http://www.gnu.org/philosophy/freedom-or-power.html | |url=http://www.gnu.org/philosophy/freedom-or-power.html | ||
}}</ref> However, some developers might want to include GPLed software in their products and can't do it, simply because the GPL is incompatible with the |
}}</ref> However, some developers might want to include GPLed software in their products and can't do it, simply because the GPL is incompatible with the licences of other software they include in their product, even if everything is open source. | ||
Code licensed under a ], such as the BSD |
Code licensed under a ], such as the BSD licence, can be incorporated into copylefted (e.g. GPL'd) projects. Such code is thus "GPL-compatible". There is no need to secure the consent of the original authors. In contrast, code under the GPL cannot be relicensed under the BSD licence without securing the consent of all copyright holders. Thus the two licences are compatible, but the combination as a whole must be distributed under the terms of the GPL, not the permissive licence. | ||
Existing free software BSDs tend to avoid including software |
Existing free software BSDs tend to avoid including software licenced under the GPL in the core operating system, or the ''base system'', except as a last resort when alternatives are non-existent or vastly less capable, such as with ]. The ] project has acted to remove GPL-licensed tools in favor of BSD-licensed alternatives, some newly written and some adapted from older code. | ||
== Debian == | == Debian == | ||
The ] project uses the criteria laid out in its ] (DFSG). The only notable cases where Debian and Free Software Foundation disagree are over the ] and the ]. Debian accepts the original Artistic License as being a free software |
The ] project uses the criteria laid out in its ] (DFSG). The only notable cases where Debian and Free Software Foundation disagree are over the ] and the ]. Debian accepts the original Artistic License as being a free software licence, but FSF disagrees. This has very little impact however since the Artistic License is almost always used in a ] setup, along with the ]. | ||
Regarding the GNU Free Documentation License, Debian decided to apply the DFSG to everything in their distribution, including documentation. FSF say that documentation is qualitatively different from software and is subject to different requirements. The end result of a long discussion and the eventual vote in Debian<ref>{{cite web | Regarding the GNU Free Documentation License, Debian decided to apply the DFSG to everything in their distribution, including documentation. FSF say that documentation is qualitatively different from software and is subject to different requirements. The end result of a long discussion and the eventual vote in Debian<ref>{{cite web | ||
Line 101: | Line 102: | ||
==Controversial borderline cases== | ==Controversial borderline cases== | ||
The vast majority of free software uses undisputed free software |
The vast majority of free software uses undisputed free software licences; however, there have been many debates over whether or not certain other licences qualify for the definition. | ||
Examples of |
Examples of licences which provoked debate include the 1.x series of the ], which were accepted by the Open Source Initiative but not by the Free Software Foundation or Debian, the ], which was accepted by Open Source Initiative and Free Software Foundation but not by Debian, and in 2007, the ], which was approved by ] only.<ref>{{cite web | ||
|url=http://lwn.net/Articles/243841/ | |url=http://lwn.net/Articles/243841/ | ||
|title=Open-source badgeware | |title=Open-source badgeware | ||
Line 110: | Line 111: | ||
== See also == | == See also == | ||
{{portal|Free software|Free Software Portal Logo.svg}} | {{portal|Free software|Free Software Portal Logo.svg}} | ||
* |
*] | ||
* |
*] | ||
* |
*] | ||
* |
*] | ||
* |
*] | ||
* |
*] | ||
* |
*] | ||
== Notes == | == Notes == | ||
Line 122: | Line 123: | ||
== References == | == References == | ||
* |
*{{cite book |last=Rosen |first=Lawrence |authorlink=Lawrence Rosen |title=Open Source Licensing: Software Freedom and Intellectual Property Law |origdate= 2004-07-22|publisher=Prentice Hall |isbn=0131487876}} | ||
== External links == | == External links == | ||
{{Wikibooks|FOSS Licensing}} | {{Wikibooks|FOSS Licensing}} | ||
* (Free Software Foundation). | * (Free Software Foundation). | ||
* | * | ||
* | * | ||
* | * | ||
* | * | ||
* | * | ||
* , by Andrew M. St. Laurent | * , by Andrew M. St. Laurent | ||
* | * | ||
* | * | ||
* , by Jeremy Hollander | * , by Jeremy Hollander | ||
* by Software Freedom Law Center | * by Software Freedom Law Center | ||
{{FOSS}} | {{FOSS}} | ||
{{Intellectual property activism}} | {{Intellectual property activism}} | ||
{{DEFAULTSORT:Free Software |
{{DEFAULTSORT:Free Software Licence}} | ||
] | ] | ||
] | ] |
Revision as of 22:29, 7 January 2010
A free software licence is a software licence which grants recipients rights to modify and redistribute the software which would otherwise be prohibited by copyright law. A free software licence grants, to the recipients, freedoms in the form of permissions to modify or distribute copyrighted work.
History
The Original BSD license is one of the first free software licenses.
In the mid-80s, the GNU project produced individual free software licences for each of its software packages. These were all replaced in 1989 with version 1 of the GNU General Public License (GPL). Version 2 of the GPL, released in 1991, went on to become the most widely used free software licence.
In the mid- to late-90s, a trend began where companies and new projects wrote their own licences. This licence proliferation led to problems of complexity and licence compatibility. The trend slowed, and reversed in some ways, in the early 2000s.
One free software licence, the GNU GPL version 2, has been brought to court, first in Germany and later in the USA. In both cases the judge ruled that the GPL was a valid licence and has to be adhered to. The German case was brought by ifrOSS, and the USA case by MySQL.
FSF-approved free software licences
Free Software Foundation, the group that maintains The Free Software Definition, maintains a non-exhaustive list of free software licences. The list distinguishes between free software licences that are compatible or incompatible with the FSF licence of choice, the GNU General Public License, which is a copyleft licence. The list also contains licences which the FSF considers non-free for various reasons.
Further information: List of FSF approved software licencesOSI-approved "open source" licences
A group launched in 1998, Open Source Initiative (OSI), also maintains a list of approved licences. OSI and FSF agree on all widely used free software licences. OSI's list is different from FSF's list because the two organizations have reviewed different sets of licences. There are a few licences that OSI have approved that the FSF has not, and vice versa, but these are licences that are used by niche projects or none at all.
Further information: List of OSI approved software licencesRestrictions
In order to preserve the freedom to use, study, modify, and redistribute free software, most free software licences carry requirements and restrictions which apply to distributors. There exists an ongoing debate within the free software community regarding the fine line between restrictions which preserve freedom and those which reduce it.
During the 1990s, free software licences began including clauses, such as patent retaliation, in order to protect against software patent litigation cases - a problem which had not previously existed. This new threat was one of the reasons for writing version 3 of the GNU GPL in 2006. In the decade 2000, tivoization emerged as yet another new threat which some current free software licences do not protect users from.
Copyleft
Main article: copyleftThe free software licences written by Richard Stallman in the mid-1980s pioneered a concept known as copyleft. Ensuing copyleft provisions stated that when modified versions of free software are distributed, they must be distributed under the same terms as the original software. Thus, all enhancements and additions to copylefted software must also be distributed as free software. This is sometimes referred to as "share and share alike" or "quid pro quo".
Developers who use GPL code in their product must make the source code available to anyone, including when they share or sell the object code. In this case, the source code must also contain any changes the developers may have made. If GPL code is used but not shared or sold, the code is not required to be made available and any changes may remain private. This permits developers and organizations to use and modify GPL code for private purposes (i.e. when the code or the project is not sold or otherwise shared) without being required to make their changes available to the public.
Supporters of GPL claim that by mandating that derivative works remain free, it fosters the growth of free software and requires equal participation by all users. Opponents of GPL state that "no license can guarantee future software availability" and that the disadvantages of GPL outweigh its advantages.
Patent retaliation
Main article: Patent retaliationMost newly written free software licences since the late 1990s include some form of patent retaliation clauses. These measures stipulate that one's rights under the licence (such as to redistribution), may be terminated if one attempts to enforce patents relating to the licensed software, under certain circumstances. As an example, the Apple Public Source License may terminate a user's rights if said user embarks on litigation proceedings against them due to patent litigation. Patent retaliation emerged in response to proliferation and abuse of software patents.
Tivoization
Further information: TivoisationVersion 3 of the GNU GPL includes specific language prohibiting additional restrictions being enforced by digital rights management (DRM) in certain cases (such uses of DRM are known as "Tivoisation").
Attribution, disclaimers and notices
The majority of free software licences require that modified software not claim to be unmodified. Some licences also require that copyright holders be credited. One such example is version 2 of the GNU GPL, which requires that interactive programs that print warranty or licence information, may not have these notices removed from modified versions intended for distribution.
Practical problems with licenses
Licence compatibility
Main article: Licence compatibilityLicences of software packages containing contradictory requirements, render it impossible to combine source code from such packages in order to create new software packages.
For example, if one licence says "modified versions must mention the developers in any advertising materials", and another licence says "modified versions cannot contain additional attribution requirements", then, if someone combined a software package which uses one licence with a software package which uses the other, it would be impossible to distribute the combination because these contradictory requirements cannot be simultaneously fulfilled. Thus, these two packages would be licence-incompatible.
Licence proliferation
Main article: Licence proliferationLicence proliferation compounds the problems of licence incompatibility. It likewise burdens software developers and distributors by increasing the amount of legal documents they must read. Licence proliferation gained momentum during the late 1990s and increased into the early 2000s. By the year 2005, it was being identified as a problematic phenomenon and the gratuitous writing of new licences became more frowned upon.
Unacceptable restrictions
Purpose of use
Restrictions on private use of the software ("use restrictions") are generally unacceptable. Examples include prohibiting the software to be used for military purposes, for comparison or benchmarking, for ethically-questionable means, or in commercial organisations. For this reason, such licences are not considered free software by the standards of the FSF, OSI, Debian, or the BSD-based distributions.
The FSF's free software definition further states that development and distribution must not be restricted. Thus, commercial distribution of free software is acceptable and has become common.
Permissive versus Copyleft opinions
Many users and developers of BSD-based operating systems have a different position on licensing. The main difference is the belief that the copyleft licences, particularly the GNU General Public License (GPL), are undesirably complicated and/or restrictive. The GPL requires any derivative work that is released to be released according to the GPL while the BSD licence does not. Essentially, the BSD license's only requirement is to acknowledge the original authors, and poses no restrictions on how the source code may be used. As a result, BSD code can be used in proprietary software that only acknowledges the authors. For instance, the IP stack in Microsoft Windows and Mac OS X are derived from BSD-licensed software.
Supporters of the BSD licence argue that it is more free than the GPL because it grants the right to do anything with the source code, second only to software in the public domain. This includes incorporating the BSD-licensed code in proprietary products. The approach has led to BSD code being used in common, widely used commercial software. In response, GPL supporters claim that the freedom of others to make non-free software from free software is an unjust form of power rather than a necessary freedom. However, some developers might want to include GPLed software in their products and can't do it, simply because the GPL is incompatible with the licences of other software they include in their product, even if everything is open source.
Code licensed under a permissive free software licence, such as the BSD licence, can be incorporated into copylefted (e.g. GPL'd) projects. Such code is thus "GPL-compatible". There is no need to secure the consent of the original authors. In contrast, code under the GPL cannot be relicensed under the BSD licence without securing the consent of all copyright holders. Thus the two licences are compatible, but the combination as a whole must be distributed under the terms of the GPL, not the permissive licence.
Existing free software BSDs tend to avoid including software licenced under the GPL in the core operating system, or the base system, except as a last resort when alternatives are non-existent or vastly less capable, such as with GCC. The OpenBSD project has acted to remove GPL-licensed tools in favor of BSD-licensed alternatives, some newly written and some adapted from older code.
Debian
The Debian project uses the criteria laid out in its Debian Free Software Guidelines (DFSG). The only notable cases where Debian and Free Software Foundation disagree are over the Artistic License and the GNU Free Documentation License. Debian accepts the original Artistic License as being a free software licence, but FSF disagrees. This has very little impact however since the Artistic License is almost always used in a dual-licence setup, along with the GNU General Public License.
Regarding the GNU Free Documentation License, Debian decided to apply the DFSG to everything in their distribution, including documentation. FSF say that documentation is qualitatively different from software and is subject to different requirements. The end result of a long discussion and the eventual vote in Debian was that the works licensed under the GFDL are considered free as long as they do not contain unmodifiable sections (what the GFDL calls "Invariant Sections"). Most GNU documentation does contain Invariant Sections.
Controversial borderline cases
The vast majority of free software uses undisputed free software licences; however, there have been many debates over whether or not certain other licences qualify for the definition.
Examples of licences which provoked debate include the 1.x series of the Apple Public Source License, which were accepted by the Open Source Initiative but not by the Free Software Foundation or Debian, the RealNetworks Public Source License, which was accepted by Open Source Initiative and Free Software Foundation but not by Debian, and in 2007, the Common Public Attribution License, which was approved by Open Source Initiative only.
See also
- Comparison of free software licences
- BSD licences
- Copyleft
- Free software movement
- GPL linking exception
- Permissive free software licence
- Software licence agreement
Notes
- License list - Free Software Foundation
- GPLv3 - Transcript of Richard Stallman from the fifth international GPLv3 conference, Tokyo, Japan; 2006-11-21
- "Richard Stallman discusses changes in GPLv3".
a new method of trying to deprive the users of freedom. In broad terms we refer to this as tivoisation.
- FreeBSD.org: What a license cannot do
- FreeBSD.org: GPL Advantages and Disadvantages
- How GPLv3 tackles licence proliferation
- "Stallman explains licence compatibility while discussing GPLv3".
- HESSLA licence - GNU Project comments
- GPLv3 - Transcript of Richard Stallman from the third international GPLv3 conference, Barcelona; 2006-06-22
- The Free Software Definition - GNU Project - Free Software Foundation (FSF)
- "OpenBSD Copyright Policy".
the restriction that source code must be distributed or made available for all works that are derivatives As a consequence, software bound by the GPL terms can not be included in the kernel or "runtime" of OpenBSD
- "Freedom or Power? by Bradley Kuhn and Richard Stallman".
- "Debian vote on allowing GFDL'd works into their distro".
- "Open-source badgeware".
References
- Rosen, Lawrence. Open Source Licensing: Software Freedom and Intellectual Property Law. Prentice Hall. ISBN 0131487876.
{{cite book}}
: Unknown parameter|origdate=
ignored (|orig-date=
suggested) (help)
External links
- The Free Software Definition (Free Software Foundation).
- The Free Software Foundation's list of free and non-free licences
- Debian's licence information page
- Open Source Initiative's list of licences
- OpenBSD's "goals" page describes its view of free software
- Transcripts of licence strategy discussions, mostly of Stallman and Moglen, during the drafting of GPLv3
- Understanding Open Source and Free Software Licensing, by Andrew M. St. Laurent
- Free/Open Source Software Licensing
- Report on free software business models and licensing (58 pages)
- A comparison of free open source software licences, by Jeremy Hollander
- A 45-page licensing primer by Software Freedom Law Center
Free and open-source software | |||
---|---|---|---|
General | |||
Software packages | |||
Community | |||
Organisations | |||
Licenses |
| ||
Challenges | |||
Related topics | |||
Intellectual property activism | |||||
---|---|---|---|---|---|
Issues | |||||
Concepts |
| ||||
Movements | |||||
Organizations |
| ||||
People | |||||
Documentaries |