Compare commits

..

1 Commits

Author SHA1 Message Date
Faisal Salman
6f02da06e0 Make it personal - 2.0.0-beta.2 2024-02-01 12:08:56 +07:00
12 changed files with 26 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
# UAPARSER.JS PRO ENTERPRISE LICENSE # UAPARSER.JS PRO PERSONAL LICENSE
Version 1, October 2023 Version 1, October 2023
@@ -10,7 +10,7 @@ Copyright (C) 2023 Faisal Salman <f+ua-parser-js@faisalman.com>
"We" are the team behind UAParser.js. "We" are the team behind UAParser.js.
"You" are the individual/organization/company who is responsible for purchasing this license. "You" are the individual who is responsible for purchasing this license.
"The Code" is UAParser.js. "The Code" is UAParser.js.
@@ -24,15 +24,17 @@ We retains all title, intellectual property, and ownership rights to The Code.
The Code is licensed, not sold, to You for use solely subject to the terms and conditions detailed here. The Code is licensed, not sold, to You for use solely subject to the terms and conditions detailed here.
We grant You (and only You) a limited, non-exclusive, non-transferable, non-sublicensable, royalty-free right to use, copy, and modify The Code. We grant you (and only you) a personal, limited, non-exclusive, non-transferable, non-sublicensable, royalty-free right to use, copy, and modify The Code.
This license is only valid for You as 1 (one) individual/organization/company and can not be transferred to other individual/organization/company. This license is only valid for You as 1 (one) individual and can not be transferred to other individual or organization.
--- ---
## Rights ## Rights
You may use, copy, and modify The Code for an indefinite number of Projects. You may use and modify The Code to create as many personal, hobby, educational, and other non-profit use as you want for yourself.
You may create any number of copies of The Code for yourself.
You have the right to get lifetime updates and a 1 (one) year support, starting from the time you make the purchase. You have the right to get lifetime updates and a 1 (one) year support, starting from the time you make the purchase.
@@ -40,9 +42,9 @@ You have the right to get lifetime updates and a 1 (one) year support, starting
## Restriction ## Restriction
You may not redistribute The Code, as-is or modified, except as a part of a Project that you made. You may not use and modify The Code in such a way that may be used directly for commercial purpose.
If You transfer a Project to a client, the use of The Code must be limited to the original functionality that You created for them. The Code must not be extracted, reproduced, or used in any other way. You must inform your client of this condition. You may not redistribute The Code, as-is or modified, except as a part of a Project that you made for yourself.
You may not deliver a Project that contains The Code as an open-source Project that might be used for commercial purpose to the general public, except with our written consent. You may not deliver a Project that contains The Code as an open-source Project that might be used for commercial purpose to the general public, except with our written consent.

View File

@@ -4,12 +4,12 @@
# UAParser.js # UAParser.js
Thank you for purchasing UAParser.js PRO Enterprise License, if you haven't please order here: https://store.faisalman.com Thank you for purchasing UAParser.js PRO Personal License, if you haven't please oreder here: https://store.faisalman.com
# Download # Download
```sh ```sh
npm install @ua-parser-js/pro-enterprise npm install @ua-parser-js/pro-personal
``` ```
# Documentation # Documentation
@@ -18,6 +18,6 @@ https://docs.uaparser.js.org/v2
# License # License
UAParser.js PRO Enterprise UAParser.js PRO Personal
Copyright (c) 2012-2023 Faisal Salman <<f@faisalman.com>> Copyright (c) 2012-2023 Faisal Salman <<f@faisalman.com>>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "@ua-parser-js/pro-enterprise", "name": "@ua-parser-js/pro-personal",
"version": "2.0.0-beta.2", "version": "2.0.0-beta.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@ua-parser-js/pro-enterprise", "name": "@ua-parser-js/pro-personal",
"version": "2.0.0-beta.2", "version": "2.0.0-beta.2",
"funding": [ "funding": [
{ {
@@ -21,7 +21,7 @@
"url": "https://github.com/sponsors/faisalman" "url": "https://github.com/sponsors/faisalman"
} }
], ],
"license": "UAParser.js-PRO-Enterprise", "license": "UAParser.js-PRO-Personal",
"devDependencies": { "devDependencies": {
"@babel/parser": "7.15.8", "@babel/parser": "7.15.8",
"@babel/traverse": "7.23.2", "@babel/traverse": "7.23.2",

View File

@@ -1,6 +1,6 @@
{ {
"title": "UAParser.js PRO Enterprise", "title": "UAParser.js PRO Personal",
"name": "@ua-parser-js/pro-enterprise", "name": "@ua-parser-js/pro-personal",
"version": "2.0.0-beta.2", "version": "2.0.0-beta.2",
"author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)", "author": "Faisal Salman <f@faisalman.com> (http://faisalman.com)",
"description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment", "description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent & Client Hints data. Supports browser & node.js environment",
@@ -224,7 +224,7 @@
"type": "git", "type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git" "url": "https://github.com/faisalman/ua-parser-js.git"
}, },
"license": "UAParser.js-PRO-Enterprise", "license": "UAParser.js-PRO-Personal",
"engines": { "engines": {
"node": "*" "node": "*"
}, },

View File

@@ -2,7 +2,7 @@
/* Enums for UAParser.js v2.0.0-beta.2 /* Enums for UAParser.js v2.0.0-beta.2
https://github.com/faisalman/ua-parser-js https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com> Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterorise License */ UAParser.js PRO Personal License */
////////////////////////////////////////////// //////////////////////////////////////////////
/*jshint esversion: 6 */ /*jshint esversion: 6 */

View File

@@ -6,7 +6,7 @@
/* Enums for UAParser.js v2.0.0-beta.2 /* Enums for UAParser.js v2.0.0-beta.2
https://github.com/faisalman/ua-parser-js https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com> Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterorise License */ UAParser.js PRO Personal License */
////////////////////////////////////////////// //////////////////////////////////////////////
/*jshint esversion: 6 */ /*jshint esversion: 6 */

View File

@@ -2,7 +2,7 @@
/* Extensions for UAParser.js v2.0.0-beta.2 /* Extensions for UAParser.js v2.0.0-beta.2
https://github.com/faisalman/ua-parser-js https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com> Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterorise License */ UAParser.js PRO Personal License */
////////////////////////////////////////////// //////////////////////////////////////////////
/*jshint esversion: 6 */ /*jshint esversion: 6 */

View File

@@ -6,7 +6,7 @@
/* Extensions for UAParser.js v2.0.0-beta.2 /* Extensions for UAParser.js v2.0.0-beta.2
https://github.com/faisalman/ua-parser-js https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com> Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterorise License */ UAParser.js PRO Personal License */
////////////////////////////////////////////// //////////////////////////////////////////////
/*jshint esversion: 6 */ /*jshint esversion: 6 */

View File

@@ -1,7 +1,7 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.0-beta.2 /* UAParser.js v2.0.0-beta.2
Copyright © 2012-2023 Faisal Salman <f@faisalman.com> Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterorise License *//* UAParser.js PRO Personal License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment. Supports browser & node.js environment.
Demo : https://faisalman.github.io/ua-parser-js Demo : https://faisalman.github.io/ua-parser-js

View File

@@ -5,7 +5,7 @@
///////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.0-beta.2 /* UAParser.js v2.0.0-beta.2
Copyright © 2012-2023 Faisal Salman <f@faisalman.com> Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
UAParser.js PRO Enterorise License *//* UAParser.js PRO Personal License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment. Supports browser & node.js environment.
Demo : https://faisalman.github.io/ua-parser-js Demo : https://faisalman.github.io/ua-parser-js