faisalman / ua-parser-js

"Unmask Your Traffic" - UAParser.js: The Essential Web Development Tool for User-Agent Detection
https://uaparser.dev/
GNU Affero General Public License v3.0
9.28k stars 1.19k forks source link

Missing LICENSE file in the repo of ver 0.7.12 #742

Closed itsuki-murata closed 2 months ago

itsuki-murata commented 2 months ago

Currently I'm using ua-parser-js version 0.7.12, but can't find a LICENSE file in the repo of ver 0.7.12. Could you add the LICENSE file in the repo of ver 0.7.12? Or is it possible to use the LICENSE file of the latest version as the license for ver 0.7.12? Thanks in advance.

faisalman commented 2 months ago

Hi @itsuki-murata , you can find the license in package.json line 74:

https://github.com/faisalman/ua-parser-js/blob/01ae611dfa2d2c2ec3dba79c454538c0ed92e54f/package.json#L74

itsuki-murata commented 1 month ago

Thank you for reply. Is it possible to use the LICENSE file as the license for ver 0.7.12?

faisalman commented 1 month ago

It's MIT then yes sure :+1:

itsuki-murata commented 1 month ago

Ok, I understand. Thank you for your reply.