Jump to content

The Open Source Definition

From Wikipedia, the free encyclopedia

The Open Source Definition (OSD) is a document published by the Open Source Initiative. Derived from Bruce Perens' Debian Free Software Guidelines, the definition is the most common standard for open-source software. The definition has ten criteria, such as requiring freely accessed source code and granting the open-source rights to everyone who receives a copy of the program. Covering both copyleft and permissive licenses, it is effectively identical to the definition of free software, but motivated by more pragmatic and business-friendly considerations. The Open Source Initiative's board votes on proposals of licenses to certify that they are compliant with the definition, and maintains a list of compliant licenses on its website. The definition has been adapted into the Open Knowledge Foundation's Open Definition for open knowledge and into open hardware definitions.

History

[edit]

There have been several attempts to define open source and free software. Amongst the earliest was Free Software Foundation's Free Software Definition, which then defined as the three freedoms of Free Software (Freedom Zero was added later). Published versions of FSF's Free Software Definition existed as early as 1986, having been published in the first edition of the (now defunct) GNU's Bulletin.[1]

Debian Free Software Guidelines

[edit]

The DFSG was first published together with the first version of the Debian Social Contract in July 1997.[2] The primary author was Bruce Perens, with input from the Debian developers during a month-long discussion on a private mailing list, as part of the larger Debian Social Contract. Perens was copied to an email discussion between Ean Schuessler (then of Debian) and Donnie Barnes of Red Hat, in which Schuessler accused Red Hat of never elucidating its social contract with the Linux community. Perens realized that Debian did not have any formal social contract either, and immediately started creating one. The (then) Three Freedoms, which preceded the drafting and promulgation of the DFSG, were unknown to its authors.[3]

The guidelines were:

  1. Free redistribution.
  2. Inclusion of source code.
  3. Allowing for modifications and derived works.
  4. Integrity of the author's source code (as a compromise).
  5. No discrimination against persons or groups.
  6. No discrimination against fields of endeavor, like commercial use.
  7. The license needs to apply to all to whom the program is redistributed.
  8. License must not be specific to a product.
  9. License must not restrict other software.
  10. Example licenses: The GNU GPL, BSD, and Artistic licenses are examples of licenses considered free.[2][4]

Open Source

[edit]

As Netscape released the open-source Mozilla browser in 1998, Bruce Perens again drafted a set of open-source guidelines to go with the release.[5] It has been claimed that the Open Source Definition was created by re-titling the exact text of the DFSG.

A modified version of this definition was adopted by the Open Source Initiative (OSI) as the Open Source Definition.[6][7] The OSI uses the label "open source", rather than "free software", because it felt that the latter term had undesirable ideological and political freight, and it wanted to focus on the pragmatic and business-friendly arguments for open-source software.[6] It adopted a closed rather than membership-driven organizational model in order to draft the definition and work together with a wider variety of stakeholders than other free or open-source projects.[6]

Once the DFSG became the Open Source Definition, Richard Stallman saw the need to differentiate free software from open source and promoted the Free Software Definition.[8]

Debian diverges

[edit]

In November 1998, Ian Jackson and others proposed several changes in a draft versioned 1.4, but the changes were never made official. Jackson stated[9] that the problems were "loose wording" and the patch clause.

The Debian General Resolution 2004-003,[10] titled "Editorial amendments to the social contract", modified the Social Contract. The proposer Andrew Suffield stated:[11]

"The rule is 'this resolution only changes the letter of the law, not the spirit'. Mostly it changes the wording of the social contract to better reflect what it is supposed to mean, and this is mostly in light of issues that were not considered when it was originally written."

However, the change of the sentence "We promise to keep the Debian GNU/Linux Distribution entirely free software" into "We promise that the Debian system and all its components will be free" resulted in the release manager, Anthony Towns, making a practical change:[12]

"As [SC #1] is no longer limited to 'software', and as this decision was made by developers after and during discussion of how we should consider non-software content such as documentation and firmware, I don't believe I can justify the policy decisions to exempt documentation, firmware, or content any longer, as the Social Contract has been amended to cover all these areas."

This prompted another General Resolution, 2004–004,[13] in which the developers voted overwhelmingly against immediate action, and decided to postpone those changes until the next release (whose development started a year later, in June 2005).

Criteria

[edit]

