From 0273c72021dc76ffe9c2cca8b35124ddb270d2f6 Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Mon, 5 Oct 2015 12:35:34 +0200 Subject: [PATCH] Update apps_in_progress.md --- apps_in_progress.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps_in_progress.md b/apps_in_progress.md index 76e4e1dc..6b2dd449 100644 --- a/apps_in_progress.md +++ b/apps_in_progress.md @@ -35,6 +35,7 @@ The packagers will appreciate your remarks. If you test them and find issues, or

Last update (UTC): {app_update}

Maintainer: {app_maintainer} ({app_mail})

Git repository: {app_git} ({app_branch})

+

App license: {app_license}

@@ -73,7 +74,8 @@ $(document).ready(function () { .replace(/{app_git}/g, infos.git.url) .replace('{app_branch}', infos.git.branch) .replace('{app_update}', timeConverter(infos.lastUpdate)) - .replace('{app_state}', infos.state); + .replace('{app_state}', infos.state) + .replace('{app_license}', infos.manifest.license); if (infos.manifest.developer) { html = html