License information
Hello, impressive example and a nice library. However, I can't find under which license you published your code. Maybe you can add this? Thanking you in advance!
Any updates on the license for this?
Any updates?
Hello, according to NPM [1], the library is licensed under ISC.
[1] https://www.npmjs.com/package/@vector-js/library
The package.json lists the license as ISC, as @SiHeTh noted:
https://github.com/vector-js/vector/blob/7d73fcb3362a81724e35d4f4f744a23497c5e79f/package.json#L25
What would be useful here is to create a stand-alone LICENSE file with the contents of the ISC license; that way, GitHub will annotate the repo with a clear marker that it's ISC-licensed, and avoid confusion.
GitHub-created https://choosealicense.com/licenses/isc/ has the license template that's easy to copy and fill in the details.