domain startup Commons: 4/5

Copyrights

Also known as:

1. Overview

Copyright is a legal framework that grants creators of original works a set of exclusive rights for a limited period. These rights, which include the right to reproduce, distribute, adapt, display, and perform the work, form a cornerstone of intellectual property law. The core purpose of copyright is to incentivize the creation and dissemination of new creative works—such as literature, music, art, and software—by providing authors with a mechanism to control and benefit from their creations. By granting a temporary monopoly, the law seeks to ensure that creators can receive economic rewards for their efforts, thereby fostering a vibrant cultural and intellectual landscape. This system is designed to balance the interests of creators in controlling their work with the public’s interest in accessing and building upon it.

The problem that copyright addresses in the business and startup context is the unauthorized use and exploitation of creative assets. Without copyright, a company that invests significant resources in developing a new piece of software, a marketing campaign, or a training manual would have no legal recourse if a competitor simply copied and sold it as their own. This would disincentivize innovation and investment in creative endeavors. The origin of modern copyright law is typically traced back to the British Statute of Anne in 1710, which was the first statute to provide for a copyright regulated by the government and courts, rather than by private parties. This concept was later enshrined in the United States Constitution, which grants Congress the power “To promote the Progress of Science and useful Arts, by securing for limited Times to Authors and Inventors the exclusive Right to their respective Writings and Discoveries.”

While traditional copyright is often associated with restriction and exclusion, it can be a powerful tool for commons-aligned value creation when used strategically. The legal framework of copyright provides the very foundation for open licenses like the GNU General Public License (GPL) and Creative Commons (CC) licenses. These licenses use copyright law to ensure that works remain open and accessible, and that derivative works are also shared under similar conditions (in the case of “share-alike” licenses). In this way, copyright can be “hacked” to create a legally robust framework for a protected commons, where knowledge and culture can be freely shared, remixed, and built upon, while still providing creators with recognition and a degree of control over how their work is used. This approach moves beyond the simple binary of “all rights reserved” versus “public domain,” enabling a more nuanced and generative approach to intellectual property.

2. Core Principles

  1. Originality and Creativity: For a work to be protected by copyright, it must be an original work of authorship. This means that the work must be independently created by the author and possess at least a minimal degree of creativity. Facts, ideas, systems, and methods of operation are not copyrightable, only the specific expression of those ideas.

  2. Fixation in a Tangible Medium: Copyright protection applies only to works that are “fixed in a tangible medium of expression.” This means the work must be embodied in a copy or phonorecord that is sufficiently permanent or stable to permit it to be perceived, reproduced, or otherwise communicated for a period of more than transitory duration. A live performance that is not recorded is not protected by copyright.

  3. Exclusive Rights of the Creator: The copyright holder is granted a bundle of exclusive rights, including the right to reproduce the work, prepare derivative works, distribute copies, and to perform or display the work publicly. These rights can be exercised exclusively by the copyright holder, or they can be licensed or transferred to others.

  4. Limited Duration: Copyright protection does not last forever. The duration of copyright has varied over time and by country, but it is always for a limited term. In the United States, for works created by an individual, the term is generally the life of the author plus 70 years. After the copyright term expires, the work enters the public domain and can be freely used by anyone.

  5. Fair Use and Other Exceptions: Copyright law includes a number of limitations and exceptions that are designed to balance the interests of copyright holders with the public interest in the dissemination of knowledge and culture. The most significant of these in the United States is the doctrine of “fair use,” which allows for the limited use of copyrighted material without permission for purposes such as criticism, comment, news reporting, teaching, scholarship, or research.

  6. Territoriality: Copyright is a territorial right, which means that it is granted by the laws of a specific country and is not automatically enforceable in other countries. However, most countries are signatories to international copyright treaties, such as the Berne Convention, which provide a framework for reciprocal protection of copyrighted works across borders.

3. Key Practices

  1. Affix a Copyright Notice: While no longer legally required in most countries for copyright protection to exist, affixing a copyright notice (e.g., © 2026 Jane Doe) to a work is a good practice. It informs the public that the work is copyrighted, identifies the copyright owner, and shows the year of first publication.

  2. Register Your Copyright: In many jurisdictions, including the United States, registering your copyright with a national copyright office is a prerequisite for filing a lawsuit for copyright infringement. Timely registration can also provide other legal advantages, such as the ability to claim statutory damages and attorney’s fees.

  3. Use Open Licenses: For commons-aligned projects, the most important practice is the use of open licenses, such as Creative Commons or open source software licenses. These licenses use the power of copyright to grant specific permissions to the public, ensuring that the work can be shared and reused.

  4. Choose the Right License: Carefully consider the goals of your project when choosing a license. Do you want to allow commercial use? Do you want to require that derivative works be shared under the same license (share-alike)? The choice of license will have a significant impact on how your work can be used and how it contributes to the commons.

  5. Enforce Your Copyright (When Necessary): While the goal of a commons-aligned project is to encourage sharing, there may be times when it is necessary to enforce your copyright. This is particularly true when a user violates the terms of an open license (e.g., by failing to provide attribution). Enforcement can help to protect the integrity of the license and the commons.

  6. Keep Good Records: Maintain clear records of who created what and when, especially in collaborative projects. This can be crucial for establishing ownership and for making decisions about licensing and enforcement.

  7. Educate Your Community: Ensure that members of your community understand the basics of copyright and the specific license under which your project is released. This can help to prevent accidental infringement and can empower community members to be good stewards of the commons.

  8. Conduct a Copyright Audit: Periodically review the assets of your organization or project to ensure that you have the rights to use all of the copyrighted material you are using, and that you are in compliance with the terms of any licenses.

