bassjobsen / Bootstrap-3-Typeahead

The Typeahead plugin from Twitter's Bootstrap 2 ready to use with Bootstrap 3 and Bootstrap 4
1.68k stars 1.33k forks source link

Clarify License #302

Open koppor opened 7 years ago

koppor commented 7 years ago

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?

greatlord commented 7 years ago

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

koppor commented 7 years ago

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?

Exagone313 commented 6 years ago

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