1. Copyright Act 1957 and Technology
The Copyright Act, 1957 has been amended several times to accommodate technological developments. The 1994 and 2012 amendments introduced significant changes relevant to software, databases, and digital content protection.
Works Protected Under Copyright
- Computer Programs: Source code and object code as literary works
- Databases: Original selection/arrangement of contents
- Digital Art: Graphics, designs, digital photographs
- Multimedia Works: Combination of audio, video, text
- Websites: Content, layout, code (various elements)
- Mobile Applications: Code and interface elements
2. Software Copyright vs Patent
Software developers in India face a choice between copyright and patent protection, each offering different scope and requirements.
| Aspect | Copyright | Patent |
|---|---|---|
| What's Protected | Expression (code, documentation) | Functional invention (if technical effect) |
| Protection Scope | Prevents copying of code | Prevents use of underlying method |
| Duration | 60 years from author's death | 20 years from filing |
| Registration | Automatic (registration optional) | Mandatory examination and grant |
| Cost | Low (Rs. 500-2000 for registration) | High (Rs. 10,000+ for filing and prosecution) |
| Reverse Engineering | May be permitted under fair dealing | Disclosure required; independent development blocked |
Strategic Consideration
Most software companies use copyright as the primary protection mechanism for code, supplemented by patent protection for truly novel technical innovations. Trade secret protection is used for algorithms and methods that cannot be reverse-engineered easily.
3. Database Protection
Database protection in India operates on two levels: copyright protection for original databases and potential protection through contract and technology measures.
Copyright in Databases
Under Section 2(o), databases are protected as compilations if they exhibit originality in selection or arrangement of contents. However, mere "sweat of the brow" collection without creative input may not qualify.
Case: Eastern Book Company v. D.B. Modak (2008)
The Supreme Court examined copyright in law reports and databases. The court held that while raw data (like judgments) cannot be copyrighted, original contributions like headnotes, paragraph numbering, and editorial notes are protectable.
Key Principle: Mere labor and capital investment ("sweat of brow") is insufficient; creativity in selection, arrangement, or presentation is required.
Sui Generis Database Right
Unlike the EU, India does not have a sui generis database right that protects substantial investment in database creation regardless of originality. Database creators must rely on copyright, contract, or technical measures.
4. Digital Rights Management (DRM)
The Copyright Act provides protection for technological protection measures (TPMs) used to control access to and use of copyrighted works.
DRM Technologies
- Encryption: Content scrambling, key-based access
- Access Control: Authentication requirements, region coding
- Copy Control: Preventing or limiting reproduction
- Watermarking: Digital fingerprints for tracking
- License Management: Controlling usage terms
5. Open Source Licensing Models
Open source software uses copyright to enforce licensing terms that promote sharing and collaboration. Understanding different license types is crucial for technology lawyers advising clients on software use and development.
Copyleft Licenses
GNU General Public License (GPL)
Copyleft ViralDerivative works must be released under GPL. Source code must be made available. Strong copyleft - modifications and larger works must also be GPL.
GNU Lesser GPL (LGPL)
Weak CopyleftAllows linking with proprietary software. Modifications to LGPL code must be shared, but linked applications can remain proprietary.
Mozilla Public License (MPL)
File-Level CopyleftCopyleft applies at file level. MPL files must remain open, but can be combined with proprietary code in larger projects.
Permissive Licenses
MIT License
Permissive Commercial-FriendlyMinimal restrictions. Can be used, modified, distributed in proprietary software. Only requires attribution and license inclusion.
Apache License 2.0
Permissive Patent GrantSimilar to MIT but includes explicit patent license grant. Provides protection against patent litigation from contributors.
BSD Licenses (2-clause, 3-clause)
PermissiveVery permissive with minimal requirements. 3-clause adds non-endorsement provision. Widely used in academic and commercial software.
License Compatibility
| Combining | MIT | Apache 2.0 | GPL v3 |
|---|---|---|---|
| MIT | Yes | Yes | Yes (result is GPL) |
| Apache 2.0 | Yes | Yes | Yes (result is GPL) |
| GPL v3 | Yes (result is GPL) | Yes (result is GPL) | Yes |
6. AI-Generated Works
The rise of generative AI raises complex questions about copyright ownership and protection for AI-created content.
Key Issues
- Authorship: Copyright requires human author; AI cannot be author
- Ownership: Who owns AI output - developer, user, or no one?
- Training Data: Copyright implications of using copyrighted works to train AI
- Output Similarity: When does AI output infringe training data copyright?
Current Indian Position
The Copyright Act requires a human author. Works generated solely by AI without substantial human creative input may not qualify for copyright protection. However, works where AI is used as a tool with significant human creative direction may be protectable.