Skip to content

Commit

Permalink
Make it prize
Browse files Browse the repository at this point in the history
  • Loading branch information
faisalman committed Oct 5, 2023
1 parent 1d776d4 commit f9ac356
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UAPARSER.JS PRO BUSINESS LICENSE
# UAPARSER.JS PRO ENTERPRISE LICENSE

Version 1, October 2023

Expand Down Expand Up @@ -32,9 +32,7 @@ This license is only valid for You as 1 (one) individual/organization/company an

## Rights

You may use and modify The Code only in 1 (one) Project, if you use it in more than 1 (one) Project you have to purchase for another license.

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 use, copy, and modify The Code for an indefinite number of Projects.

You have the right to get lifetime updates and a 1 (one) year support, starting from the time you make the purchase.

Expand All @@ -44,6 +42,8 @@ You have the right to get lifetime updates and a 1 (one) year support, starting

You may not redistribute The Code, as-is or modified, except as a part of a Project that you made.

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 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 use The Code for unlawful, inappropriate, illegal, or offensive purposes.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

# UAParser.js

Thank you for purchasing UAParser.js PRO Business License, if you haven't please order here: https://store.faisalman.com
Thank you for purchasing UAParser.js PRO Enterprise License, if you haven't please order here: https://store.faisalman.com

# Download

```sh
npm install @ua-parser-js/pro-business
npm install @ua-parser-js/pro-enterprise
```

# Documentation
Expand All @@ -18,6 +18,6 @@ https://docs.uaparser.js.org/v2

# License

UAParser.js PRO Business
UAParser.js PRO Enterprise

Copyright (c) 2012-2023 Faisal Salman <<f@faisalman.com>>
2 changes: 1 addition & 1 deletion dist/ua-parser.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ua-parser.pack.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "UAParser.js PRO Business",
"name": "@ua-parser-js/pro-business",
"title": "UAParser.js PRO Enterprise",
"name": "@ua-parser-js/pro-enterprise",
"version": "2.0.0-beta.1",
"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",
Expand Down Expand Up @@ -217,7 +217,7 @@
"type": "git",
"url": "https://github.com/faisalman/ua-parser-js.git"
},
"license": "UAParser.js-PRO-Business",
"license": "UAParser.js-PRO-Enterprise",
"engines": {
"node": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/enums/ua-parser-enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* Enums for UAParser.js v2.0.0-beta.1
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Enterorise License */
//////////////////////////////////////////////

/*jshint esversion: 6 */
Expand Down
2 changes: 1 addition & 1 deletion src/enums/ua-parser-enums.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* Enums for UAParser.js v2.0.0-beta.1
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Enterorise License */
//////////////////////////////////////////////

/*jshint esversion: 6 */
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/ua-parser-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* Extensions for UAParser.js v2.0.0-beta.1
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Enterorise License */
//////////////////////////////////////////////

/*jshint esversion: 6 */
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/ua-parser-extensions.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* Extensions for UAParser.js v2.0.0-beta.1
https://github.com/faisalman/ua-parser-js
Author: Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License */
UAParser.js PRO Enterorise License */
//////////////////////////////////////////////

/*jshint esversion: 6 */
Expand Down
2 changes: 1 addition & 1 deletion src/main/ua-parser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.0-beta.1
Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License *//*
UAParser.js PRO Enterorise License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment.
Demo : https://faisalman.github.io/ua-parser-js
Expand Down
2 changes: 1 addition & 1 deletion src/main/ua-parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/////////////////////////////////////////////////////////////////////////////////
/* UAParser.js v2.0.0-beta.1
Copyright © 2012-2023 Faisal Salman <f@faisalman.com>
UAParser.js PRO Business License *//*
UAParser.js PRO Enterorise License *//*
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data.
Supports browser & node.js environment.
Demo : https://faisalman.github.io/ua-parser-js
Expand Down

0 comments on commit f9ac356

Please sign in to comment.