Hi,
First, according to library request cdnjs/cdnjs#9714, I would like to check whether there is a valid tag that allows me to add the library with auto-update config.
With auto-update config, cdnjs will be able to automatically update libraries that are known to git repo.
For more details about auto-update config on cdnjs, please click https://github.com/cdnjs/cdnjs/blob/master/documents/autoupdate.md.
For more details about tag, maybe you can check https://git-scm.com/book/en/v2/Git-Basics-Tagging
Second, I saw two licenses mentioned in the repository, one in readme is Attribution-ShareAlike 4.0 International, the other one in LICENSE is GPL-2.0. Could you please tell me that the library is under which one (or both)?
Hi, First, according to library request cdnjs/cdnjs#9714, I would like to check whether there is a valid tag that allows me to add the library with auto-update config. With auto-update config, cdnjs will be able to automatically update libraries that are known to git repo. For more details about auto-update config on cdnjs, please click https://github.com/cdnjs/cdnjs/blob/master/documents/autoupdate.md. For more details about tag, maybe you can check https://git-scm.com/book/en/v2/Git-Basics-Tagging
Second, I saw two licenses mentioned in the repository, one in
readme
is Attribution-ShareAlike 4.0 International, the other one inLICENSE
is GPL-2.0. Could you please tell me that the library is under which one (or both)?Thank you!