Skip to content

Commit 7941004

Browse files
committed
chore(glob-cache): switch to MPL-2.0 license again
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent a77e7f7 commit 7941004

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

@packages/glob-cache/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# glob-cache [![npm version][npmv-img]][npmv-url] [![License][license-img]][license-url] [![Libera Manifesto][libera-manifesto-img]][libera-manifesto-url]
99

10-
> Caching layer (using `cacache`) for any file globbing solution (`glob`, `fast-glob`, `tiny-glob` and `globby`). Makes you Instant Fast™ and allows you to hook into very specific & important part of the process
10+
> Best and fastest file globbing solution for Node.js - can use **any** glob library like `glob`, `globby` or `fast-glob`! Streaming, Promise and Hook APIs, with built in caching layer using `cacache`. Makes you Instant Fast™.
1111
1212
Please consider following this project's author,
1313
[Charlike Mike Reagent](https://github.com/tunnckoCore), and :star: the project
@@ -468,7 +468,7 @@ your [support](#support-the-project) to them:
468468
Copyright (c) 2020-present,
469469
[Charlike Mike Reagent](https://tunnckocore.com) `<opensource@tunnckocore.com>`
470470
& [contributors](#wonderful-contributors).<br> Released under the
471-
[(Parity-7.0.0 AND Prosperity-3.0.0) OR Patron-1.0.0 License][license-url].
471+
[MPL-2.0 License][license-url].
472472
473473
<!-- badges -->
474474

@packages/glob-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "glob-cache",
33
"version": "0.3.5",
44
"licenseStart": 2020,
5-
"license": "(Parity-7.0.0 AND Prosperity-3.0.0) OR Patron-1.0.0",
6-
"description": "Caching layer (using `cacache`) for any file globbing solution (`glob`, `fast-glob`, `tiny-glob` and `globby`). Makes you Instant Fast™ and allows you to hook into very specific & important part of the process",
5+
"license": "MPL-2.0",
6+
"description": "Best and fastest file globbing solution for Node.js - can use **any** glob library like `glob`, `globby` or `fast-glob`! Streaming, Promise and Hook APIs, with built in caching layer using `cacache`. Makes you Instant Fast™.",
77
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
88
"homepage": "https://tunnckocore.com/opensource",
99
"funding": [

0 commit comments

Comments
 (0)