vector icon indicating copy to clipboard operation
vector copied to clipboard

License information

Open SiHeTh opened this issue 4 years ago • 4 comments

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!

SiHeTh avatar Nov 11 '21 10:11 SiHeTh

Any updates on the license for this?

jonmadison avatar Apr 01 '22 21:04 jonmadison

Any updates?

Chippred avatar Jun 16 '22 12:06 Chippred

Hello, according to NPM [1], the library is licensed under ISC.

[1] https://www.npmjs.com/package/@vector-js/library

SiHeTh avatar Jun 19 '22 13:06 SiHeTh

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.

mbrukman avatar Jul 07 '22 20:07 mbrukman