You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/02/25 21:27:05 UTC

[17/50] [abbrv] incubator-geode git commit: Fixes missing ASL header.

Fixes missing ASL header.


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

Branch: refs/heads/feature/GEODE-17
Commit: c32e1b4df88fa1e4cfb1d421907da66cb10f0151
Parents: 8f31850
Author: Anthony Baker <ab...@apache.org>
Authored: Tue Feb 23 16:24:11 2016 -0800
Committer: Anthony Baker <ab...@apache.org>
Committed: Tue Feb 23 16:24:11 2016 -0800

----------------------------------------------------------------------
 .../pulse/controllers/PulseControllerJUnitTest.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c32e1b4d/geode-pulse/src/test/java/com/vmware/gemfire/tools/pulse/controllers/PulseControllerJUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-pulse/src/test/java/com/vmware/gemfire/tools/pulse/controllers/PulseControllerJUnitTest.java b/geode-pulse/src/test/java/com/vmware/gemfire/tools/pulse/controllers/PulseControllerJUnitTest.java
index 9ae6c0c..7a08547 100644
--- a/geode-pulse/src/test/java/com/vmware/gemfire/tools/pulse/controllers/PulseControllerJUnitTest.java
+++ b/geode-pulse/src/test/java/com/vmware/gemfire/tools/pulse/controllers/PulseControllerJUnitTest.java
@@ -1,3 +1,19 @@
+/*
+ * 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 com.vmware.gemfire.tools.pulse.controllers;
 
 import com.fasterxml.jackson.databind.ObjectMapper;