TritonDataCenter / node-assert-plus

Extra assertions on top of node's assert module
MIT License
122 stars 25 forks source link

Mozilla Public License in Makefile #44

Closed thernstig closed 2 years ago

thernstig commented 2 years ago

https://github.com/joyent/node-assert-plus/blob/00200d6a95eb1dbe643546a3cab8494d3fc47a0e/Makefile#L1-L9

What does this part mean there? Why would a Makefile be under the Mozilla Public License (MPL) license. I have never seen a Makefile mention that before so it's unclear what this means.

If that is true how come it is not in the LICENSE file?

bahamat commented 2 years ago

Most things we (as an organization) publish are under MPL, but this repo, in its entirety, should be MIT. Thanks for pointing this out, I'll et it fixed.

thernstig commented 2 years ago

@bahamat thanks for the reply. As in fixed here, you mean that part in the Makefile will be removed in a new commit/version?

So only MIT will the only license for this repo?

bahamat commented 2 years ago

That’s correct. See #45.

The code in this repo is licensed under the MIT license terms as per the LICENSE, package.json, and README.md files. Any reference to other license terms is incorrect.

bahamat commented 2 years ago

Fixed in #45