You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2016/03/24 02:14:40 UTC

incubator-slider git commit: SLIDER-1090 missed license header (shanyu zhao via gourksaha)

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 2954a6f19 -> 25777b5f6


SLIDER-1090 missed license header (shanyu zhao via gourksaha)


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/25777b5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/25777b5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/25777b5f

Branch: refs/heads/develop
Commit: 25777b5f60f31013e237eb72568061ace39af09d
Parents: 2954a6f
Author: Gour Saha <go...@apache.org>
Authored: Wed Mar 23 18:14:14 2016 -0700
Committer: Gour Saha <go...@apache.org>
Committed: Wed Mar 23 18:14:14 2016 -0700

----------------------------------------------------------------------
 .../slider/providers/agent/TestAgentUtils.java    | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/25777b5f/slider-core/src/test/java/org/apache/slider/providers/agent/TestAgentUtils.java
----------------------------------------------------------------------
diff --git a/slider-core/src/test/java/org/apache/slider/providers/agent/TestAgentUtils.java b/slider-core/src/test/java/org/apache/slider/providers/agent/TestAgentUtils.java
index db8c138..5e1dc7f 100644
--- a/slider-core/src/test/java/org/apache/slider/providers/agent/TestAgentUtils.java
+++ b/slider-core/src/test/java/org/apache/slider/providers/agent/TestAgentUtils.java
@@ -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.
+ */
+
 package org.apache.slider.providers.agent;
 
 import java.io.BufferedWriter;