4. Implementation

Implementing a copyright strategy for a commons-aligned project involves a series of deliberate choices and actions. The first step is to identify the creative works that your project will produce. This could include software code, documentation, website content, images, videos, and more. Once you have identified the works, you need to determine who owns the copyright. In most cases, the individual who creates the work is the initial copyright owner. However, if the work is created by an employee within the scope of their employment, the employer is generally considered the copyright owner under the “work made for hire” doctrine. For projects with multiple contributors, it is essential to have a clear agreement in place about copyright ownership, such as a Contributor License Agreement (CLA).

With a clear understanding of what is being created and who owns it, the next step is to choose an appropriate license. This is the most critical step for a commons-aligned project. The license you choose will determine how your work can be used by others. For software, you might choose a license like the MIT License, the Apache License 2.0, or the GNU General Public License (GPL). For other creative works, you might choose a Creative Commons license, such as CC BY (which requires attribution) or CC BY-SA (which requires attribution and that derivative works be shared under the same license). The choice of license should be guided by the project’s goals. For example, if you want to maximize the potential for commercial adoption, a permissive license like MIT or CC BY might be the best choice. If you want to ensure that the work and its derivatives remain in the commons, a share-alike license like the GPL or CC BY-SA would be more appropriate.

Once you have chosen a license, you need to apply it to your work. This is typically done by including a copy of the license text in your project’s repository and by adding a copyright and license notice to each file. For example, a source code file might include a header that says: // Copyright (c) 2026 The Example Project Developers. Licensed under the MIT License. It is also a good practice to register the copyright in your work with the appropriate national office. While not required for copyright to exist, registration provides significant legal benefits, especially if you ever need to enforce your copyright. Finally, it is important to communicate your copyright and licensing choices clearly to your community and to the public. This can be done through your project’s website, documentation, and other communication channels.

5. 7 Pillars Assessment

Pillar Score (1-5) Rationale
Purpose 3 While the original purpose of copyright is to grant exclusive rights, it can be repurposed to serve a commons-oriented goal through open licensing. The score is in the middle because its alignment depends entirely on how it is used.
Governance 4 Copyright provides a strong legal framework for governing a commons. Open licenses, which are built on copyright, are a form of “code is law” that can be very effective at enforcing the rules of the commons.
Culture 3 Traditional copyright culture is one of restriction and control. However, the culture of “copyleft” and Creative Commons is one of sharing and collaboration. The score reflects this tension.
Incentives 4 Copyright provides a clear incentive for creators to produce new works. In a commons context, the incentive may not be direct financial reward, but rather reputation, community recognition, and the ability to build upon a shared resource.
Knowledge 5 Copyright is fundamentally about the governance of knowledge and creative expression. When used with open licenses, it can be a powerful tool for ensuring that knowledge is freely accessible and shareable.
Technology 4 Digital technology has made it easier than ever to copy and distribute copyrighted works, which has created challenges for traditional copyright enforcement. However, technology can also be used to support commons-based approaches, for example, through automated license detection and compliance tools.
Resilience 4 The legal robustness of copyright provides a resilient foundation for a commons. A well-chosen open license can ensure that a project remains open and accessible for the long term, even if the original creators are no longer involved.
Overall 4.0 Copyright is a double-edged sword. While it can be used to create artificial scarcity and lock up knowledge, it can also be a powerful tool for building and protecting a vibrant commons. Its overall alignment with commons principles is therefore highly dependent on the specific implementation.

6. When to Use

  • When you are creating an original work of authorship and want to have control over how it is used, shared, and adapted.
  • When you want to build a business or project around a creative work and need to be able to prevent others from free-riding on your investment.
  • When you are contributing to an open source software project or a Creative Commons-licensed work and need to understand the terms under which you are sharing your contributions.
  • When you want to create a protected commons of knowledge or culture that is legally robust and can withstand attempts at enclosure.
  • When you need to license your work to others for specific uses, such as for a film, a book, or a software application.
  • When you are using the creative work of others and need to ensure that you are doing so legally and ethically.

7. Anti-Patterns and Gotchas

  • Copyright Trolling: The practice of aggressively enforcing a copyright for the primary purpose of making money from litigation, rather than to protect the creative work itself.
  • Overreaching Copyright Claims: Claiming copyright in works that are not original or that are in the public domain. This can have a chilling effect on creativity and can lead to unnecessary legal disputes.
  • Misunderstanding Fair Use: Relying on the doctrine of fair use without a thorough understanding of its limitations. Fair use is a complex and fact-specific inquiry, and what one person considers “fair” may not be seen that way by a court.
  • Using Incompatible Licenses: Combining works that are licensed under incompatible open licenses. For example, some licenses cannot be combined with a GPL-licensed work.
  • Failing to Get a Contributor License Agreement (CLA): In a collaborative project, failing to get a CLA from all contributors can create ambiguity about copyright ownership and can make it difficult to enforce the license or to change it in the future.
  • Ignoring Copyright Altogether: Assuming that anything found on the internet is free to use. Most works are protected by copyright, even if they do not have a copyright notice.

8. References

  1. U.S. Copyright Office - What is Copyright?
  2. Creative Commons - About The Licenses
  3. The Statute of Anne
  4. The GNU General Public License
  5. Copyright on Wikipedia