You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2014/02/12 21:26:06 UTC

[2/4] git commit: The license name does not conform to the SPDX standard.

The license name does not conform to the SPDX standard.

Was "Apache 2.0"- should be "Apache-2.0" per:

https://spdx.org/licenses

Via:

https://github.com/apache/incubator-ripple/pull/16


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/402fcd5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/402fcd5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/402fcd5f

Branch: refs/heads/master
Commit: 402fcd5f9f02dbbf808d91d36a2ed3d5846712ce
Parents: 4d92d2d
Author: Brent Lintner <br...@gmail.com>
Authored: Thu Jan 9 13:08:33 2014 -0500
Committer: Brent Lintner <br...@gmail.com>
Committed: Thu Jan 9 13:08:33 2014 -0500

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/402fcd5f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8c0241e..a79b32b 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "url": "http://ripple.incubator.apache.org/"
   },
   "licenses": [{
-    "type": "Apache 2.0",
+    "type": "Apache-2.0",
     "url": "http://www.apache.org/licenses/LICENSE-2.0"
   }],
   "repository": {