In India, computer programs are protected as “literary works” under Section 2(o) of the Copyright Act, 1957. Copyright protection arises automatically the moment original code is written and fixed in a tangible form (i.e., saved to a file) — registration is not mandatory to hold copyright. However, a registration certificate from the Copyright Office provides strong, dated, prima facie evidence of ownership that is invaluable in litigation, licensing negotiations, and due diligence during fundraising or acquisition.
What Gets Filed
Applicants file Form XIV with the Copyright Office along with a copy of the source code. To balance protection with confidentiality, the Copyright Office's established practice accepts partial disclosure: typically the first and last 10 pages of source code (or the entire code if it is fewer than 20 pages), with the remaining middle pages permitted to be redacted subject to certain conditions. This lets applicants demonstrate authorship and originality without exposing their entire proprietary codebase publicly.
Key Filing Considerations
- Ownership documentation: If the code was developed by an employee, ownership typically vests with the employer if there is a clear employment/work-for-hire clause. If developed by a freelance developer or agency, a written assignment agreement is essential — without one, the developer may retain underlying copyright even after payment.
- Version control: File a registration for major, stable versions of your software. Significant subsequent versions with substantial new code may warrant a fresh or supplementary filing.
- Trade secret overlap: Copyright protects the literal expression of code (the specific way it is written), not the underlying idea, algorithm, or functional process. Novel technical methods or systems may separately qualify for patent protection, subject to India's exclusions on computer programs “per se” under Section 3(k) of the Patents Act, 1970.
Copyright vs. Patent for Software
These two protections are not interchangeable. Copyright protects your source code from being copied verbatim or substantially reproduced. It does not stop a competitor from independently building similar functionality through different code. If your innovation lies in a genuinely novel technical process (not merely a business method implemented in software), a patent application may be worth exploring separately — though software patentability in India is narrower and more fact-specific than in some other jurisdictions.
Practical Takeaway
For most product companies, a Copyright Office registration for each major release, paired with airtight IP assignment clauses in every employment and contractor agreement, forms the core of a defensible software IP portfolio.