From 9a1ad86d17af6343b144b2e8435d3d3318aa3503 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 12 Nov 2020 08:50:20 -0800 Subject: [PATCH] updated licence.md to just licence, updated js-message version req to 1.0.7 for MIT lic also updated docs to remove DBAD refs --- README.md | 6 +++--- licence.md => licence | 0 package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename licence.md => licence (100%) diff --git a/README.md b/README.md index 4d075df..e2cfb14 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Package details websites : * [GitHub.io site](http://riaevangelist.github.io/node-ipc/ "node-ipc documentation"). A prettier version of this site. * [NPM Module](https://www.npmjs.org/package/node-ipc "node-ipc npm module"). The npm page for the node-ipc module. -This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/). +This work is licenced via the MIT Licence. #### Older versions of node @@ -876,5 +876,5 @@ Writing explicit buffers, int types, doubles, floats etc. as well as big endian ``` -#### Licensed under DBAD license -See the [DBAD license](https://github.com/philsturgeon/dbad) in your language or our [licence.md](https://github.com/RIAEvangelist/node-phidget-API/blob/master/license.md) file. +#### Licensed under MIT license +See the [MIT license](https://github.com/RIAEvangelist/node-ipc/blob/master/license) file. diff --git a/licence.md b/licence similarity index 100% rename from licence.md rename to licence diff --git a/package.json b/package.json index ec02022..365734f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "event-pubsub": "4.3.0", - "js-message": "1.0.6", + "js-message": "1.0.7", "js-queue": "2.0.2" }, "devDependencies": {