question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New Feature: Sub-licensing

See original GitHub issue

A feature for Sublicensing an open-source product/project(which is under MIT License) whenever we make changes to it and redistribute it. As MIT License Quotes: " the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell"

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
merrcurycommented, Dec 15, 2019

A developer uses Open-Source Softwares in two way:

  • Firstly, Importing it as a dependency and not changing anything in base file (eg. npm or pip package).
  • Secondly, You use that Software as the base of your project and change X% of files according to you then starting redistributing it in some other license or same license.

Here my concern is related to Second Use.

Suppose Someone utilized an MIT program as a base for another project and adjusted about half of the program records. Now, that person wants to redistribute that in GNU GPL v3.

As MIT License Quote: " the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell"

We need sublicensing for this. So, New feature has to deal with:

  • A manner advisable for a person to indicate that the program is a subordinate work?
  • All the changed file should be mentioned as derivative work.

More Extended Approach:

  • If, Someone utilizes a part of two MIT authorized projects in a similar document. So, the Program needs to generate sublicense keeping both things in records.

In this whole scenario, when redistributing in the Same License (say GPL v3), we need basic additions to sublicense but redistributing in the different license(say MIT to GPL v3 or vice versa) will require calculations and complex changes.

0reactions
plibither8commented, Jul 30, 2021

Closing due to inactivity. If and when you work on this, do reopen it 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Contract Corner: Drafting Sublicense Provisions in Intellectual ...
In this Contract Corner, we are highlighting considerations for drafting sublicense provisions in the context of an Intellectual Property ...
Read more >
Sublicense Agreement: Definition & Sample - Contracts Counsel
Some of the benefits of a Sub License Agreement include access to new markets, increased income from royalties, and possible tax deductions on...
Read more >
Sublicensing rights: Negotiating the terminology of technology ...
When negotiating licensing or collaboration deals involving universities and/or biotechnology, pharmaceutical and medical device companies, it ...
Read more >
Right to Sublicense Sample Clauses - Law Insider
Within its sole discretion, Pfizer may grant exclusive or non-exclusive sublicenses under any of the rights and licenses granted to Pfizer under Section...
Read more >
Patent Licenses: Licensing Fundamentals
In other situations, sublicensing even by non-exclusive licensees may help promulgate a new technology in an industry, increasing that chance that it will ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found