Blog Content Overview
- 1 What does copyright protect in India?
- 2 Automatic copyright versus registered copyright: what the difference actually costs
- 3 The six copyright categories: what startups actually need to register
- 4 How to register copyright in India: complete step-by-step process
- 4.1 Step 1: Create an account on copyright.gov.in
- 4.2 Step 2: Select the correct work category
- 4.3 Step 3: Fill Form XIV
- 4.4 Step 4: Upload supporting documents
- 4.5 Step 5: Pay the government fee online
- 4.6 Step 6: 30-day mandatory objection window
- 4.7 Step 7: Examination and response to discrepancies
- 4.8 Step 8: Certificate issued
- 5 Who actually owns the copyright? Section 17, the freelancer trap, and moral rights
- 6 Pre-incorporation IP: the most common funding-round red flag
- 7 Open source licence risk: the copyright contamination problem most tech founders ignore
- 8 AI-generated content and copyright in India: what the 2025-26 regulatory shift means
- 9 Copyright infringement in India: civil and criminal remedies
- 10 Copyright, trademark, patent, and design: choosing the right protection for each asset
- 11 Building an IP schedule that satisfies investor due diligence
- 12 Common mistakes that cost startups time and money
- 13 Case Study
- 14 FAQ on Startups Intellectual Property Protection in India
Copyright is simultaneously the most pervasive and most mismanaged intellectual property right in the Indian startup ecosystem. Every line of code a developer writes, every screen a designer produces, every course module a content team authors, all of it attracts copyright the moment it is fixed in a tangible form. The problem is not that founders lack copyright. The problem is that they do not know who owns it, whether the company can prove ownership, and what happens when an investor, an acquirer, or a court asks. This article covers the full picture: the statutory foundations under the Copyright Act, 1957, what categories of work qualify and which do not, the step-by-step registration process through copyright.gov.in, the fee structure under Schedule 2 of the Copyright Rules, 2013, the open source and AI content traps that are reshaping startup IP risk in 2026, and the ownership mechanics that determine whether your company’s copyright position is genuinely clean.
What does copyright protect in India?
Copyright protects original expression, not ideas. The moment an original work is created and fixed in a tangible form, a file, a recording, a drawing, a document, copyright subsists automatically under Section 13 of the Copyright Act, 1957. No registration, publication, or copyright notice is required for the right to exist. The originality requirement under Section 13 means the work must originate from the author and must not be a copy of another work. It does not require novelty of ideas or uniqueness of function.
Section 13 lists the six categories of works in which copyright subsists:
- Original literary works, which under Section 2(o) explicitly includes computer programs, source code, object code, tables, and compilations including computer databases
- Original dramatic works
- Original musical works
- Original artistic works, which under Section 2(c) includes paintings, drawings, sculptures, photographs, architectural plans, maps, and works of artistic craftsmanship
- Cinematograph films, under Section 2(f), covering any work of visual recording from which a moving image may be produced
- Sound recordings, under Section 2(xx), covering any recording from which the recorded sounds may be reproduced
Section 14 grants the copyright owner a bundle of exclusive rights that differs slightly by category but includes: reproduction, communication to the public, public performance, broadcasting, adaptation, translation, and the making of cinematograph films. Anyone exercising these rights without the owner’s permission infringes copyright under Section 51.
What copyright does not protect is equally important. Ideas, concepts, facts, mathematical principles, news of the day, processes, methods, titles, names, short phrases, slogans, and government documents in the public domain fall outside copyright protection entirely. A fintech startup cannot copyright the concept of automated loan scoring. It can copyright the specific code it wrote to implement that scoring, the product documentation, the training materials, and the UI screens. The idea-expression distinction is also where founders sometimes over-invest in copyright when the defensible moat is actually a novel method that belongs in a patent application, or a process that belongs under trade secret protections.
Automatic copyright versus registered copyright: what the difference actually costs
The most useful framing for a founder is this: automatic copyright gives you the right. Registration gives you the ability to exercise it.
Table 1: Automatic protection vs registered copyright
| Aspect | Automatic copyright | Registered copyright |
|---|---|---|
| When protection begins | At creation, no formalities | At creation, but certificate confirms date |
| Proof in court | Must reconstruct through evidence | Certificate is prima facie evidence |
| Burden of proof | You must prove ownership and date | Shifts to infringer to disprove ownership |
| Customs recordal | Not available | Can be recorded to stop infringing imports |
| Licensing and publishing | Difficult, counterparty wants proof | Certificate satisfies standard requirements |
| Investor due diligence | Weak, raises ownership questions | Clean, stands on its face |
| Speed of injunction | Slower, more argument at prima facie stage | Faster, court grant is more predictable |
| Cost | Zero | ₹2,000 per work (company), ₹500 (individual) |
The government fee to register one literary or artistic work for a company is ₹2,000. The cost of reconstructing ownership through timestamped files, development logs, Git commits, and witness testimony in a contested IP suit starts at several lakhs. The argument for not registering is almost never economic.
The Delhi High Court in Sanjay Soya Private Limited v Narayani Trading Company (2021) confirmed that copyright registration is not mandatory for enforcement, the Bombay High Court’s earlier position requiring registration had been based on a wrong reading of the Act. But the court also confirmed that a registration certificate is prima facie evidence of ownership, which is practically decisive at the interlocutory injunction stage. In commercial enforcement, who has the certificate wins the first round.
The six copyright categories: what startups actually need to register
Literary works, the most important category for tech startups
Source code is a literary work. Section 2(o) of the Act explicitly places “computer programs, tables and compilations including computer databases” within the definition of literary work. This covers: SaaS backend code, mobile app code, APIs, database schemas, algorithms expressed in code, front-end code, and firmware. The originality test applies: the code must reflect the author’s own skill and effort. A few lines of trivially obvious boilerplate will not qualify, but a substantial original codebase will.
Practical filing: for registration, submit a PDF containing the first 10 pages and last 10 pages of source code. If the complete code is under 20 pages, submit it in full. Sensitive sections, authentication logic, encryption keys, proprietary algorithms, may be redacted, but redactions should be limited and described in the covering note. The Copyright Office does not require the full codebase and does not store submitted code publicly.
Written documentation, product guides, help centre content, training materials, research reports, and course content all qualify as literary works. Each is a separate filing.
Artistic works, UI/UX, design systems, and the Designs Act boundary
Graphical user interfaces, UI screens, icon sets, illustrations, product photography, and brand artwork all qualify as artistic works under Section 2(c). This is the correct category for a startup’s design system, product UI, marketing illustrations, and original photography.
A critical boundary: if an artistic work is applied industrially to more than 50 articles, it loses copyright protection and must be protected under the Designs Act, 2000 instead. For a software UI that exists only on screen, the 50-article threshold does not apply and copyright is the correct protection. For a physical product where a design is printed or applied to manufactured goods in volume, a design registration under the Designs Act 2000 is needed alongside or instead of copyright.
Logos occupy an overlap between artistic work (copyright) and brand identifier (trademark). The copyright protects the specific visual expression of the logo against reproduction. The trademark protects the name and mark as a commercial identifier in the relevant goods/services classes. Both filings are needed. A competitor can lawfully design a different logo that achieves a similar visual effect unless the trademark is also registered.
Software products with multiple components: filing strategy
A complete product typically involves several independently registrable works:
- The source code as literary work (one filing per version or module if the commercial value is distinct)
- The UI designs as artistic work (one filing for the design system or key screens)
- The product documentation as literary work (one filing)
- Any original audio or video in the product as sound recording or cinematograph film
A startup with a SaaS product, onboarding video, and original marketing assets can have three to five copyright registrations covering genuinely distinct assets. Each filing is ₹2,000 for a company. The question to ask is: which components, if copied, would cause the most commercial harm? Register those first.
Cinematic and audio works for content startups
For edtech, media, podcast, and content-focused startups, sound recordings and cinematograph films are the primary assets. Sound recordings cover podcasts, audio courses, recorded sessions, and music. Films cover video courses, product explainers, web series, and documentaries. These categories carry higher government fees (₹5,000 for films, ₹2,000 for sound recordings) and have slightly different documentation requirements, the Copyright Office requires details of all creators involved, including director, producer, lyricist, and composer where applicable.
Table 2: Copyright categories, coverage, fees, and startup relevance
| Category | Section | Startup asset types | Govt fee (individual) | Govt fee (company) |
|---|---|---|---|---|
| Literary work | 2(o) | Source code, databases, docs, course content, written material | ₹500 | ₹2,000 |
| Artistic work | 2(c) | UI designs, illustrations, product photography, brand art | ₹500 | ₹2,000 |
| Musical work | 2(p) | Original compositions, brand jingles, background scores | ₹500 | ₹2,000 |
| Dramatic work | 2(h) | Scripts, screenplays, training modules with dialogue | ₹500 | ₹2,000 |
| Sound recording | 2(xx) | Podcasts, audio courses, recordings, music albums | ₹2,000 | ₹2,000 |
| Cinematograph film | 2(f) | Video courses, explainers, original web series, films | ₹5,000 | ₹5,000 |
All fees per Schedule 2, Copyright Rules, 2013. Each work requires a separate Form XIV and a separate fee payment.
How to register copyright in India: complete step-by-step process
Registration is administered by the Copyright Office under DPIIT and filed entirely online at copyright.gov.in. No physical visit is required. The applicable form is Form XIV under Rule 70 of the Copyright Rules, 2013. Note: some older sources reference “Form IV”, this is the pre-2013 designation. The current form under the Copyright Rules, 2013 is Form XIV. Confirm the current form name on the portal before filing if there is any doubt.
Step 1: Create an account on copyright.gov.in
Visit the portal and register as a new user. A company applicant should create the account using the authorised signatory’s details. You need a valid email address and mobile number for OTP verification. The account is free to create.
Step 2: Select the correct work category
The six categories in the Register of Copyrights correspond directly to the six Section 13 categories: Part I (literary works other than computer programs), Part II (musical works), Part III (artistic works), Part IV (cinematograph films), Part V (sound recordings), and Part VI (computer programs, tables, and databases). Software must be filed under Part VI, not Part I, even though both fall within the broad statutory definition of literary work. Filing in the wrong sub-category causes examination delays.
Step 3: Fill Form XIV
The form captures:
- Title of the work
- Category and nature of work
- Language of the work (for literary and dramatic works)
- Year and country of first publication, or “unpublished” if not yet released
- Name, address, and nationality of the author(s)
- Name, address, and nationality of the copyright owner (may differ from author, for a company, this is the registered company details with CIN)
- Whether the work is published or unpublished
Where the author and owner are different, for example, a developer who wrote code and has assigned it to the company, both sets of details are entered and the assignment agreement is uploaded as supporting documentation.
Pro tip from practice: File as “unpublished” even if the product is live if there is any chance the product was first made available internally before a formal public launch date. Unpublished status is available at filing and can be updated to “published” later. The diary date, the date your application is recorded, is the legally relevant date for most enforcement purposes.
Step 4: Upload supporting documents
For all company applicants:
- Digital copy of the work (source code pages as PDF, design files as PDF or high-resolution image, written content as PDF, audio file, or video clip as applicable)
- Identity proof of the authorised signatory (Aadhaar, PAN, or passport)
- Certificate of Incorporation and PAN of the company
- Board resolution authorising the copyright registration application (standard practice for companies; some examiners ask for it even when not explicitly required)
- Authorisation letter if filing through a representative
Where the author is not the owner:
- If an employee created the work in the course of employment: employment agreement confirming the IP clause, or a separate IP Assignment Agreement
- If a contractor or freelancer created the work: a written copyright assignment agreement signed by the contractor, transferring all copyright in the work to the company
- If no assignment exists and you are relying on a No Objection Certificate: the NOC signed by the author (this is the weaker form, a formal assignment is always preferable)
Step 5: Pay the government fee online
Payment is made through the portal’s payment gateway. A Diary Number is issued immediately upon successful payment. This Diary Number is proof of filing from day one and can be cited in contracts, licensing agreements, and investor disclosure schedules from the date of filing, before the certificate is issued.
Step 6: 30-day mandatory objection window
After filing, the Copyright Office opens a 30-day window during which any third party may raise objections to your copyright claim. The objection mechanism protects against fraudulent filings. In practice, objections on software and documentation registrations are rare. Objections are more common for musical works and films where rights disputes between collaborators surface at the filing stage.
Step 7: Examination and response to discrepancies
If no objection is raised, the Registrar assigns the application to an examiner who reviews for completeness and category accuracy. If a discrepancy is found, for example, an incorrect category selection or incomplete documentation, the examiner issues a letter of discrepancy and gives the applicant an opportunity to respond and correct. Responding promptly (typically within the period specified in the letter) avoids additional delays.
Step 8: Certificate issued
Once the examination is complete and the application is approved, the Registrar of Copyrights issues the Registration Certificate. It is available for download from the portal. The full timeline from filing to certificate is typically 2 to 6 months under normal conditions. Objected applications take longer depending on the hearing schedule.
Timeline summary:
| Stage | Timing |
|---|---|
| Account creation and Form XIV filing | Same day |
| Diary Number issued | Immediately after payment |
| 30-day objection window | Days 1-30 after filing |
| Examiner review commences | Day 31 onwards (no objection) |
| Discrepancy letter (if issued) | 4-8 weeks after objection window |
| Certificate issued (clean application) | 2-4 months from filing |
| Certificate issued (objection resolved) | 4-8 months from filing |
Who actually owns the copyright? Section 17, the freelancer trap, and moral rights
The Section 17 employment default
Where a work is created by an author in the course of employment, the employer is the first owner of copyright, unless there is a contract to the contrary (Section 17, proviso (a)). This is the default rule that protects companies with full-time development and creative teams.
For Section 17 to apply, the work must be created: (a) by an employee, (b) in the course of their employment, and (c) within the scope of their role. All three conditions matter. Code written by a developer for a client project clearly qualifies. Code written by the same developer on personal time for a side project may not, even if the developer used the company’s tools. Employment agreements with explicit IP clauses, stating that all work created using company resources, during employment hours, or in connection with the company’s business belongs to the company, remove this ambiguity.
The freelancer and contractor default: the most expensive gap
Section 17 applies to employees. It does not apply to independent contractors, freelancers, or vendors. A contract designer who builds your UI, a freelance developer who builds your MVP, a content writer engaged as a service provider, none of them are employees. By statute, they retain copyright in everything they create, even if you briefed every detail and paid market rates.
This is not theoretical. Investor due diligence in Indian tech transactions regularly surfaces code that was built by a contractor in Years 1 or 2 under no written assignment. When this happens, the options are: track down the contractor and negotiate an assignment, pay again for rights the founder assumed they already owned, or represent to the investor that the unassigned work is commercially immaterial (which is rarely true for core product code). None of these options are comfortable.
The fix is a written copyright assignment agreement executed before any work begins. Under Section 18, assignment must be in writing and signed by the assignor. Verbal agreements are not valid. A standard contractor agreement should include: (a) an assignment of all IP in works created under the engagement to the company, (b) a moral rights waiver to the extent permitted under Indian law, (c) warranties that the work is original and does not infringe third-party rights, and (d) a further assurances clause requiring the contractor to execute additional documents if needed to perfect the company’s title.
Moral rights under Section 57: what cannot be contracted away
Even after a full copyright assignment, the author retains two moral rights under Section 57 of the Act: the right to claim authorship of the work, and the right to object to any distortion, mutilation, modification, or other act in relation to the work that is prejudicial to the author’s honour or reputation. Indian courts have held that these rights cannot be waived or transferred by contract.
For most startups, this is a dormant issue. It becomes live in three situations: an acquisition where the acquirer plans significant changes to the product; a co-founder exit where the departed founder later claims their code contributions are being misused; and an M&A due diligence where the buyer’s counsel raises it as a residual risk. The practical mitigation is maintaining good documentation of contributions, good relationships with key creative contributors, and clear product change management processes.
Pre-incorporation IP: the most common funding-round red flag
Before a company is incorporated, there is no employer. IP created by founders before incorporation, code built on a laptop before the company was formed, design work done during the ideation phase, content authored before registration, belongs to the founder individually as a matter of law. Section 17 cannot apply because the employment relationship does not yet exist.
A founder who incorporated in January 2024 but had been building the product since mid-2023 has a gap: the early codebase, initial UI designs, and early content are legally owned by the individual founder, not the company. If the company enters a funding round, this gap appears in due diligence as a material IP ownership issue.
The solution is a formal IP Assignment Agreement executed between each founder and the company after incorporation, assigning all pre-incorporation IP created in connection with the startup to the company. This should be done at or immediately after incorporation. The later it is left, the more complex it becomes, particularly if a co-founder has since departed.
What a clean pre-incorporation IP assignment should contain:
- Written form, signed by both the founder and an authorised representative of the company (mandatory under Section 18)
- Specific description of the IP being assigned, including categories, project names, approximate date ranges, and file references where applicable
- Consideration, a nominal ₹1 is legally sufficient, though more substantive consideration, such as allotment of founder shares at formation, is better commercial practice
- Scope of future works created in connection with the company during the founder’s involvement
- Further assurances clause: the founder agrees to execute additional documents, sign copyright registration forms, and assist in perfecting the company’s title if required after the agreement is signed
- Representations by the founder that the assigned work is original and does not infringe third-party rights
Doing this cleanup at formation costs under ₹40,000 in legal fees. Doing it after a due diligence flag costs five to ten times that in legal fees plus the cost of deal delay. Based on the transactions Treelife has advised on, a two-month funding delay at a pre-Series A stage typically represents ₹15 to ₹40 lakhs in management attention, negotiation costs, and runway burn.
Open source licence risk: the copyright contamination problem most tech founders ignore
Open source software (OSS) is built on copyright law. Every open source licence is a conditional copyright grant. The conditions vary by licence type and carry material risks for startups building proprietary products.
The four licence tiers
Permissive licences (MIT, BSD, Apache 2.0) allow use, modification, and distribution, including in commercial proprietary software, with attribution requirements only. A startup using MIT-licenced libraries in its codebase has minimal copyright risk, provided attribution requirements are met.
Weak copyleft licences (LGPL) allow use in proprietary software as long as the library itself is linked dynamically and not modified. Modifications to the library itself must be released under LGPL. Risk for startups is low provided the library is not modified.
Strong copyleft licences (GPL v2, GPL v3) require that any software distributed with or derived from GPL-licenced code must itself be distributed under the GPL. This is the copyleft contamination risk. If GPL-licenced code is incorporated into a proprietary SaaS product’s codebase and that product is distributed to users (as opposed to run as a service), the GPL’s distribution trigger may require the entire product’s source code to be released publicly.
Network copyleft licences (AGPL) extend the GPL trigger to software offered as a service over a network. An AGPL-licenced component in a SaaS codebase triggers the release obligation even though the software is never technically “distributed” to users. This is the highest-risk category for SaaS startups.
The investor due diligence consequence
M&A acquisitions now routinely include open source compliance audits as standard. A codebase with undisclosed GPL or AGPL components is a material warranty issue that can reduce acquisition price, require escrow, or cause acquirers to walk away. A 2025 industry report estimated that 68% of acquisitions include OSS compliance audits and that a significant proportion find previously undisclosed copyleft components. A Pune-based IoT startup lost a $2 million funding round after investors discovered GPL violations in their codebase. This is not an edge case.
Practical mitigation
Run a software composition analysis (SCA) before any funding round or acquisition process. Tools like FOSSA, Black Duck, or WhiteSource scan codebases and flag licence conflicts. The output forms part of your IP due diligence pack. At the contracting stage, employment and contractor agreements should require developers to disclose any open source components incorporated in their work and to obtain approval for use of copyleft-licenced components in proprietary code.
AI-generated content and copyright in India: what the 2025-26 regulatory shift means
This is the emerging issue that none of the existing copyright registration guides address, and it is directly relevant to any startup that uses generative AI tools in product development, content creation, or design.
The current legal position
Under the Copyright Act, 1957, copyright protection is granted only to works created by a human author. The Act defines “author” in Section 2(d) as a person. Works generated entirely by AI without meaningful human involvement are not eligible for copyright protection under the current Act. The Supreme Court of India has not yet ruled on this directly, but the consistent reading of the Act by the Copyright Office and the academic consensus is that human authorship is a prerequisite.
What this means for a startup using AI tools
If a developer uses GitHub Copilot to generate code, the legal position depends on the extent of human creative input. Code that is substantially generated by Copilot with minimal human modification may not attract copyright protection. Code where the developer has substantially adapted, structured, or integrated AI-generated suggestions into an original framework can attract copyright protection for the human-authored expression.
The same analysis applies to: product documentation drafted with large language model assistance, marketing content generated via AI writing tools, UI designs generated via text-to-image models, and training data compilations built with AI assistance. The more the human author’s selection, arrangement, modification, and judgment is reflected in the final work, the stronger the copyright claim.
The DPIIT December 2025 working paper
In April 2025, DPIIT constituted an expert committee to assess whether the Copyright Act, 1957 adequately addresses generative AI. On 8 December 2025, DPIIT published Part I of its Working Paper on Generative AI and Copyright, India’s first serious regulatory framework proposal for AI training on copyrighted works.
Key proposals in the working paper that affect startups:
First, a hybrid licensing model for AI training. The paper proposes a “One Nation, One License, One Payment” framework, under which AI companies would pay a statutory licence fee to use publicly available copyrighted works for model training, with compensation flowing to rights holders through a licensing body. If enacted, this creates both a cost for AI startups training on third-party data and a revenue opportunity for startups that hold registered copyrights in valuable training data.
Second, the working paper does not yet propose a definition of authorship for AI-generated works. This means the current position, works without human authorship are not protectable, persists until legislation changes.
Third, the expert panel is reviewing whether the existing Section 52 fair dealing exceptions (which cover research, criticism, review, and educational use) extend to AI training. The outcome will materially affect the data pipeline legality for AI-native startups.
The working paper is in consultation phase as of June 2026. Amendments to the Act have not been enacted. Founders building AI-native products should watch this space closely and ensure their IP strategy accounts for the possibility that the Act will be amended to address authorship, licensing, and training data within the next 18 to 24 months.
Practical guidance for AI-using startups now
Document human creative decisions at every stage of AI-assisted work. If a developer prompts, reviews, significantly modifies, and integrates AI-generated code, maintain records of that process, the prompts used, the modifications made, the final structure chosen. This documentation is what supports a copyright claim in the absence of legislative clarity on AI authorship.
Do not assume AI-generated content in your product is automatically protected. Register copyright in the human-authored elements, the system prompts, the training data curation logic, the output selection and arrangement architecture, separately and specifically.
Copyright infringement in India: civil and criminal remedies
When does infringement occur?
Section 51 defines infringement. A copyright is infringed when a person, without the licence of the copyright owner and without other lawful justification, does or authorises another to do any act restricted by the copyright. Infringement also occurs when a person imports, sells, rents, distributes, or publicly exhibits infringing copies, or permits a venue to be used for an infringing performance.
Section 52 lists fair dealing exceptions: private and personal use, research, criticism or review, reporting of current events, reproduction in judicial proceedings, and a narrow educational reproduction exception. AI training data use is not currently a listed exception.
Civil remedies under Section 55
Section 55 entitles the copyright owner to seek:
- Injunctions, both interlocutory (while the case is pending) and permanent (after judgment). Courts in India are more willing to grant interlocutory injunctions where the claimant holds a registration certificate, because the ownership question is easier to satisfy at the prima facie stage.
- Damages, compensatory for actual losses suffered, punitive for blatant infringement (as established by the Delhi High Court in Time Incorporated v. Lokesh Srivastava, 2005, which awarded punitive damages for obvious violations), and nominal for technical infringement without proven loss.
- Account of profits, compelling the infringer to surrender all profits earned from the unauthorised use of the copyright.
- Anton Piller orders, permitting the copyright owner, with a court-appointed commissioner, to search the infringer’s premises and seize infringing material and evidence. This is particularly useful in software piracy enforcement where the infringing copies are likely to be destroyed if the infringer is warned.
- John Doe orders (Ashok Kumar orders in Indian practice), injunctions against unknown infringers, used when the identity of parties hosting or distributing infringing content is not yet established. These are increasingly important for digital enforcement against piracy platforms and scraping operations.
The limitation period for a copyright infringement civil suit is three years from the date of infringement (Article 15, Schedule to the Limitation Act, 1963).
Courts have awarded damages ranging from ₹10,000 for minor violations to ₹50 lakhs and beyond for large-scale commercial piracy, with each case depending on the nature of infringement, commercial impact, and whether the infringement was knowing and wilful.
Criminal remedies under Section 63
Section 63 of the Act provides that knowingly infringing or abetting infringement of copyright in a work carries imprisonment for a minimum of six months and a maximum of three years, with a fine between ₹50,000 and ₹2,00,000.
Section 63A (inserted by the 1994 Amendment) provides enhanced penalties for repeat offenders: minimum one year, maximum three years, fine between ₹1,00,000 and ₹2,00,000.
Section 65A (inserted by the Copyright Amendment Act, 2012) separately penalises circumvention of technological protection measures with imprisonment up to two years and a fine. Section 65B penalises the removal or alteration of rights management information.
Section 64 gives a police officer of rank sub-inspector or above the power to seize infringing copies without a warrant where there is reason to believe that an offence under Section 63 is being committed.
Table 3: Copyright infringement remedies at a glance
| Remedy | Provision | What you get |
|---|---|---|
| Interlocutory injunction | Section 55 | Immediate court order stopping infringement |
| Permanent injunction | Section 55 | Final order post-judgment |
| Compensatory damages | Section 55 | Actual losses proven |
| Punitive damages | Section 55 | Additional damages for flagrant infringement |
| Account of profits | Section 55 | Infringer surrenders profits made |
| Anton Piller order | Section 55 | Search and seize infringing material |
| John Doe order | Section 55 | Injunction against unknown infringers |
| Criminal imprisonment | Section 63 | 6 months to 3 years |
| Criminal fine | Section 63 | ₹50,000 to ₹2,00,000 |
| Police seizure | Section 64 | Seizure of infringing copies |
| Tech circumvention | Section 65A | Imprisonment up to 2 years |
Copyright, trademark, patent, and design: choosing the right protection for each asset
Table 4: IP protection comparison for Indian startups
| Feature | Copyright | Trademark | Patent | Design Registration |
|---|---|---|---|---|
| What it protects | Original expression | Brand identity (name, mark, logo) | Novel technical inventions | Visual appearance of a product |
| Governing law | Copyright Act, 1957 | Trade Marks Act, 1999 | Patents Act, 1970 | Designs Act, 2000 |
| Registration required? | No (but advised) | Yes, for exclusivity | Yes | Yes |
| Automatic protection? | Yes, on creation | No | No | No |
| Duration | Lifetime + 60 years | 10 years, renewable indefinitely | 20 years, non-renewable | 10 years, renewable once (total 15 years) |
| Govt fee (company) | ₹2,000 per work | ₹9,000 per class | ₹8,000 (small entity) | ₹4,000 per design |
| DPIIT startup rebate? | No | Yes, 50% | Yes, 50% | Yes, 50% |
| Protects ideas? | No | No | Yes (if novel and non-obvious) | No |
| Time to registration | 2-6 months | 12-24 months | 3-5 years | 6-12 months |
| Industrial design (50+ articles) | Not applicable, use Designs Act | N/A | N/A | Applicable |
For a typical SaaS or consumer tech startup, the filing sequence is: copyright first (fastest, cheapest, covers the asset most likely to be infringed in Years 1 and 2); trademark second (brand and logo); design registration for any physical product components where the aesthetic is commercially distinctive; and patents selectively for genuinely novel technical processes where the 3-to-5-year prosecution timeline is commercially justified.
The DPIIT Startup India recognition provides a 50% rebate on trademark and patent government fees. It does not reduce copyright fees, which are already the lowest of all IP categories.
Building an IP schedule that satisfies investor due diligence
An investor conducting IP due diligence on a pre-Series A company will typically request:
- A complete list of registered IP (patents, trademarks, copyright registrations) with registration numbers, dates, and ownership status
- Confirmation that all registrations stand in the company’s name (not a founder’s personal name)
- Employment agreements for all technical and creative employees confirming IP assignment
- Contractor and freelancer agreements confirming copyright assignment for externally created work
- Pre-incorporation IP Assignment Agreements from each founder
- A representation that the codebase has been scanned for open source licence compliance
- No outstanding IP disputes or claims from former employees, contractors, or co-founders
- Disclosure of any AI-generated content used in the product and the company’s documentation practices around it
A clean IP schedule is not merely defensive. It is a valuation input. Investors in IP-intensive sectors, edtech, SaaS, fintech, deeptech, build IP ownership and scope into their valuation model. A startup that can demonstrate clean, registered, fully assigned copyright across its core assets is a materially different investment case from one that cannot.
Minimum IP schedule for a pre-Series A tech startup:
| Asset | Registration status | Owner | Assignment document |
|---|---|---|---|
| Source code (core product) | Copyright filed, Diary No. XXXX | Company | Developer employment agreements |
| UI design system | Copyright filed, Diary No. XXXX | Company | Designer employment agreement / contractor assignment |
| Product documentation | Copyright filed, Diary No. XXXX | Company | Internal team authorship confirmed |
| Brand logo | Trademark filed, Class 42 | Company | N/A |
| Pre-incorporation code (founders) | IP Assignment Agreement executed | Company | Signed IP Assignment from each founder |
| OSS compliance | SCA scan completed, no copyleft conflicts | N/A | Scan report in data room |
Common mistakes that cost startups time and money
Registering in the founder’s personal name instead of the company’s. A registration in an individual founder’s name is owned by that founder, not the company. In a funding round or acquisition, this requires a formal assignment from the founder to the company, with all the risk that creates if the founder has since departed or the relationship is strained. The cost of this correction is several weeks of negotiation and legal fees. The prevention cost is zero: file in the company’s name from day one.
Treating “paying for it” as equivalent to “owning the copyright.” Payment for creative services does not transfer copyright unless a written assignment is executed. The brief does not transfer copyright. An invoice with “all rights reserved to client” in the footer does not transfer copyright, it is not a signed assignment under Section 18. The words “work for hire” in a contract may give you implied licence rights in some readings, but it is not a copyright assignment under Indian law. Only a written, signed document titled and structured as an assignment satisfies Section 18.
Registering the wrong category for software. Source code filed under “artistic work” rather than “computer programs” (Part VI of the Register) creates classification confusion during enforcement and due diligence. The examiner may flag a discrepancy. Always file software under the computer programs sub-category of literary works, not artistic.
Ignoring version updates. A copyright registration filed for Version 1.0 of your product does not automatically extend to Version 3.0 if significant new original work has been added. Where a new version represents a substantial new original contribution, file a fresh registration referencing the new version. The cost is ₹2,000. The protection gap without it is real if the copied element is from the updated version.
Assuming open source components are free of copyright obligations. Open source is not a synonym for no copyright. Every open source licence is a conditional copyright grant. Incorporating GPL code into a proprietary product without understanding the copyleft implications can mean you are legally obligated to release your entire source code. This is not a theoretical risk, it surfaces regularly in acquisition due diligence.
Building on AI-generated code without documentation. If a court were to question whether AI-generated components of your codebase qualify for copyright protection, the only evidence of human authorship is documentation of the human creative decisions made in producing, modifying, and integrating that output. Founders who use AI tools without documentation processes are building a copyright position that may be difficult to defend.
Neglecting pre-incorporation IP assignment at formation. This is the single most common and most expensive mistake Treelife sees at Series A due diligence. The legal position under Section 17 is clear: pre-incorporation work belongs to the founder individually. Fixing this post-flag costs 10 to 15 times more than doing it at formation.
Case Study
Situation: Pre-Series A SaaS startup based in Bengaluru, B2B HR tech. Two co-founders had been building the product for eight months before incorporating the private limited company. Core modules built pre-incorporation by both founders. Module 4 built post-incorporation by a freelance backend developer under a verbal arrangement and two invoices. Product codebase included three open source libraries, one MIT-licenced, one LGPL, one AGPL.
Challenge: Series A investor’s legal counsel issued a due diligence questionnaire flagging: no pre-incorporation IP assignment from either founder; no written agreement with the contractor on Module 4; one copyright registration in the name of Founder 1 personally (not the company); and an AGPL-licenced component in the codebase whose use as part of a SaaS offering potentially triggered a source code release obligation.
What Treelife did: Executed IP Assignment Agreements from both founders covering all pre-incorporation work with appropriate consideration; tracked down the contractor (now based in Dubai) and negotiated and executed a copyright assignment with a one-time payment; filed an amendment to correct the copyright registration to the company as owner; conducted an OSS audit which confirmed the AGPL component was used in a contained internal logging module with no network exposure to end users, which was documented formally in the data room; and delivered a clean IP schedule to the investor’s counsel.
Outcome: Round closed approximately six weeks after the due diligence flag. Total legal fees for the cleanup were approximately ₹2.2 lakhs. The same work done at incorporation would have cost under ₹45,000 and taken under a week.
FAQ on Startups Intellectual Property Protection in India
Q: Is copyright registration mandatory in India?
A: No. Under Section 13 of the Copyright Act, 1957, copyright subsists automatically from the moment an original work is created. Registration is not a precondition. The Delhi High Court confirmed this in Sanjay Soya v Narayani Trading Company (2021), reversing an earlier Bombay High Court position that had suggested registration was required for enforcement. In practice, however, registration is the difference between prima facie evidence of ownership (with a certificate) and reconstructing ownership through circumstantial evidence (without one). For any commercially significant work, registration is the correct course.
Q: How much does copyright registration cost in India for a company in 2026?
A: The government fee under Schedule 2 of the Copyright Rules, 2013 is ₹2,000 per work for companies, LLPs, and other entities for literary (including software), dramatic, musical, and artistic works. Sound recordings cost ₹2,000. Cinematograph films cost ₹5,000. Each work requires a separate application and a separate fee. For an individual applicant, literary, dramatic, musical, and artistic works cost ₹500 per work.
Q: How long does copyright registration take in India?
A: The Diary Number is issued on the day of filing. The mandatory 30-day objection window runs after that. Examination follows. A clean application (no objection, no discrepancy) typically produces a certificate in 2 to 4 months. An objected application can take 4 to 8 months depending on the hearing schedule.
Q: Can a company own copyright in India, or does it have to be registered in a founder’s name?
A: A company can be and should be the registered owner of copyright. Section 17 makes the employer the first owner of copyright in works created by employees in the course of employment. Form XIV allows a company to be listed as owner. The author (the person who created the work) and the owner (the company) can be different persons on the same registration, provided the assignment or employment relationship is documented. Filing in a founder’s personal name instead of the company’s is one of the most common formation-stage mistakes.
Q: Does DPIIT Startup India recognition reduce copyright registration fees?
A: No. The DPIIT Startup India recognition provides a 50% rebate on government fees for patent and trademark filings. This rebate does not extend to copyright registration. Copyright fees are already the lowest of all IP registration categories, which is one reason copyright is typically the first IP filing in a startup’s portfolio.
Q: What happens to copyright in work created by a co-founder before the company was incorporated?
A: Pre-incorporation work belongs to the creator individually. Section 17 cannot apply because no employment relationship exists before the company is incorporated. The company acquires ownership of pre-incorporation work only through a written IP Assignment Agreement signed by the founder and the company. This must be done at or immediately after incorporation. A failure to execute this agreement is the single most common IP red flag in Series A due diligence of Indian startups.
Q: Can AI-generated content be copyrighted in India?
A: Under the current Copyright Act, 1957, copyright is granted only to works with a human author. Section 2(d) defines “author” as a person, and the Copyright Office’s consistent position is that works generated entirely by AI without meaningful human involvement are not eligible. AI-assisted works, where a human makes significant creative decisions, modifications, and selections, can attract copyright protection for the human-authored elements. DPIIT published a working paper in December 2025 proposing regulatory changes, but no amendments have been enacted as of June 2026.
Q: What is open source licence copyleft contamination, and why does it matter for a startup?
A: Copyleft contamination occurs when GPL or AGPL-licenced open source code is incorporated into a proprietary product in a way that triggers the licence’s requirement to release the proprietary code publicly. GPL applies when software is distributed to users. AGPL extends the trigger to software offered as a service over a network. A SaaS product that incorporates AGPL-licenced components may be obligated to release its source code. This destroys the proprietary copyright value of the codebase and is a material issue in funding and acquisition due diligence.
Q: Can copyright protect a logo?
A: The artistic expression of a logo can be registered as copyright under Section 2(c). This protects the specific visual design against reproduction. It does not protect the name or mark as a commercial identifier, that requires trademark registration under the Trade Marks Act, 1999. A startup with a distinctive logo needs both filings.
Q: What is the difference between copyright assignment and licensing under Indian law?
A: Under Section 18, copyright assignment is a permanent transfer of ownership of the copyright. It must be in writing and signed by the assignor. Under Section 30, licensing is a grant of permission to use the copyright without transferring ownership, and must also be in writing and signed by the licensor. An exclusive licence prevents the owner from granting the same rights to any other party. A non-exclusive licence allows the owner to license the same work to multiple parties. For founder-to-company IP transfers, assignment is always the correct instrument.
Q: What are the criminal penalties for copyright infringement in India?
A: Section 63 of the Act: minimum six months’ imprisonment, maximum three years, fine between ₹50,000 and ₹2,00,000. Section 63A for repeat offenders: minimum one year, maximum three years, fine between ₹1,00,000 and ₹2,00,000. Section 65A for circumvention of technological protection measures: imprisonment up to two years and a fine.
Q: Should I register each version of my software separately?
A: Not necessarily, but where a new version represents a substantial new original contribution, a major rebuild, a new module of commercial significance, a substantially redesigned UI, a fresh registration is advisable. The cost is ₹2,000. A copyright registration covers the work as submitted. If the version that is later infringed or disputed is materially different from the registered version, a fresh registration for the later version provides stronger and more specific protection.
Q: My startup has both a website and a mobile app. Do I need separate copyright registrations for each?
A: The source code for the website and the source code for the mobile app are separate works if they are independently developed. They would each require a separate Form XIV filing and a separate government fee. The UI designs for each are also separate artistic works. If the codebase is substantially shared, one registration may suffice, but note that a registration is most useful when it specifically corresponds to the asset that is infringed or in dispute.
Regulatory references:
- Copyright Act, 1957, Sections 2(c), 2(d), 2(f), 2(h), 2(o), 2(p), 2(xx), 13, 14, 17, 18, 30, 51, 52, 55, 57, 63, 63A, 64, 65A, 65B
- Copyright Rules, 2013, Rule 70 (Form XIV), Schedule 2 (fee schedule); Register of Copyrights Parts I to VI
- Copyright (Amendment) Act, 1994, Section 63A, computer programs as literary work
- Copyright (Amendment) Act, 2012, Sections 65A, 65B; merger of Copyright Board into Appellate Board
- DPIIT Working Paper on Generative AI and Copyright, Part I, 08/12/2025
- Berne Convention for the Protection of Literary and Artistic Works (India signatory; 181 member countries as of 2026)
- WIPO Copyright Treaty (WCT) and WIPO Performances and Phonograms Treaty (WPPT), incorporated via 2012 Amendment
- TRIPS Agreement (Trade-Related Aspects of Intellectual Property Rights)
- Designs Act, 2000, industrial application threshold for artistic works (50-article rule)
- Patents Act, 1970, Section 3(k) (software patent eligibility context)
- Trade Marks Act, 1999 (cross-reference for brand protection)
- Limitation Act, 1963, Article 15, Schedule (three-year limitation for copyright infringement suits)
- Sanjay Soya Private Limited v Narayani Trading Company, Delhi High Court, 2021 (registration not mandatory for enforcement; certificate is prima facie evidence)
- Time Incorporated v. Lokesh Srivastava, Delhi High Court, 2005 (punitive damages for flagrant infringement)
- Tips Industries Ltd. v. Wynk Music Ltd., Bombay High Court, 2019 (digital streaming and Section 55 remedies)
- Ani Media (P) Ltd. v. Open AI Inc, Delhi High Court, 2024 SCC OnLine Del 8120 (AI training data and copyright)
External sources:
We Are Problem Solvers. And Take Accountability.
Related Posts
iSAFE Notes in India – Funding, Investment & Taxation
India's startup ecosystem has witnessed the emergence of various funding tools designed to address the challenges of early-stage fundraising. Among...
Learn More
CCPS SAFE notes in India: structure, investor rights, and compliance
Compulsorily Convertible Preference Shares (CCPS) are the legal backbone of almost every SAFE-like investment made into an Indian startup today....
Learn More
Co-founder Equity Structure in India: A Co-Founders’ Agreement may not be enough
The co-founder agreement is the easy part. The hard part is making sure the AOA, the shareholders' agreement, and the...
Learn More© 2026 Treelife Ventures Services Private Limited. All Rights Reserved.