You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sn...@apache.org on 2014/10/10 07:52:47 UTC

git commit: ARGUS-109:Update Apache License displayed in Argus Admin UI

Repository: incubator-argus
Updated Branches:
  refs/heads/master 68ee07f3b -> 38ed20357


ARGUS-109:Update Apache License displayed in Argus Admin UI

Signed-off-by: sneethiraj <sn...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-argus/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-argus/commit/38ed2035
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/38ed2035
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/38ed2035

Branch: refs/heads/master
Commit: 38ed20357ec013515cf345980be1784d20b026f4
Parents: 68ee07f
Author: vperiasamy <vp...@hortonworks.com>
Authored: Fri Oct 10 01:45:52 2014 -0400
Committer: sneethiraj <sn...@apache.org>
Committed: Fri Oct 10 01:52:43 2014 -0400

----------------------------------------------------------------------
 .../src/main/webapp/scripts/modules/globalize/message/en.js        | 2 +-
 security-admin/src/main/webapp/templates/common/Footer_tmpl.html   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38ed2035/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js b/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
index d3993e0..2d19aa8 100644
--- a/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
+++ b/security-admin/src/main/webapp/scripts/modules/globalize/message/en.js
@@ -223,7 +223,7 @@ define(function(require) {
 				xaSecure					: 'XA Secure',
 				hortonWorksInc				: 'Hortonworks Inc.',
 				listOfPlugins				: 'See third-party tools/resources that Argus uses and their respective authors.',
-				licenceText                 : 'Licensed under the Apache Licence, Version 0.1.0',
+				licenceText                 : 'Licensed under the Apache Licence, Version 2.0',
 				
 	
 				// Menu

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/38ed2035/security-admin/src/main/webapp/templates/common/Footer_tmpl.html
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/templates/common/Footer_tmpl.html b/security-admin/src/main/webapp/templates/common/Footer_tmpl.html
index ef4a79a..04dd6b4 100644
--- a/security-admin/src/main/webapp/templates/common/Footer_tmpl.html
+++ b/security-admin/src/main/webapp/templates/common/Footer_tmpl.html
@@ -2,7 +2,7 @@
 <div id="main-footer">
 	<div class="pull-left copy-right-text">
 			<p class="text-left">
-				<a target="_blank" href="http://incubator.apache.org/projects/argus.html">{{tt 'h.licenceText'}}</a>
+				<a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">{{tt 'h.licenceText'}}</a>
 			</p>
 			<p class="text-left">
 				<a target="_blank" href="copyrightPluginList.html">{{tt 'h.listOfPlugins'}}</a>