Post open source

Last updated

Post open source, also called "post open-source software (POSS)", is a 2012/2013 noticed movement [1] [2] among software developers, in particular open-source software developers. The interpretation was that this was a reaction to the complex compliance requirements of the software license/permission culture, noticed by more code being posted into repositories without any license whatsoever, implying a disregard for the current license regimes, including copyleft as supporter of the current copyright system ("Copyright reform movement").

A software developer is a person concerned with facets of the software development process, including the research, design, programming, and testing of computer software. Other job titles which are often used with similar meanings are programmer, software analyst, and software programer.

Open-source software software licensed to ensure source code usage rights

Open-source software (OSS) is a type of computer software in which source code is released under a license in which the copyright holder grants users the rights to study, change, and distribute the software to anyone and for any purpose. Open-source software may be developed in a collaborative public manner. Open-source software is a prominent example of open collaboration.

A software license is a legal instrument governing the use or redistribution of software. Under United States copyright law, all software is copyright protected, in both source code and object code forms. 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.

Contents

History

"POSS" was first used by James Governor, founder of analyst firm RedMonk, who said [3] "younger devs today are about POSS – Post open-source software. fuck the license and governance, just commit to github." [2] According to Luis Villa, when even "...the open license ecosystem assumes that sharing can't (or even shouldn't) happen without explicit permission in the form of licenses", developers vote their dissent through POSS. [4]

Luis Villa American computer programmer

Luis Villa is an American attorney and programmer who worked as Deputy General Counsel and then as Senior Director of Community Engagement at the Wikimedia Foundation. Previously he was an attorney at Mozilla, where he worked on the revision of the Mozilla Public License (MPL). He continued that work in his next job at Greenberg Traurig where he was part of the team defending Google against Oracle's claims concerning Android. Prior to graduating from Columbia Law School in 2009, he was an employee at Ximian, which was acquired by Novell in 2003. He spent a year as a "senior geek in residence" at Harvard's Berkman Center for Internet & Society working on StopBadware.org. He has been elected four times to the board of the GNOME Foundation. He was editor-in-chief of the Columbia Science and Technology Law Review, and blogs regularly. He was a director of the Open Source Initiative from April 2012 to March 2015.

Precursor

In 2004 Daniel J. Bernstein pushed a similar idea with his License-free software, where he neither placed his software (qmail, djbdns, daemontools, and ucspi-tcp) into public domain nor released it with a software license. [5] But, with end of 2007 he dedicated his software in the public domain with an explicit waiver statement. [6] [7]

Daniel J. Bernstein American mathematician, cryptologist and programmer

Daniel Julius Bernstein is a German-American mathematician, cryptologist, and programmer. He is a Personal professor in the department of mathematics and computer science at the Eindhoven University of Technology, as well as a Research Professor of Computer Science at the University of Illinois at Chicago.

License-free software is computer software that is not explicitly in the public domain, but the authors appear to intend free use, modification, distribution and distribution of the modified software, similar to the freedoms defined for free software. Since the software owner has not made the terms of the license explicit, the software is, in principle, fully copyright protected according to the Berne convention.

qmail is a mail transfer agent (MTA) that runs on Unix. It was written, starting December 1995, by Daniel J. Bernstein as a more secure replacement for the popular Sendmail program. Originally license-free software, qmail's source code was later dedicated in the public domain by the author.

See also

An anti-copyright notice is a specific statement that is added to a work in order to encourage wide distribution. Such notices are legally required to host such specific media; under the Berne Convention in international copyright law, works are protected even if no copyright statement is attached to them. However, "anti-copyright" statements typically do not take the form of either sophisticated public copyright licenses or a simple dedication to the public domain; instead, they usually just encourage wide distribution. Depending on jurisdiction, it is possible to denounce all claims to copyright in a work including moral rights in a written disclaimer.

Related Research Articles

MIT License any of several permissive free software licenses originating at the Massachusetts Institute of Technology

The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT). As a permissive license, it puts only very limited restriction on reuse and has, therefore, an excellent license compatibility. The MIT license permits reuse within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice. The MIT license is also compatible with many copyleft licenses, such as the GNU General Public License (GPL); MIT licensed software can be integrated into GPL software, but not the other way around.

An open-source license is a type of license for computer software and other products that allows the source code, blueprint or design to be used, modified and/or shared under defined terms and conditions. This allows end users and commercial companies to review and modify the source code, blueprint or design for their own customization, curiosity or troubleshooting needs. Open-source licensed software is mostly available free of charge, though this does not necessarily have to be the case. Licenses which only permit non-commercial redistribution or modification of the source code for personal use only are generally not considered as open-source licenses. However, open-source licenses may have some restrictions, particularly regarding the expression of respect to the origin of software, such as a requirement to preserve the name of the authors and a copyright statement within the code, or a requirement to redistribute the licensed software only under the same license. One popular set of open-source software licenses are those approved by the Open Source Initiative (OSI) based on their Open Source Definition (OSD).