Providing access to the source code is not enough for software to be considered "open-source".[14] The Open Source Definition requires that ten criteria be met:[15][6]

  1. Free redistribution[15]
  2. Source code must be accessible and the license must permit redistribution in the form of source code (rather than object code).[15] In order to modify the software, access to source code is required.[16]
  3. Derivative works must be allowed and able to be redistributed under the same licensing terms as the open-source product[15]
  4. The license may require that the original software be distributed intact, but only if modifications are able to be distributed as patches without restriction.[15][16]
  5. No discrimination between users[15]
  6. No discrimination between uses, including commercial use[15]
  7. Everyone who receives a copy of the program is granted all the open-source rights[15]
  8. The license must cover all the code, not a particular product or distribution.[15][16]
  9. There may not be restrictions on other software distributed at the same time[15]
  10. Technological neutrality—cannot restrict use to any particular technology.[15] For example, a license that requires a user to click a box agreeing to it is not free because the work cannot be distributed as a paper copy.[16]

The Open Source Definition is available under a Creative Commons (CC BY 4.0) license.[17] It covers both copyleft—where redistribution and derivative works must be released under a free license—and permissive licenses—where derivative works can be released under any license. It is part of the open source movement rather than the free software movement, and seeks to promote the availability of open-source software for anyone seeking to reuse it, even the makers of proprietary software.[6][18][16] It does not address warranty disclaimers, although these are very common in open-source software.[16] The definition does not specify a governance structure for open-source projects.[6]

Compliant licenses

[edit]

The criteria are used by the OSI to approve certain licenses as compatible with the definition, and maintain a list of compliant licenses. New licenses have to submit a formal proposal that is discussed by the OSI mailing list before it is approved or rejected by the OSI board. Seven approved licenses are particularly recommended by the OSI as "popular, widely used, or having strong communities":[19]

Application

[edit]

Software

[edit]

Most discussions about the DFSG happen on the debian-legal mailing list. When a Debian Developer first uploads a package for inclusion in Debian, the ftpmaster team checks the software licenses and determines whether they are in accordance with the social contract. The team sometimes confers with the debian-legal list in difficult cases.

Non-"software" content

[edit]

The DFSG is focused on software, but the word itself is unclear—some apply it to everything that can be expressed as a stream of bits, while a minority considers it to refer to just computer programs. Also, the existence of PostScript, executable scripts, sourced documents[clarification needed], etc., greatly muddies the second definition. Thus, to break the confusion, in June 2004 the Debian project decided to explicitly apply the same principles to software documentation, multimedia data and other content. The non-program content of Debian began to comply with the DFSG more strictly in Debian 4.0 (released in April 2007) and subsequent releases.

GFDL

[edit]

Much documentation written by the GNU Project, the Linux Documentation Project and others licensed under the GNU Free Documentation License contain invariant sections, which do not comply with the DFSG. This assertion is the end result of a long discussion and the General Resolution 2006-001.[20]

Due to the GFDL invariant sections, content under this license must be separately contained in an additional "non-free" repository which is not officially considered part of Debian.

Multimedia files

[edit]

It can be sometimes hard to define what constitutes the "source" for multimedia files, such as whether an uncompressed image file is the source of a compressed image and whether the 3D model before ray tracing is the source for its resulting image.

[edit]

The debian-legal mailing list subscribers have created some tests to check whether a license violates the DFSG. The common tests (as described in the draft DFSG FAQ)[21] are the following:

  • "The Desert Island test". Imagine a castaway on a desert island with a solar-powered computer. This would make it impossible to fulfill any requirement to make changes publicly available or to send patches to some particular place. This holds even if such requirements are only upon request, as the castaway might be able to receive messages but be unable to send them. To be free, software must be modifiable by this unfortunate castaway, who must also be able to legally share modifications with friends on the island.
  • "The Dissident test". Consider a dissident in a totalitarian state who wishes to share a modified bit of software with fellow dissidents, but does not wish to reveal the identity of the modifier, or directly reveal the modifications themselves, or even possession of the program, to the government. Any requirement for sending source modifications to anyone other than the recipient of the modified binary—in fact, any forced distribution at all, beyond giving source to those who receive a copy of the binary—would put the dissident in danger. For Debian to consider software free it must not require any such excess distribution.
  • "The Tentacles of Evil test". Imagine that the author is hired by a large evil corporation and, now in their thrall, attempts to do the worst to the users of the program: to make their lives miserable, to make them stop using the program, to expose them to legal liability, to make the program non-free, to discover their secrets, etc. The same can happen to a corporation bought out by a larger corporation bent on destroying free software in order to maintain its monopoly and extend its evil empire. To be free, the license cannot allow even the author to take away the required freedoms.

Reception

[edit]

The Open Source Definition is the most widely used definition for open-source software,[22] and is often used as a standard for whether a project is open source.[17] It and the official definitions of free software by the Free Software Foundation (FSF) essentially cover the same software licenses.[6][23] Nevertheless, there is a values difference between the free software and open source movements: the former is more based on ethics and values, the latter on pragmatism.[6]

