Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIT license #239

Open
mistic opened this issue Jun 12, 2018 · 3 comments
Open

MIT license #239

mistic opened this issue Jun 12, 2018 · 3 comments

Comments

@mistic
Copy link

mistic commented Jun 12, 2018

@jindw @bigeasy Can't we simple use an MIT only license here?

If you think it's not possible, can we add at least 2 different license files one LICENSE.MIT and another LICENSE.LGPL-2.0 so we can have the license checkers automatically detecting this?

@adrukh
Copy link

adrukh commented Jul 2, 2018

I'd like to piggy-back this issue and point out a discrepancy I'm seeing on the published package on npmjs.com:

The package.json file (commit 0be2ae9) states:

"license": "(LGPL-2.0 or MIT)"

However, installing the package from npm (version 0.1.27) has this in its package.json:

  "licenses": [
    {
      "type": "LGPL",
      "url": "http://www.gnu.org/licenses/lgpl.html",
      "MIT": "http://opensource.org/licenses/MIT"
    }
  ],

I'd expect two objects in the licenses array, one for LGPL-2.0, the other for MIT. The single object above seems broken - type and MIT don't make sense bundled together in a single licenses object.

Can this be addressed? Perhaps with npm support?

@mistic
Copy link
Author

mistic commented Jul 2, 2018

I believe a big part of the problem is related with the way the license files are included in the repo. Add them as 2 different license files one LICENSE.MIT and another LICENSE.LGPL-2.0 should solve the problem.

@brodycj
Copy link

brodycj commented Dec 15, 2019

Seems to be fixed in master by PR #178 but never released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants