stephen-hardy / xlsx.js

XLSX.js is a JavaScript library for converting the data in base64 XLSX files into JavaScript objects - and back! Please note that this library is licensed under the Microsoft Office Extensible File License - a license NOT approved by the OSI. While this license is based off of the MS-PL, which is OSI-approved, there are significant differences.
http://blog.innovatejs.com/?tag=xlsx-js
Other
575 stars 122 forks source link

Licensing issues #29

Open fips999 opened 10 years ago

fips999 commented 10 years ago

Can't seem to file issues for forks, but some like https://github.com/chemzqm/xlsx.js claim that the license is MIT. It's not obvious that your license is compatible with MIT. Can you release under MIT license?

dgbutterworth commented 10 years ago

An excellent observation and question. I second both.

fips999 commented 10 years ago

@dgbutterworth FWIW i ended up going with https://github.com/SheetJS/js-xlsx, which is Apache2 licensed and better serves my needs