# Copyright & Licensing

## Copyright

a protection given to authors and inventors to have exclusive rights to what they create for a limited time (they have a "limited" monopoly of their work) ... so no one else can do the following without asking their permission: 1) make copies; 2) make derivative works; 3) distribute copies; 4) perform works publicly; 5) display works publicly; and 6) perform works publicly via digital transmission.

> \[The Congress shall have 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. (US Constitution - Article I, Section 8, Clause 8)

* [Baylor Copyright Guide](https://researchguides.baylor.edu/copyright)
* [Baylor Copyright Pages for Students](https://www.baylor.edu/copyright/student/)
* [Copyright Basics](https://copyrightsociety.org/copyright-basics/)  (Copyright Society of the USA)

## **Licensing**

permission you get from the copyright holder to exercise one of their exclusive rights (many times this requires a fee)

* [Copyright & License Terms & Definitions](https://copyrightsociety.org/copyright-terms-definitions/) (Copyright Society of the USA)
* [Guide to Performing Rights Organizations](https://splice.com/blog/performing-rights-organizations-guide/)
  * Performing Rights Organizations in US = [ASCAP,](http://www.ascap.com/members/payment.aspx) [BMI,](http://www.bmi.com/creators/royalty/how_we_pay_royalties/basic) and [SESAC.](https://www.sesac.com/music-creators/songwriters)

## **Fair Use**

**t**he *exemption* to exercise one or more of the creators exclusive rights without getting permission for educational or scholarly purposes ... but you must go through a fair use analysis to make sure each specific use falls under "fair use" or not

* [**Cornell Fair Use Checklist**](https://guides.library.cornell.edu/copyright/fair-use)
* [Drummond, Tim. “Understanding Copyright and Fair Use in the Music Classroom.” Music Educators Journal 102, no. 2 (December 2015): 48–53.](https://doi.org/10.1177/0027432115611233)

## **Creative Commons**

tools to help people share their work = the creator giving certain permissions rather than the user having to seek out the permissions from the creator

* [What Creative Commons Licenses Do](https://creativecommons.org/share-your-work/)

## **Public Domain**

once the "limited" monopoly of copyright is up, works fall into the public domain (so you do not need to seek permission from the copyright holder to exercise any of the rights that fall under copyright ... *but* you must still cite the work to <mark style="color:orange;">**avoid plagiarism**</mark>&#x20;

## **Plagiarism**

to present someone else's work as if it were created by you


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://benjohansen.gitbook.io/musictech/appendix/copyright-and-licensing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
