You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2015/04/06 20:36:10 UTC

ambari git commit: AMBARI-10372. Create an API endpoint for widget_layouts. Missing license header.

Repository: ambari
Updated Branches:
  refs/heads/trunk 4b3caee76 -> 5c030d431


AMBARI-10372. Create an API endpoint for widget_layouts. Missing license header.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/5c030d43
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5c030d43
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5c030d43

Branch: refs/heads/trunk
Commit: 5c030d43149a1012a8d74e75fc52edd3928e58d3
Parents: 4b3caee
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Mon Apr 6 11:35:57 2015 -0700
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Mon Apr 6 11:35:57 2015 -0700

----------------------------------------------------------------------
 .../server/api/services/WidgetLayoutService.java   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5c030d43/ambari-server/src/main/java/org/apache/ambari/server/api/services/WidgetLayoutService.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/api/services/WidgetLayoutService.java b/ambari-server/src/main/java/org/apache/ambari/server/api/services/WidgetLayoutService.java
index b4985ca..234b773 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/api/services/WidgetLayoutService.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/api/services/WidgetLayoutService.java
@@ -1,3 +1,20 @@
+/**
+ * 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.
+ */
 package org.apache.ambari.server.api.services;
 
 import com.sun.jersey.core.util.Base64;