Bootstrap-3-Typeahead icon indicating copy to clipboard operation
Bootstrap-3-Typeahead copied to clipboard

Clarify License

Open koppor opened this issue 6 years ago • 3 comments

The license statement of Bootstrap-3-Typeahead is contradicting:

package.json shows "MIT" while bootstrap3-typeahead.js shows "Apache-2.0".

I assume that the original authors (@mdo and @fat) licensed it under Apache-2 and did not relicense their work under MIT, did they?

I think, officially licensing the library under Apache-2.0MIT does not impose any issues, does it?

koppor avatar Jul 10 '17 15:07 koppor

I think it is base on https://github.com/twitter/typeahead.js that is under MIT

greatlord avatar Jul 17 '17 18:07 greatlord

Then the whole code should be licensed under MIT, thus changing the headers of all files from Apache-2.0 to MIT. Would that be OK?

koppor avatar Jul 27 '17 06:07 koppor

Also, the .min.js file does not contain any copyright/license header, so distributing it as-is violates the license.

Exagone313 avatar Aug 23 '18 22:08 Exagone313