Unlicense Yourself: Set Your Code Free

Total Page:16

File Type:pdf, Size:1020Kb

Unlicense Yourself: Set Your Code Free Unlicense Yourself: Set Your Code Free Like 232 Follow on Tumblr 138 What is the Unlicense? The Unlicense is a template for disclaiming copyright monopoly interest in software you've written; in other words, it is a template for dedicating your software to the public domain. It combines a copyright waiver patterned after the very successful public domain SQLite project with the no-warranty statement from the widely-used MIT/X11 license. Why Use the Unlicense? Because you have more important things to do than enriching lawyers or imposing petty restrictions on users of your code. How often have you passed up on utilizing and contributing to a great software library just because its open source license was not compatible with your own preferred flavor of open source? How many precious hours of your life have you spent deliberating how to license your software or worrying about licensing compatibility with other software? You will never get those hours back, but here's your chance to start cutting your losses. Life's too short, let's get back to coding. The Unlicense To opt out of the copyright industry's game altogether and set your code free, put your next software project into the public domain using the following (un)licensing statement: This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org/> In a saner world, you would only need the first one or two paragraphs. For the time being you'll probably want to retain the whole shebang. (You should feel free, though, to leave out the last line containing the link to this site, if that's your preference.) You would traditionally put the above statement into a file named COPYING or LICENSE. However, to explicitly distance yourself from the whole concept of copyright licensing, we recommend that you put your unlicensing statement in a file named UNLICENSE. Doing so also means that your project can more easily be found on e.g. GitHub or Bitbucket, enabling others to reuse your code in their own unencumbered public domain projects. For a comprehensive listing of software using the Unlicense, google for the first line of the Unlicense. It was purposely worded uniquely, which means that all the returned search results are likely to relate to the Unlicense in some way. Unlicensing Contributions In order to ensure your project remains completely free and unencumbered by anyone's copyright monopoly, it is advisable that you ask any major contributors to explicitly dedicate their code-base contributions to the public domain. This removes any possible ambiguity as to what terms somebody might have thought they were contributing under, in case of a future dispute. These concerns are not unique to public domain software. Most large, established open-source projects have a Contributor License Agreement (CLA) process, of varying degrees of formality. At minimum, you might ask your contributors to accompany any non-trivial patches with a simple statement like the following: I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. Better yet is to ask the major contributors to digitally sign a more explicit copyright release (see an example WAIVER file), and then to keep a record of such signatures in an AUTHORS file accompanying your software. Using GnuPG, contributors can sign a copyright waiver file as follows: $ gpg --no-version --armor --sign WAIVER Note that if a contributor makes significant changes or enhancements in his capacity as an employee of some formal organization, then the above may be insufficient and you would additionally need to ask for a copyright disclaimer signed by a company officer. For more information, have a look at how the SQLite project handles this. The Free Software Foundation (FSF) also provides an example of a simple copyright disclaimer to be signed by an employer. For a concrete example of this contributor process, see how the unlicensed RDF.rb project has handled this. Unlicensed Free Software Here follows a sample of some of the software projects that have already adopted the Unlicense or a derivative thereof: Bitcoin.php, a PHP library (and plugins for WP e-Commerce, Ubercart, and VirtueMart) for the Bitcoin peer-to- peer digital currency system. Bitcoin::OTC, a Ruby client for fetching ratings data from the #bitcoin-otc trading database. CRM114.rb, a Ruby interface to the CRM114 Controllable Regex Mutilator. CryptLib, a cryptographic library for C that implements the MD5, SHA-1, SHA-2, and RC4 algorithms. CSS3 Buttons, a simple CSS framework for creating good-looking GitHub style button links. Dagny, a Django adaptation of Ruby on Rails's Resource-Oriented Architecture. Distance, a CoffeeScript and JavaScript module for calculating Levenshtein/Sift3 distances between strings. Dux, a simple code editor for Mac OS X. EagleClaw, a Ruby library for building screen scrapers. Epoch, a lightweight init daemon for Linux systems. Fancypants, a JavaScript and Python library of data visualisation trinkets. fastFrag, a simple JSON-based client-side JavaScript templating engine. ficly, writes like, a Google Chrome extension for analyzing ficly.com stories using the iwl.me service. FlexNav, a jQuery plugin for responsive menus, enabling a device-agnostic approach to complex site navigation. GrowlAMQP, a Ruby daemon that reports AMQP messages via Growl. Habilis, an email-to-Dropbox gateway. HTTPkit, a Ruby toolkit for building HTTP clients and servers. Have-a-Cookie, a Google Chrome extension for enhanced-privacy cookie management. I2P.rb, a Ruby library for interacting with the I2P anonymity network. JavaScript Object Graph, a Java library designed to make working with JSON simple. jQuery JSON-RPC, a JavaScript JSON-RPC library for jQuery. JSched, a simple Java framework for coroutines. jStorage, a cross-browser key-value store database to store data locally in the browser. Kakoune, an experimental text editor heavily inspired by Vim. lein-cucumber, a simple Leiningen plugin for running Clojure-based Cucumber-JVM specifications. libcpr, a backport of the core data structures and algorithms from the C++11 standard library to C. loopozorg, Python infrastructure for executing shell commands on file modification. Mailr, a Ruby on Rails-based webmail application. Machinery, a C library for dynamic x86 and MIPS code generation. Markdoc, a Python-based lightweight Markdown-based wiki system. MathIsFun2, a simple iPhone game. miniz.c, a single-source-file, high-performance deflate/inflate compression library with a zlib-compatible API. Nano, a nano-sized PHP framework. Nightweb, an anonymous P2P social network for Android smartphones and PCs. netscan, a C-based set of low-level network utilities. Nobox, a minimalist stacking window manager written in C using XCB. node-rdf, an ECMAScript/Node.js library for handling RDF data. Nuush, a Bash-based command-line RSS feed reader. OpenPGP.rb, a Ruby implementation of the OpenPGP Message Format (RFC 4880). pdiffer, a Python interface to the PerceptualDiff tool. PHP.rb, a Ruby-to-PHP code generator. PicoSpeaker, an interface to the SVOX Pico text-to-speech system. Pondasee, a frontend web developer starter kit using SCSS and Compass. Poolboy, a hunky Erlang worker pool factory. Prosper, a PHP 5.3 database abstraction layer library. Proto, a front-end web prototyping tool. Pure CSS widgets, including a 3D bar graph, jigsaw puzzle piece, and others. Puzzle Code, a game that teaches computer programming just by playing the game. pyFaceGraph, a Python client library for Facebook's Open Graph Protocol. Qataki, a command-line Identi.ca/StatusNet/Twitter client. Rack::Throttle, Rack middleware for rate-limiting incoming HTTP requests. RDF.rb, a Ruby library for working with Resource Description Framework (RDF) data. RDFI.js, a JavaScript implementation of the core RDF Interfaces Specification. RSA.rb, a Ruby implementation of the RSA encryption algorithm and the PKCS#1 cryptography standard. tkpip, a tool for installing and managing Python packages based on Tk. tkrequest, a tool for sending and receiving HTTP requests based on Tk. Tor.rb, a Ruby library for interacting with the Tor anonymity network. Tubras, a C++/Lua game engine. Tween-o-Matic, a Mac OS X application for designing CAMediaTimingFunction animation curves. Sidenote, a new document format optimized for reading & writing skimmable documents. Spira, a Linked Data ORM for Ruby. stacktrace.js, a framework-agnostic JavaScript micro-library for getting stack traces in all web browsers.
Recommended publications
  • License Agreement
    TAGARNO MOVE, FHD PRESTIGE/TREND/UNO License Agreement Version 2021.08.19 Table of Contents Table of Contents License Agreement ................................................................................................................................................ 4 Open Source & 3rd-party Licenses, MOVE ............................................................................................................ 4 Open Source & 3rd-party Licenses, PRESTIGE/TREND/UNO ................................................................................. 4 atk ...................................................................................................................................................................... 5 base-files ............................................................................................................................................................ 5 base-passwd ...................................................................................................................................................... 5 BSP (Board Support Package) ............................................................................................................................ 5 busybox.............................................................................................................................................................. 5 bzip2 .................................................................................................................................................................
    [Show full text]
  • Diverted Derived Design
    Diverted Derived Design Table of Contents Introduction 0 Motivations 1 Licenses 2 Design (as a) process 3 Distributions 4 Economies 5 Propositions 6 This book 7 Glossary 8 2 Diverted Derived Design Introduction The term open source is becoming popular among product designers. We see websites and initiatives appear with a lot of good intentions but sometimes missing the point and often creating confusion. Design magazines and blogs are always rushing into calling an openly published creation open source but rarely question the licenses or provide schematics or design files to download. We are furniture designers, hackers and artists who have been working with free/libre and open source software for quite some time. For us, applying these prirciples to product design was a natural extension, providing new areas to explore. But we also realized that designers coming to this with no prior open source experience had a lot of information to grasp before getting a clear picture of what could be open source product design. So we set ourselves to mobilize our knowledge in this book. We hope that this tool can be a base for teaching and learning about open source product design; a collective understanding of what one should know today to get started and join the movement; a reference students, amateurs and educators can have in their back pocket when they go out to explain what they are passionate about. How to read this book We have divided this book in sections that make sense for us. Each of these tries to address what we think is a general question you might have about open source product design.
    [Show full text]
  • Guide to Using Public Domain Tools
    Creative Commons makes sharing easy Public domain works are valuable because anyone What is the difference between can freely build upon, enhance, and reuse them for CC0 and the Public Domain Mark? any purposes without restriction under copyright or database law. CC0 (“CC Zero”) is intended for use only That’s why it’s important for creators to have a clear and by authors or holders of copyright and legally robust way to place their works in the public domain as related rights (including database rights), in connection Guide to completely as possible, and it’s also important for publishers with works that are still subject to those rights in one or and archives to have a standardized way to identify works that are already in the public domain. more countries. Creative Commons supports two distinct public domain tools, When CC0 is applied to a work, copyright and related using public rights are relinquished worldwide, making the work free the CC0 Public Domain Dedication and the Public Domain Mark. Creative Commons copyright licenses help authors from those restrictions to the greatest extent possible. manage their copyright on terms they choose. Conversely, CC0 domain tools enables authors and copyright owners who want to dedicate The Public Domain Mark (PDM) is used their works to the worldwide public domain to do so, and PDM to label works that are already free of facilitates the labeling and discovery of works that are already known copyright restrictions. Unlike CC0, PDM doesn’t free of known copyright restrictions. change the copyright status of a work.
    [Show full text]
  • Fifty Years of Open Source Movement: an Analysis Through the Prism of Copyright Law
    FIFTY YEARS OF OPEN SOURCE MOVEMENT: AN ANALYSIS THROUGH THE PRISM OF COPYRIGHT LAW V.K. Unni* I. INTRODUCTION The evolution of the software industry is a case study in itself. This evolution has multiple phases and one such important phase, termed open source, deals with the manner in which software technology is held, developed, and distributed.1 Over the years, open source software has played a leading role in promoting the Internet infrastructure and thus programs utilizing open source software, such as Linux, Apache, and BIND, are very often used as tools to run various Internet and business applications.2 The origins of open source software can be traced back to 1964–65 when Bell Labs joined hands with the Massachusetts Institute of Technology (MIT) and General Electric (GE) to work on the development of MULTICS for creating a dynamic, modular computer system capable of supporting hundreds of users.3 During the early stages of development, open source software had a very slow beginning primarily because of some preconceived notions surrounding it. Firstly, open source software was perceived as a product of academics and hobbyist programmers.4 Secondly, it was thought to be technically inferior to proprietary software.5 However, with the passage of time, the technical issues got relegated to the backside and issues pertaining to copyright, licensing, warranty, etc., began to be debated across the globe.6 * Professor—Public Policy and Management, Indian Institute of Management Calcutta; Thomas Edison Innovation Fellow (2016–17), Center for the Protection of Intellectual Property, George Mason University School of Law. 1.
    [Show full text]
  • The Copyleft Movement: Creative Commons Licensing
    Centre for the Study of Communication and Culture Volume 26 (2007) No. 3 IN THIS ISSUE The Copyleft Movement: Creative Commons Licensing Sharee L. Broussard, MS APR Spring Hill College AQUARTERLY REVIEW OF COMMUNICATION RESEARCH ISSN: 0144-4646 Communication Research Trends Table of Contents Volume 26 (2007) Number 3 http://cscc.scu.edu The Copyleft Movement:Creative Commons Licensing Published four times a year by the Centre for the Study of Communication and Culture (CSCC), sponsored by the 1. Introduction . 3 California Province of the Society of Jesus. 2. Copyright . 3 Copyright 2007. ISSN 0144-4646 3. Protection Activity . 6 4. DRM . 7 Editor: William E. Biernatzki, S.J. 5. Copyleft . 7 Managing Editor: Paul A. Soukup, S.J. 6. Creative Commons . 8 Editorial assistant: Yocupitzia Oseguera 7. Internet Practices Encouraging Creative Commons . 11 Subscription: 8. Pros and Cons . 12 Annual subscription (Vol. 26) US$50 9. Discussion and Conclusion . 13 Payment by check, MasterCard, Visa or US$ preferred. Editor’s Afterword . 14 For payments by MasterCard or Visa, send full account number, expiration date, name on account, and signature. References . 15 Checks and/or International Money Orders (drawn on Book Reviews . 17 USA banks; for non-USA banks, add $10 for handling) should be made payable to Communication Research Journal Report . 37 Trends and sent to the managing editor Paul A. Soukup, S.J. Communication Department In Memoriam Santa Clara University Michael Traber . 41 500 El Camino Real James Halloran . 43 Santa Clara, CA 95053 USA Transfer by wire: Contact the managing editor. Add $10 for handling. Address all correspondence to the managing editor at the address shown above.
    [Show full text]
  • Tilburg University Free and Open Source Software Schellekens, M.H.M
    Tilburg University Free and Open Source Software Schellekens, M.H.M. Published in: The Future of the Public Domain Publication date: 2006 Link to publication in Tilburg University Research Portal Citation for published version (APA): Schellekens, M. H. M. (2006). Free and Open Source Software: An Answer to Commodification? In L. Guibault, & B. Hugenholtz (Eds.), The Future of the Public Domain: Identifying the Commons in Information Law (pp. 303- 323). (Information Law Series; No. 16). Kluwer Law International. General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal Take down policy If you believe that this document breaches copyright please contact us providing details, and we will remove access to the work immediately and investigate your claim. Download date: 27. sep. 2021 Free and open source software: an answer to commodification? Maurice Schellekens 1. Introduction Linux is a PC operating system which is distributed under the General Public License (hereinafter: GPL). The GPL allows for the (royalty-)free use, modification and redistribution of the software. Given these license conditions, Linux users believed they could use the operating system without too many license worries.
    [Show full text]
  • Elements of Free and Open Source Licenses: Features That Define Strategy
    Elements Of Free And Open Source Licenses: Features That Define Strategy CAN: Use/reproduce: Ability to use, copy / reproduce the work freely in unlimited quantities Distribute: Ability to distribute the work to third parties freely, in unlimited quantities Modify/merge: Ability to modify / combine the work with others and create derivatives Sublicense: Ability to license the work, including possible modifications (without changing the license if it is copyleft or share alike) Commercial use: Ability to make use of the work for commercial purpose or to license it for a fee Use patents: Rights to practice patent claims of the software owner and of the contributors to the code, in so far these rights are necessary to make full use of the software Place warranty: Ability to place additional warranty, services or rights on the software licensed (without holding the software owner and other contributors liable for it) MUST: Incl. Copyright: Describes whether the original copyright and attribution marks must be retained Royalty free: In case a fee (i.e. contribution, lump sum) is requested from recipients, it cannot be royalties (depending on the use) State changes: Source code modifications (author, why, beginning, end) must be documented Disclose source: The source code must be publicly available Copyleft/Share alike: In case of (re-) distribution of the work or its derivatives, the same license must be used/granted: no re-licensing. Lesser copyleft: While the work itself is copyleft, derivatives produced by the normal use of the work are not and could be covered by any other license SaaS/network: Distribution includes providing access to the work (to its functionalities) through a network, online, from the cloud, as a service Include license: Include the full text of the license in the modified software.
    [Show full text]
  • Open Source Advising at Scale
    Open Source Advising at Scale Justin C. Colannino Senior Attorney, Microsoft FINOS June 8, 2020 The Internet The opinions in this presentation are those of the presenter, not Microsoft or its affiliates. Agenda Open Source Open Source Law Counseling Refresher @ Scale Definition & Making calls without How to advise 60,000 License Archetypes (much) caselaw. developers for millions of use cases The Open Source Stack For Lawyers Economic Political Social Legal Technical A Counseling Framework Economic Political Social Legal Technical Commodity Custom What Is A License? Permission Permission (usually subject to conditions or obligations) Open Source: Permissions & Conditions or Obligations Right to Use, Copy, Modify, and Distribute (FSF – Four Freedoms) Must Meet Conditions or Obligations Typical: provide notice and/or provide source License Archetypes Ultra Permissive Permissive Increasing Obligations Weak Copyleft Copyleft Network Copyleft Open Source License Archetypes Ultra Permissive • Goal: Maximum Rights, NO Obligations (WTFPL, Unlicense, CC0) Permissive • Goal: Maximum Rights, Minimal Obligations • Distribution Triggers Attribution Obligation (MIT, BSD, Apache 2.0) Weak Copyleft • Goal: Preserve Freedom In A “Core” • Distribution Triggers Attribution Obligation & Source Code Obligation (EPL?, LGPL, MPL) Copyleft • Goal: Preserve Downstream Rights • Distribution Triggers Attribution Obligation & Source Code Obligation (GPL) Network Copyleft • Goal: Extend Copyleft to Network Services • Network Interaction Triggers Attribution Obligation
    [Show full text]
  • Copyright, an Incentive Or a Burden?
    Copyright, an Incentive or a Burden? Wolfgang Bein University of Nevada Las Vegas, USA, [email protected] Abstract A copyright provides protection for original artistic or literary work and is valid for the life of the owner plus 70 years. There is a growing tension between creative practices that require access to content that is often copyrighted, and increasingly restrictive intellectual property laws and policies governing access to copyrighted content. Very recently this has played out in the law suit between the media corporation Viacom and the Internet portal YouTube, which is owned by Google. This is against the background of a steadily emerging open source and creative commons culture. Milestones in the open source movement are the OpenOffice office suite, Netscape’s publication of the source code for its product as open software, Google’s library project, various free archives for scientific dissemination, such as Cornell University’s ArXiv. I. INTRODUCTION The gap between the cost of digital media and storage, and a copyrighted digital item (a CD or DVD) continually increases, as Internet is readily available, and the price of digitally duplicating anything capable of being transmitted via digital media dropped to near zero [1]. The use of a copyrighted material is less restrictive than other intellectual properties (patents, trademarks, service marks), even though the copyrighted material cannot be photocopied, scanned or copied in any way. But portions of it can be used for non-commercial purposes. The First Sale Doctrine (Copyright Act, 1976) does allow you to resell or give away the copy of the copyrighted item you bought.
    [Show full text]
  • Open Source Software Licenses
    Open Source Software Licences User Guide If you are working on a piece of software and you want to make it open source (i.e. freely available for others to use), there are questions you may need to consider, for example, whether you need a licence and why; and if so, how to choose a licence. This guide will help with those questions so that you have a better idea of what you need for your particular project. What is Open Source Software? ......................................................................................................... 1 Why do I need a licence for Open Source software? .......................................................................... 1 How do I choose a license? ................................................................................................................. 2 What if I have dependencies or my work is a derivative? .................................................................. 5 Combined Works and Compatibility ................................................................................................... 5 What if I want to change licenses? ..................................................................................................... 6 What if my software is protected by a patent? .................................................................................. 6 Can I commercialise Open Source Software? ..................................................................................... 6 Who should I speak to if I need help? ................................................................................................
    [Show full text]
  • Mapping the Digital Public Domain: Threats and Opportunities
    SAMUELSON_FMT(3).DOC 03/20/03 3:44 PM MAPPING THE DIGITAL PUBLIC DOMAIN: THREATS AND OPPORTUNITIES PAMELA SAMUELSON* I INTRODUCTION Whether the public domain is a virtual wasteland of undeserving detritus or the font of all new creation is the subject of some debate.1 Those who adhere to the former perspective do not worry about “threats” to this domain any more than they would worry about scavengers who go to garbage dumps to look for abandoned property. Adherents of the latter view, interestingly enough, are not of one mind about “threats” to this domain. Some believe that propertizing value residing in the public domain will produce more social benefit than letting content languish there,2 while others regard propertization itself as the main threat to the public domain.3 At the risk of seeming a contrarian, I concur with all three views: some of what is in the public domain is detritus; some of what is valuable in the public domain might be better utilized if propertized to some degree; other parts of the public domain need to remain open and unownable as sources for future creations. In the course of explaining why I embrace this seemingly contradic- Copyright © 2003 by Pamela Samuelson This article is also available at http://law.duke.edu/journals/66LCPSamuelson. * Chancellor’s Professor of Law and of Information Management, University of California at Berkeley. This article is a derivative work of a paper presented at a conference on the public domain held at Duke University School of Law on November 9-10, 2001.
    [Show full text]
  • INF5750 Open Source Licensing
    INF5750 Open Source Licensing University of Oslo The lecture is Department of Informatics being recorded Outline • Intellectual property rights - copyrights and patents • Creative Commons license • Software licenses • Open source and Open APIs Disclaimer • Intellectual property rights, copyright, patents, licensing is complicated and food for lawyers • If doing this for real it can be a good idea to involve lawyers to understand all the details • The goal of this lecture is to give an understanding of the domain and some of the challenges Rivalness and Excludability Non-rival Rival Public goods Common-pool goods abundant natural resources; finite national resources; water goods funded by public for irrigation; atmospheric CO2 Non-excludable institutions (scientific levels knowledge, free roads/ infrastructure, policing); goods produced by CBPP Toll/subscription goods Private goods newspaper subscriptions; toll clothes, books, CDs; private roads; intellectual goods land Excludable controlled by conventional intellectual property rights Intellectual Property • Tangible assets: • properties, currencies, equipment… • Intangible assets: • knowledge, experience, (social) networks, brand loyalty… • more formalised: copyrights, patents, trademarks… • Intellectual Property Rights are rights to intangible assets Intellectual Property • Intellectual property: • "Non-physical property that is the product of original thought". Stanford Encyclopaedia of Philosophy • "[IP] refers to creations of the intellect for which a monopoly is assigned to designated
    [Show full text]