1 Answers
π What is Creative Commons?
Creative Commons (CC) is a set of licenses that allow creators to share their work while still retaining some rights. Think of it as a middle ground between full copyright (where all rights are reserved) and the public domain (where no rights are reserved).
- π Origin: Creative Commons was founded in 2001 by Lawrence Lessig, a professor at Stanford Law School. Its goal was to make it easier for people to legally share and build upon the work of others.
- π Purpose: CC licenses provide a standardized way for creators to grant permissions for others to use, share, or adapt their work.
π Key Principles of Creative Commons Licenses
Understanding the different types of CC licenses is crucial for using content correctly. Here are the main elements:
- π Attribution (BY): You *must* give credit to the original author. This is a requirement in almost all CC licenses.
- π§βπ€βπ§ Share Alike (SA): If you modify the work, you must license your new creation under the same terms.
- π« Non-Commercial (NC): You cannot use the work for commercial purposes (e.g., selling it or using it to promote a product).
- β No Derivatives (ND): You cannot modify or adapt the work. You can only use it in its original form.
π Types of Creative Commons Licenses
These elements are combined to create six main types of CC licenses:
| License | Description |
|---|---|
| CC BY | Attribution required. |
| CC BY-SA | Attribution required; share alike. |
| CC BY-NC | Attribution required; non-commercial. |
| CC BY-NC-SA | Attribution required; non-commercial; share alike. |
| CC BY-ND | Attribution required; no derivatives. |
| CC BY-NC-ND | Attribution required; non-commercial; no derivatives. |
π» Real-World Examples in Computer Science
Let's see how CC licenses apply to things you might encounter in computer science:
- πΌοΈ Using Images: You find a cool image for your school project with a CC BY license. You can use it, but you *must* credit the photographer.
- π΅ Adding Music: You want to use a song in your game. If it's CC BY-NC, you can use it as long as you aren't selling the game.
- πΎ Modifying Code: You find some open-source code under a CC BY-SA license. You can modify it, but you have to release your version under the same license.
π‘ Rules for Using Creative Commons Content
Here are some simple rules to follow when using CC content:
- π Check the License: Always, *always* check the specific license terms. They can vary.
- βοΈ Give Credit: Attribute the author properly. Include their name, the title of the work, and the license type. Example: "Image by [Author Name] / [Work Title] / CC BY 4.0"
- β Respect Restrictions: If the license is Non-Commercial, don't use it for commercial purposes. If it's No Derivatives, don't modify it.
- π’ Share Alike (if required): If the license includes Share Alike, make sure your derivative work is also licensed under the same terms.
- β When in Doubt, Ask: If you're unsure about something, contact the creator or consult a legal professional.
π§ͺ Practice Quiz
Test your knowledge about Creative Commons licenses!
- π€ If a picture has a CC BY-NC license, can you use it to make posters you sell?
- π What does the "BY" in a Creative Commons license stand for?
- πΎ You changed a computer program that has a CC BY-SA license. What should you do with the new program's license?
- β What does the "ND" stand for in a Creative Commons license?
- β What is the *most* important thing to do when using content under a CC BY license?
Answers: 1. No 2. Attribution 3. License the new program under CC BY-SA 4. No Derivatives 5. Give credit to the creator
π Conclusion
Creative Commons licenses are a powerful tool for sharing and reusing content. By understanding the different license types and following the rules, you can legally use and build upon the work of others in your computer science projects. Remember to always check the specific license terms and give proper attribution!
Join the discussion
Please log in to post your answer.
Log InEarn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! π