[Pkg-javascript-commits] [node-log-driver] 37/49: add ISC license.

Bastien Roucariès rouca at moszumanska.debian.org
Thu Feb 22 12:57:03 UTC 2018


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-log-driver.

commit 7caec881ea7e1082c6733218398ad45650fa850b
Author: Gregg Caines <gregg at caines.ca>
Date:   Wed Jan 14 16:25:58 2015 -0800

    add ISC license.
---
 LICENSE      |  6 ++++++
 package.json | 17 ++++++++++-------
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..86b41a4
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,6 @@
+Copyright (c) 2014, Gregg Caines, gregg at caines.ca
+
+Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
diff --git a/package.json b/package.json
index e636c00..905dedf 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
     "logger",
     "log"
   ],
-  "version": "1.2.5",
+  "version": "1.2.6",
   "bugs": {
     "url": "https://github.com/cainus/logdriver/issues"
   },
@@ -18,11 +18,7 @@
     "test": "make test-codecov"
   },
   "maintainers": [
-    {
-      "name": "Gregg Caines",
-      "email": "gregg at caines.ca",
-      "web": "http://caines.ca"
-    }
+    "Gregg Caines <gregg at caines.ca> (http://caines.ca)"
   ],
   "dependencies": {
     "codecov.io": "0.0.1"
@@ -37,5 +33,12 @@
   },
   "engines": {
     "node": ">=0.8.6"
-  }
+  },
+  "homepage": "https://github.com/cainus/logdriver",
+  "main": "index.js",
+  "directories": {
+    "test": "test"
+  },
+  "author": "Gregg Caines",
+  "license": "ISC"
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-log-driver.git



More information about the Pkg-javascript-commits mailing list