You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2017/08/03 22:48:43 UTC

geode git commit: GEODE-3393: Add licence header to SocketCreatorJUnitTest.java

Repository: geode
Updated Branches:
  refs/heads/feature/GEODE-3393 26f37c08f -> 68a33affb


GEODE-3393: Add licence header to SocketCreatorJUnitTest.java


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

Branch: refs/heads/feature/GEODE-3393
Commit: 68a33affb536b7de7501443f1a16e3a91bf5a527
Parents: 26f37c0
Author: Udo Kohlmeyer <uk...@pivotal.io>
Authored: Thu Aug 3 15:48:38 2017 -0700
Committer: Udo Kohlmeyer <uk...@pivotal.io>
Committed: Thu Aug 3 15:48:38 2017 -0700

----------------------------------------------------------------------
 .../geode/internal/net/SocketCreatorJUnitTest.java    | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/68a33aff/geode-core/src/test/java/org/apache/geode/internal/net/SocketCreatorJUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/internal/net/SocketCreatorJUnitTest.java b/geode-core/src/test/java/org/apache/geode/internal/net/SocketCreatorJUnitTest.java
index 482b5f9..447cfdd 100644
--- a/geode-core/src/test/java/org/apache/geode/internal/net/SocketCreatorJUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/internal/net/SocketCreatorJUnitTest.java
@@ -1,3 +1,17 @@
+/*
+ * 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.net;
 
 import org.apache.geode.internal.admin.SSLConfig;