You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sm...@apache.org on 2019/04/10 16:37:34 UTC

[geode-benchmarks] branch develop updated: RAT fixes. (#75)

This is an automated email from the ASF dual-hosted git repository.

smgoller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 86e2fe7  RAT fixes. (#75)
86e2fe7 is described below

commit 86e2fe70beecb8d1c6dcdca0ae11131f98ad05e9
Author: Sean Goller <se...@goller.net>
AuthorDate: Wed Apr 10 09:37:30 2019 -0700

    RAT fixes. (#75)
    
    Co-authored-by: Helena Bales <hb...@pivotal.io>
    Co-authored-by: Sean Goller <sg...@pivotal.io>
---
 .../apache/geode/infrastructure/aws/ExpireClusters.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/ExpireClusters.java b/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/ExpireClusters.java
index 320d452..991bc9b 100644
--- a/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/ExpireClusters.java
+++ b/infrastructure/src/main/java/org/apache/geode/infrastructure/aws/ExpireClusters.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 org.apache.geode.infrastructure.aws;
 
 import java.io.IOException;