opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

License? #108

Closed marcorinck closed 11 years ago

marcorinck commented 11 years ago

Hi,

we are currently developing an application in our company with this adapter and legal department asks what license is used to distribute the adapter.

I couldn't find a license file in code ... so what should I tell them? :-)

Thanks

tbosch commented 11 years ago

Hi, it's MIT license, as angular, jquery and jquery mobile. The non minified version contains a comment in the header referencing the license. But you are right: I should note this in the Readme.md!

Tobias

Am 14.01.2013 um 13:20 schrieb "romulus23" notifications@github.com<mailto:notifications@github.com>:

Hi,

we are currently developing an application in our company with this adapter and legal department asks what license is used to distribute the adapter.

I couldn't find a license file in code ... so what should I tell them? :-)

Thanks

— Reply to this email directly or view it on GitHubhttps://github.com/tigbro/jquery-mobile-angular-adapter/issues/108.

marcorinck commented 11 years ago

Thank you!

Maybe put a LICENSE file in project root, as that seems to be common sense in many node.js packages.

tbosch commented 11 years ago

Just added a LICENSE file.