Derived definitions

[edit]

The Open Knowledge Foundation's Open Definition is substantially derivative of the Open Source Definition.[24]

The Open Source Hardware Statement of Principles is adapted from the Open Source Definition.[25][22]

See also

[edit]

References

[edit]
  1. ^ Richard M. Stallman, What is the Free Software Foundation?, GNU's Bulletin, Volume 1, No.1, February 1986
  2. ^ a b Bruce Perens (1997-07-04). "Debian's "Social Contract" with the Free Software Community". debian-announce mailing list.
  3. ^ Bruce Perens: "when I had to write license guidelines for Debian, the Four Freedoms document was unknown."
  4. ^ "Debian Social Contract". Debian. 2004-04-26.
  5. ^ Overly, Michael R. (2003). The Open Source Handbook. Pike & Fischer. p. 5. ISBN 978-0-937275-12-2.
  6. ^ a b c d e f g h Gardler, Ross; Walli, Stephen R (2022). "Evolving Perspective on Community and Governance". Open Source Law, Policy and Practice. Oxford University PressOxford. p. 47–48, 52. doi:10.1093/oso/9780198862345.003.0002. ISBN 978-0-19-886234-5.
  7. ^ Katz, Andrew (2022). "Everything Open". Open Source Law, Policy and Practice. Oxford University Press. p. 521. ISBN 978-0-19-260687-7.
  8. ^ Richard Stallman. "Why "Open Source" misses the point of Free Software". GNU website.
  9. ^ Ian Jackson: Draft new DFSG, debian-devel mailing list
  10. ^ General Resolution: Editorial amendments to the social contract
  11. ^ Andrew Suffield: Re: Candidate social contract amendments (part 1: editorial) (3rd draft), debian-vote mailing list
  12. ^ Anthony Towns: Social Contract GR's effect on Sarge, debian-devel mailing list
  13. ^ General Resolution: Sarge Release Schedule in view of GR 2004-003
  14. ^ Greenleaf, Graham; Lindsay, David (2018). Public Rights: Copyright's Public Domains. Cambridge University Press. p. 485. ISBN 978-1-107-13406-5.
  15. ^ a b c d e f g h i j k Erlich, Zippy (2007). "Open Source Software". Handbook of Research on Open Source Software. IGI Global. pp. 187–188. ISBN 978-1591409991.
  16. ^ a b c d e f Laurent, Andrew M. St (2004). Understanding Open Source and Free Software Licensing: Guide to Navigating Licensing Issues in Existing & New Software. O'Reilly Media, Inc. pp. 9–11. ISBN 978-0-596-55395-1.
  17. ^ a b Mertic, John (2023). Open Source Projects - Beyond Code: A blueprint for scalable and sustainable open source projects. Packt Publishing Ltd. p. 5. ISBN 978-1-83763-385-2.
  18. ^ Meeker, Heather J. (2008). The Open Source Alternative: Understanding Risks and Leveraging Opportunities. John Wiley & Sons. pp. 21–22. ISBN 978-0-470-25581-0.
  19. ^ Smith, P McCoy (2022). "Copyright, Contract, and Licensing in Open Source". Open Source Law, Policy and Practice. Oxford University PressOxford. pp. 108–111. doi:10.1093/oso/9780198862345.003.0003. ISBN 978-0-19-886234-5.
  20. ^ General Resolution: Why the GNU Free Documentation License is not suitable for Debian main
  21. ^ The Debian Free Software FAQ
  22. ^ a b De Maria, Carmelo; Díaz Lantada, Andrés; Di Pietro, Licia; Ravizza, Alice; Ahluwalia, Arti (2022). "Open-Source Medical Devices: Concept, Trends, and Challenges Toward Equitable Healthcare Technology". Engineering Open-Source Medical Devices. Cham: Springer International Publishing. p. 4. doi:10.1007/978-3-030-79363-0_1. ISBN 978-3-030-79362-3.
  23. ^ Kelty, Christpher M. (2008). "The Cultural Significance of free Software – Two Bits" (PDF). Duke University Press. p. 99. Archived (PDF) from the original on 2016-03-04. Retrieved 2016-02-24.
  24. ^ Martin, Victoria (2022). The Complete Guide to Open Scholarship. Bloomsbury Publishing. p. 27. ISBN 979-8-216-06415-2.
  25. ^ Bonvoisin, Jérémy; Mies, Robert; Boujut, Jean-François; Stark, Rainer (2017). "What is the "Source" of Open Source Hardware?". Journal of Open Hardware. 1 (1). doi:10.5334/joh.7. ISSN 2514-1708.
[edit]