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

incubator-geode git commit: GEODE-1902: add apache license header

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 1feea53c2 -> 118c0d467


GEODE-1902: add apache license 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/118c0d46
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/118c0d46
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/118c0d46

Branch: refs/heads/develop
Commit: 118c0d467e0ad80d98ff2aaa1a3d22d26b40696f
Parents: 1feea53
Author: Kirk Lund <kl...@apache.org>
Authored: Tue Oct 4 14:38:10 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Tue Oct 4 14:38:10 2016 -0700

----------------------------------------------------------------------
 .../geode/internal/logging/log4j/Configuration.java | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/118c0d46/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Configuration.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Configuration.java b/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Configuration.java
index 8f7ca1a..d55b768 100644
--- a/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Configuration.java
+++ b/geode-core/src/test/java/org/apache/geode/internal/logging/log4j/Configuration.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.internal.logging.log4j;
 
 import static org.assertj.core.api.Assertions.assertThat;