You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/10/22 18:55:52 UTC

cordova-coho git commit: updated knownIssues

Repository: cordova-coho
Updated Branches:
  refs/heads/master d98958a83 -> 67e4fad9d


updated knownIssues


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/67e4fad9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/67e4fad9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/67e4fad9

Branch: refs/heads/master
Commit: 67e4fad9d438b7d24f32e860244d32735ef211bc
Parents: d98958a
Author: Steve Gill <st...@gmail.com>
Authored: Sat Oct 22 11:55:46 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Sat Oct 22 11:55:46 2016 -0700

----------------------------------------------------------------------
 src/knownIssues.json   | 95 ++++++++++++++++++++++++++++++++++++++++++++-
 src/validLicenses.json |  3 +-
 2 files changed, 95 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/67e4fad9/src/knownIssues.json
----------------------------------------------------------------------
diff --git a/src/knownIssues.json b/src/knownIssues.json
index 849a2c1..366baf7 100644
--- a/src/knownIssues.json
+++ b/src/knownIssues.json
@@ -104,6 +104,97 @@
 		"pull-request-to-fix" : "n/a",
 		"verified-license": "MIT",
 		"verified-license-notes": "license in README.md, license present in package.json in 1.9.0"
-	}
-    
+	},
+    "verror": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/joyent/node-verror/blob/v1.4.0/LICENSE"
+    },
+    "tweetnacl": {
+        "verified-license": "Public Domain",
+        "verified-license-notes": "https://github.com/dchest/tweetnacl-js/blob/master/COPYING.txt"
+    },
+    "ms": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/zeit/ms/blob/master/LICENSE.md"
+    },
+    "jsonify": {
+        "verified-license": "Public Domain",
+        "verified-license-notes": "https://github.com/substack/jsonify/blob/master/package.json#L29"
+    },
+    "indexof": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://www.npmjs.com/package/indexof"
+    },
+    "extsprintf": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/davepacheco/node-extsprintf/blob/master/LICENSE"
+    },
+    "browser-request": {
+        "verified-license": "Apache-2.0",
+        "verified-license-notes": "https://github.com/iriscouch/browser-request/blob/master/LICENSE"
+    },
+    "mime": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/broofa/node-mime/blob/master/LICENSE"
+    },
+    "underscore": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/jashkenas/underscore/blob/master/LICENSE"
+    },
+    "temp": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/bruce/node-temp/blob/master/LICENSE"
+    },
+    "rewire": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/jhnns/rewire/blob/master/LICENSE"
+    },
+    "oauth-sign": {
+        "verified-license": "Apache-2.0",
+        "verified-license-notes": "https://github.com/request/oauth-sign/blob/master/LICENSE"
+    },
+    "forever-agent": {
+        "verified-license": "Apache-2.0",
+        "verified-license-notes": "https://github.com/request/forever-agent/blob/master/LICENSE"
+    },
+    "delayed-stream": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/felixge/node-delayed-stream/blob/master/License"
+    },
+    "ctype": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/rmustacc/node-ctype/blob/master/LICENSE"
+    },
+    "combined-stream": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/felixge/node-combined-stream/blob/master/License"
+    },
+    "aws-sign2": {
+        "verified-license": "Apache-2.0",
+        "verified-license-notes": "https://github.com/request/aws-sign/blob/master/LICENSE"
+    },
+    "assert-plus": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/mcavage/node-assert-plus#license"
+    },
+    "asn1": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/mcavage/node-asn1/blob/master/LICENSE"
+    },
+    "argv": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://www.npmjs.com/package/argv#license"
+    },
+    "unorm": {
+        "verified-license": "MIT || GPL",
+        "verified-license-notes": "https://github.com/walling/unorm/blob/master/LICENSE.md"
+    },
+    "npm": {
+        "verified-license": "Artistic-2.0",
+        "verified-license-notes": "https://issues.apache.org/jira/browse/LEGAL-217"
+    },
+    "dep-graph": {
+        "verified-license": "MIT",
+        "verified-license-notes": "https://github.com/TrevorBurnham/dep-graph#license"
+    }
 }

http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/67e4fad9/src/validLicenses.json
----------------------------------------------------------------------
diff --git a/src/validLicenses.json b/src/validLicenses.json
index 0626770..034e2b3 100644
--- a/src/validLicenses.json
+++ b/src/validLicenses.json
@@ -21,6 +21,7 @@
 	    "E(clipse )?D(istribution )?L(icense)?",
 	    "P(ython )?S(oftware )?F(oundation )?L(icense)?",
         "ISC",
-        "Unlicense"
+        "Unlicense",
+        "WTFPL"
   	]
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org