Apache License any of a set of free software licenses developed by the organization

The Apache License is a permissive free software license written by the Apache Software Foundation (ASF). The Apache License, Version 2.0 requires preservation of the copyright notice and disclaimer. Like other free software licenses, the license allows the user of the software the freedom to use the software for any purpose, to distribute it, to modify it, and to distribute modified versions of the software, under the terms of the license, without concern for royalties. This makes the Apache License a FRAND-RF license. The ASF and its projects release the software they produce under the Apache License. The license is also used by many non-ASF projects.

The Mozilla Public License (MPL) is a free and open source software license developed and maintained by the Mozilla Foundation. It is a weak copyleft license, characterized as a middle ground between permissive free software licenses and the GNU General Public License (GPL), that seeks to balance the concerns of proprietary and open source developers.

Permission culture is a term often employed by Lawrence Lessig and other copyright activists such as Luis Villa and Nina Paley to describe a society in which copyright restrictions are pervasive and enforced to the extent that any and all uses of copyrighted works need to be explicitly leased. This has both economic and social implications: in such a society, copyright holders could require payment for each use of a work and, perhaps more importantly, permission to make any sort of derivative work.

<i>Gratis</i> versus <i>libre</i> distinction between concepts

The English adjective free is commonly used in one of two meanings: "for free" (gratis) and "with little or no restriction" (libre). This ambiguity of free can cause issues where the distinction is important, as it often is in dealing with laws concerning the use of information, such as copyright and patents.

Free-culture movement social movement promoting free content

The free-culture movement is a social movement that promotes the freedom to distribute and modify the creative works of others in the form of free content or open content without compensation to, or the consent of, the work's original creators, by using the Internet and other forms of media.

A permissive software license, sometimes also called BSD-like or BSD-style license, is a free-software license with minimal requirements about how the software can be redistributed. Examples include the MIT License, BSD licenses, Apple Public Source License and Apache license. As of 2016, the most popular free-software license is the permissive MIT license.

Public-domain software computer code instructions not under copyright, compatible with the GNU GPL.

Public-domain software is software that has been placed in the public domain: in other words, there is absolutely no ownership such as copyright, trademark, or patent. Software in the public domain can be modified, distributed, or sold even without any attribution by anyone; this is unlike the common case of software under exclusive copyright, where software licenses grant limited usage rights.

License compatibility is a legal framework that allows for pieces of software with different software licenses to be distributed together. The need for such a framework arises because the different licenses can contain contradictory requirements, rendering it impossible to legally combine source code from separately-licensed software in order to create and publish a new program.

Free content work or artwork with few or no restrictions on how it may be used

Free content, libre content, or free information, is any kind of functional work, work of art, or other creative content that meets the definition of a free cultural work.

Free software license license allowing software modification and redistribution

A free-software license is a notice that grants the recipient of a piece of software extensive rights to modify and redistribute that software. These actions are usually prohibited by copyright law, but the rights-holder of a piece of software can remove these restrictions by accompanying the software with a software license which grants the recipient these rights. Software using such a license is free software as conferred by the copyright holder. Free-software licenses are applied to software in source code and also binary object-code form, as the copyright law recognizes both forms.

BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the use and distribution of covered software. This is in contrast to copyleft licenses, which have share-alike requirements. The original BSD license was used for its namesake, the Berkeley Software Distribution (BSD), a Unix-like operating system. The original version has since been revised, and its descendants are referred to as modified BSD licenses.

Copyleft the practice of using copyright law to offer the right to distribute copies and modified versions of a work and requiring that the same rights be preserved in modified versions of the work

Copyleft, distinguished from copyright, is the practice of offering people the right to freely distribute copies and modified versions of a work with the stipulation that the same rights be preserved in derivative works created later. Copyleft software licenses are considered protective or reciprocal, as contrasted with permissive free-software licenses.

The zlib license is a permissive free software license which defines the terms under which the zlib software library can be distributed. It is also used by many other free software packages. The libpng library uses a similar license sometimes referred interchangeably as the zlib/libpng license.

A free license or open license is a license agreement which contains provisions that allow other individuals to reuse another creator's work, giving them four major freedoms. Without a special license, these uses are normally prohibited by copyright law or commercial license. Most free licenses are worldwide, royalty-free, non-exclusive, and perpetual. Free licenses are often the basis of crowdsourcing and crowdfunding projects.

References

  1. How to think like open source pioneer by Michael Tiemann (5 Aug 2014)
  2. 1 2 Simon Phipps (30 November 2012). "GitHub needs to take open source seriously". Infoworld. Retrieved 30 January 2013.
  3. "Dai Jesting". Twitter.
  4. Luis Villa (2013). "Pushing back against licensing and the permission culture". tieguy.org.
  5. "qmail is not open source" – an article published by Russell Nelson, OSI board member in 2004
  6. "Frequently asked questions from distributors". 2007. Retrieved 2008-01-18.
  7. "Information for distributors". 2007. Retrieved 2008-01-18.