You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came about your project after looking for similar functionality that you have provided with this project. But I am a bit hesitant to look further into how this project solves my use case since you do not have a clear license included in the repository.
The only mentioning that I have found is in your package.json files that gives an indication that you seem to want a permissive license for this project (ISC license). If that is the case I think you would greatly benefit from including a LICENSE file in the parent folder of this repository with the license information https://choosealicense.com/licenses/.
tl:dr
If you want a ISC license for this project, include a LICENSE file with the following information:
ISC License
Copyright (c) [year], [fullname]
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
The text was updated successfully, but these errors were encountered:
From your package.json files you seem to indicate that this project has a ISC license. That license is permissive in nature and would make it more clear for contributers that this project is OK to modify/use.
See tkambler#2
Hi!
I came about your project after looking for similar functionality that you have provided with this project. But I am a bit hesitant to look further into how this project solves my use case since you do not have a clear license included in the repository.
The only mentioning that I have found is in your
package.json
files that gives an indication that you seem to want a permissive license for this project (ISC license). If that is the case I think you would greatly benefit from including aLICENSE
file in the parent folder of this repository with the license information https://choosealicense.com/licenses/.tl:dr
If you want a ISC license for this project, include a
LICENSE
file with the following information:The text was updated successfully, but these errors were encountered: