You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/08/17 23:04:55 UTC

cordova-coho git commit: CB-11717 - Include Unlicense as a valid license in validLicenses.json

Repository: cordova-coho
Updated Branches:
  refs/heads/master 3c1bb6117 -> 74192c089


CB-11717 - Include Unlicense as a valid license in validLicenses.json

 This closes #131


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

Branch: refs/heads/master
Commit: 74192c089cf59eb982e879e1f789223bbbaf5d3c
Parents: 3c1bb61
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Aug 17 15:56:50 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Aug 17 16:04:50 2016 -0700

----------------------------------------------------------------------
 src/validLicenses.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/74192c08/src/validLicenses.json
----------------------------------------------------------------------
diff --git a/src/validLicenses.json b/src/validLicenses.json
index 8b5876b..0626770 100644
--- a/src/validLicenses.json
+++ b/src/validLicenses.json
@@ -20,6 +20,7 @@
 	    "S(ervice )?C(omponent )?A(rchitecture)? Specifications",
 	    "E(clipse )?D(istribution )?L(icense)?",
 	    "P(ython )?S(oftware )?F(oundation )?L(icense)?",
-        "ISC"
+        "ISC",
+        "Unlicense"
   	]
 }


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