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/31 22:02:24 UTC

[2/5] git commit: ARGUS-109:Fixed typo in license message

ARGUS-109:Fixed typo in license message

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/f72e61f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-argus/tree/f72e61f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-argus/diff/f72e61f6

Branch: refs/heads/argus2ranger
Commit: f72e61f6eff8ff49bfde82d748b8d8f0d104a6e7
Parents: e652492
Author: vperiasamy <vp...@hortonworks.com>
Authored: Thu Oct 30 17:01:16 2014 -0700
Committer: sneethiraj <sn...@apache.org>
Committed: Thu Oct 30 18:17:44 2014 -0700

----------------------------------------------------------------------
 .../scripts/modules/globalize/message/.en.js.swp   | Bin 20480 -> 0 bytes
 .../webapp/scripts/modules/globalize/message/en.js |   2 +-
 .../main/webapp/templates/common/Footer_tmpl.html  |   4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/f72e61f6/security-admin/src/main/webapp/scripts/modules/globalize/message/.en.js.swp
----------------------------------------------------------------------
diff --git a/security-admin/src/main/webapp/scripts/modules/globalize/message/.en.js.swp b/security-admin/src/main/webapp/scripts/modules/globalize/message/.en.js.swp
deleted file mode 100644
index ebcffc3..0000000
Binary files a/security-admin/src/main/webapp/scripts/modules/globalize/message/.en.js.swp and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/f72e61f6/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 8592cf8..3a157e1 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 Ranger uses and their respective authors.',
-				licenceText                 : 'Licensed under the Apache Licence, Version 2.0',
+				licenseText                 : 'Licensed under the Apache License, Version 2.0',
 				
 	
 				// Menu

http://git-wip-us.apache.org/repos/asf/incubator-argus/blob/f72e61f6/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 47e639c..b934397 100644
--- a/security-admin/src/main/webapp/templates/common/Footer_tmpl.html
+++ b/security-admin/src/main/webapp/templates/common/Footer_tmpl.html
@@ -18,7 +18,7 @@
 <div id="main-footer">
 	<div class="pull-left copy-right-text">
 			<p class="text-left">
-				<a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">{{tt 'h.licenceText'}}</a>
+				<a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">{{tt 'h.licenseText'}}</a>
 			</p>
 			<p class="text-left">
 				<a target="_blank" href="copyrightPluginList.html">{{tt 'h.listOfPlugins'}}</a>
@@ -42,4 +42,4 @@
 			</li> -->
 		</ul>
 	</div>
-</div>
\ No newline at end of file
+</div>