You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Copyright is a legal right that protects the creators of original works — including software, music, images, text, films, and databases — from having their work copied, distributed, or modified without permission.
Copyright is an automatic legal protection. As soon as an original work is created and recorded in some form (written down, saved digitally, etc.), it is automatically protected by copyright. You do not need to register it or add a copyright symbol, although the symbol (©) is often used as a reminder.
In the UK, copyright is governed by the Copyright, Designs and Patents Act 1988.
| Type of Work | Examples |
|---|---|
| Literary works | Books, articles, blog posts, source code |
| Musical works | Songs, compositions, recordings |
| Artistic works | Photographs, paintings, graphics, logos |
| Films and broadcasts | Movies, TV shows, YouTube videos |
| Software | Programs, apps, games, websites |
| Databases | Collections of organised data |
| Type of Work | Duration |
|---|---|
| Written, dramatic, musical works | Life of the author + 70 years |
| Sound recordings | 70 years from publication |
| Films | 70 years after the death of the last surviving principal director, author, or composer |
| Computer programs | Life of the author + 70 years |
After copyright expires, the work enters the public domain and can be freely used by anyone.
Software source code is protected by copyright as a literary work. This means:
A software licence is an agreement that specifies how you are allowed to use the software. Common types include:
| Licence Type | Description |
|---|---|
| Proprietary | The source code is not shared; you pay for a licence to use the software (e.g., Microsoft Office) |
| Open source | The source code is freely available; you can view, modify, and distribute it (e.g., Linux, Firefox) |
| Freeware | Free to use but source code is not available; you cannot modify it (e.g., Adobe Acrobat Reader) |
| Shareware | Free to try for a limited time; you must pay to continue using it |
Creative Commons (CC) licences are a set of standardised licences that allow creators to share their work with specific permissions. They provide a middle ground between "all rights reserved" (full copyright) and the public domain.
| Element | Symbol | Meaning |
|---|---|---|
| Attribution (BY) | BY | You must credit the original creator |
| ShareAlike (SA) | SA | Derivative works must use the same licence |
| NonCommercial (NC) | NC | You cannot use the work for commercial purposes |
| NoDerivatives (ND) | ND | You cannot modify or build upon the work |
graph TD
C["Copyright<br/>All Rights Reserved"]
C --> CC["Creative Commons<br/>Some Rights Reserved"]
C --> PD["Public Domain<br/>No Rights Reserved"]
CC --> BY["CC BY<br/>Attribution"]
CC --> BYSA["CC BY-SA<br/>+ ShareAlike"]
CC --> BYNC["CC BY-NC<br/>+ NonCommercial"]
CC --> BYND["CC BY-ND<br/>+ NoDerivatives"]
CC --> BYNCSA[CC BY-NC-SA]
CC --> BYNCND[CC BY-NC-ND]
PD --> CC0["CC0<br/>Public Domain Dedication"]
PD --> EXP["Expired Copyright<br/>Life + 70 years"]
| Licence | What it allows |
|---|---|
| CC BY | Use, share, modify — just credit the creator |
| CC BY-SA | Use, share, modify — credit the creator and use the same licence |
| CC BY-NC | Use, share, modify — credit the creator, non-commercial use only |
| CC BY-NC-SA | Use, share, modify — credit, non-commercial, same licence |
| CC BY-ND | Share only (no modifications) — credit the creator |
| CC BY-NC-ND | Share only, non-commercial — credit the creator |
| CC0 | Public domain dedication — no restrictions at all |
Exam Tip: You need to understand the difference between copyright and Creative Commons licences. Copyright is automatic and restrictive by default. Creative Commons licences are chosen by creators to grant specific permissions while retaining some rights. Know what BY, SA, NC, and ND mean.
Copyright infringement occurs when someone uses a copyrighted work without permission. This includes:
The Copyright, Designs and Patents Act 1988 (CDPA) is the cornerstone of UK intellectual property law. It codifies and updates earlier statutes going back to the Statute of Anne 1710 — the world's first modern copyright law. Copyright is an economic right (controlling copying, distribution, adaptation, communication to the public, and rental) and a moral right (the right to be identified as author, and to object to derogatory treatment of the work).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.