Repository: ambari
Updated Branches:
refs/heads/branch-1.5.0 cd9a9ad42 -> 27412f843
AMBARI-5291. Fix apache rat check issue for ambari-web. (jaimin)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/27412f84
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/27412f84
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/27412f84
Branch: refs/heads/branch-1.5.0
Commit: 27412f843880192929119b7602547347aa89585d
Parents: cd9a9ad
Author: Jaimin Jetly <jaimin@hortonworks.com>
Authored: Tue Apr 1 14:22:11 2014 -0700
Committer: Jaimin Jetly <jaimin@hortonworks.com>
Committed: Tue Apr 1 14:22:11 2014 -0700
----------------------------------------------------------------------
.../app/templates/main/jobs/hover_op_table.hbs | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/ambari/blob/27412f84/ambari-web/app/templates/main/jobs/hover_op_table.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/main/jobs/hover_op_table.hbs b/ambari-web/app/templates/main/jobs/hover_op_table.hbs
index c94e345..22fa336 100644
--- a/ambari-web/app/templates/main/jobs/hover_op_table.hbs
+++ b/ambari-web/app/templates/main/jobs/hover_op_table.hbs
@@ -1,3 +1,21 @@
+{{!
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements. See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership. The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License. You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+}}
+
<p>{{content.operationName}}</p>
<table id="hover-op-table" class="table table-bordered">
<thead>
|