7.1.2 Copyright and Digital Ownership
Digital work can be copied and shared almost instantly. Copyright law provides a framework for identifying who controls an original work and what other people may do with it. In Computer Science, this can apply to source code, websites, documentation, graphics, audio, video and other original digital content.
By the end of this section, you should be able to:
- Explain why copyright legislation is needed in a digital society.
- Distinguish an unprotected idea from a particular protected expression of that idea.
- Identify digital works that may receive copyright protection.
- Explain how authorship, employment and contracts may affect ownership.
- Decide what permission should be checked before copying, adapting or sharing a work.
Why Copyright Legislation Is Needed
Producing a useful digital work may require research, design, programming, testing and creative judgement. Without legal protection, another person could copy the finished work, distribute it widely or sell it without recognising the creator or following the owner’s terms.
Copyright law therefore helps creators and organisations control important uses of their work. It can protect income, encourage investment in new material and make it possible to grant permission through a licence. At the same time, copyright systems normally include limited exceptions so that wider public needs, such as education, criticism or accessibility, can be considered. The exact rules differ between countries.
| Problem without protection | How copyright legislation responds |
|---|---|
| A developer’s program is copied and sold by another company. | The owner can control reproduction and commercial distribution. |
| A photographer’s image is placed in an advertisement without agreement. | The user may need permission or a valid licence before using it. |
| A creator wants schools to use a resource under stated conditions. | The owner can publish terms that grant defined permissions. |
Ideas and Their Expression
Copyright does not normally give one person ownership of a broad idea, fact, procedure or method. It protects the particular form in which original material has been expressed.
| General concept | Particular expression | Copyright point |
|---|---|---|
| An app that helps students organise revision. | A specific program, interface design, help guide and set of graphics. | The general concept is not owned through copyright, but the original code and content may be protected. |
| A method for sorting a list. | A particular explanation, animation or source-code implementation. | The method itself is not protected by copyright, but the original expression may be. |
| A fact about processor performance. | An original article that selects, explains and presents the information. | The fact is not owned, but copying the author’s wording or presentation may infringe copyright. |
Digital Works That May Be Protected
Copyright can apply to many forms of digital expression. A single project may contain several separately protected elements owned by the same person or by different people.
| Digital element | Original example | What another user should check |
|---|---|---|
| Source code | Code written for a timetable visualisation tool. | Whether copying, modification and redistribution are permitted. |
| Website text | Original explanations and worked examples on a learning page. | Whether quotations or reuse are allowed and whether acknowledgement is required. |
| Graphics and photographs | Icons, diagrams, interface artwork or photographs. | Who owns each asset and whether the planned use is covered. |
| Audio and video | A narrated tutorial with original music and animation. | Whether all components may be edited, embedded or republished. |
| Documentation | A user manual, API guide or installation tutorial. | Whether the text or diagrams can be copied into another product. |
Who Owns a Digital Work?
The original author is often the first owner, but ownership can depend on employment, contracts and agreements. Because national laws differ, a real organisation should check the relevant law and the terms of any contract.
| Situation | Likely ownership issue |
|---|---|
| A student writes an original game independently. | The student is normally the author and likely owner. |
| An employed developer creates a reporting system as part of assigned duties. | The employer may own the copyright, subject to local law and the employment agreement. |
| A freelance designer creates website artwork for a client. | The contract should state whether copyright stays with the designer or is transferred to the client. |
| Four students jointly build a multimedia project. | They should record who owns each component and how the completed work may be reused. |
Rights, Permission and Licences
Copyright ownership and permission to use a work are different. The owner may keep the copyright while allowing another person to perform selected actions through a licence.
| Action | Question to ask |
|---|---|
| Copy | May the work or a substantial part of it be reproduced? |
| Adapt | May it be translated, edited, remixed or incorporated into another work? |
| Distribute | May copies be shared, uploaded, sold or supplied to other users? |
| Display or communicate | May it be shown publicly, streamed or made available online? |
A Practical Copyright Decision Process
Before reusing digital content, follow a consistent process rather than guessing from where the file was found.
- Identify the work: decide which code, text, image, sound or video is being reused.
- Identify the likely owner: look for authorship, employer information and notices.
- Check the intended action: copying, editing, uploading and selling may require different permissions.
- Find permission: read the licence, obtain consent or confirm that a legal exception applies.
- Follow the conditions: keep required notices, acknowledgements or limits on redistribution.
Worked scenario: assets for a school exhibition
A student team is creating a touchscreen exhibit. One member downloads an attractive set of animated icons from a design website. The files can be downloaded without payment, but the page does not clearly state whether they may be embedded in a public project.
| Decision step | Application to the scenario |
|---|---|
| Identify the work | The individual icon files and their animations are the works being reused. |
| Identify the owner | The team should find the named creator or organisation that published the asset pack. |
| Check the action | The files will be copied into a new project and displayed to the public. |
| Find permission | The team should locate the licence or contact the owner rather than assuming download access is permission. |
| Follow conditions | If use is allowed, the team must meet any attribution, modification or redistribution conditions. |
Interactive: Copyright Decision Lens
Explore four ownership and permission situations. Move through the stages to decide what has been created, who may own it and what another user must check before reusing it.
Common Mistakes and Misconceptions
- Assuming copyright protects the idea rather than its original expression.
- Assuming a © symbol is required before copyright can exist.
- Assuming the person who paid for a work automatically owns all rights.
- Assuming anything found through a search engine may be reused.
- Confusing ownership of a physical or downloaded copy with ownership of copyright.
- Claiming every use requires permission without considering licences or legal exceptions.
Practice
Try these questions
- Explain two reasons why copyright legislation is needed.
- Distinguish between an idea for a program and the source code that implements it.
- Identify four types of digital work that may receive copyright protection.
- Explain why an employer may own software written by an employee.
- Explain why hiring a freelancer does not always mean the client owns the copyright.
- A student buys an illustration file. Explain why this does not necessarily allow the student to place copies on a commercial website.
- A tutorial is labelled “free to view”. Explain what must be checked before its diagrams are copied into another course.
- Describe the steps an organisation should follow before adapting code found online.
Review
| Question | Strong answer should include |
|---|---|
| Why is copyright legislation needed? | It protects original work, gives owners control and limits unauthorised copying or exploitation. |
| What does copyright protect? | The original expression recorded in a work, rather than a broad idea, fact or method. |
| What digital material may be protected? | Examples include source code, text, graphics, photographs, audio, video and documentation. |
| Who may own employee-created work? | The employer may own it when it was produced in the course of employment, depending on law and contract. |
| What should be checked before reuse? | The owner, intended action, licence or permission, and any conditions or applicable exception. |