You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2016/08/22 11:19:55 UTC

[29/50] ibrowse commit: updated refs/heads/upstream to b28542d

Added info for hex


Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/1ae07eda
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/1ae07eda
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/1ae07eda

Branch: refs/heads/upstream
Commit: 1ae07edae8c5532ba543c9a41624a6221adf6214
Parents: fd81d44
Author: Chandrashekhar Mullaparthi <ch...@gmail.com>
Authored: Mon Sep 28 21:55:23 2015 +0100
Committer: Chandrashekhar Mullaparthi <ch...@gmail.com>
Committed: Mon Sep 28 21:55:23 2015 +0100

----------------------------------------------------------------------
 src/ibrowse.app.src | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/1ae07eda/src/ibrowse.app.src
----------------------------------------------------------------------
diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src
index 3baa8d0..7e28895 100644
--- a/src/ibrowse.app.src
+++ b/src/ibrowse.app.src
@@ -4,4 +4,9 @@
          {registered, [ibrowse_sup, ibrowse]},
          {applications, [kernel,stdlib]},
 	 {env, []},
-	 {mod, {ibrowse_app, []}}]}.
+	 {mod, {ibrowse_app, []}},
+         {maintainers, ["Chandrashekhar Mullaparthi"]},
+         {licenses, ["GPLv2", "BSD"]},
+         {links, ["https://github.com/cmullaparthi/ibrowse"]}
+        ]
+}.