astrojs / fitsjs

JavaScript library for reading the FITS astronomical format. Functionality includes reading of images, data cubes, compressed images, binary and ascii tables.
http://astrojs.github.io/fitsjs/
MIT License
85 stars 21 forks source link

Change the library availability #15

Closed Merg1255 closed 10 years ago

Merg1255 commented 10 years ago

Hi @kapadia ! :) Nice project.

Currently the js library is all rights reserved. Could you please migrate to MIT licence (or some other free to use in products licence)? This way it could be used freely on many projects.

It will require mentioning about the library in the README and also in the js file.

kapadia commented 10 years ago

@Merg1255 Thanks! The library is under MIT, what exactly are you requesting?

Merg1255 commented 10 years ago

@kapadia It would be better if the MIT licence was mentioned inside the fits.js file, as well as in the README.md. This way if the library gets re-included in other projects, it will be easy to see the licencing applied. :)

Merg1255 commented 10 years ago

Linked with #17. Also, include somewhere in the project/github page your contact information.

kapadia commented 10 years ago

Contact info is in package.json.

Merg1255 commented 10 years ago

17 for details.