Repository: incubator-gossip Updated Branches: refs/heads/master 7af6b677e -> 78c9ae55a
Missing header in test file rat plugin angry Project: http://git-wip-us.apache.org/repos/asf/incubator-gossip/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gossip/commit/78c9ae55 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gossip/tree/78c9ae55 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gossip/diff/78c9ae55 Branch: refs/heads/master Commit: 78c9ae55a6f65d70c493555ca8e9ec65c65983e2 Parents: 7af6b67 Author: Edward Capriolo <[email protected]> Authored: Mon Jan 16 10:16:13 2017 -0500 Committer: Edward Capriolo <[email protected]> Committed: Mon Jan 16 10:16:13 2017 -0500 ---------------------------------------------------------------------- .../java/org/apache/gossip/GossipMemberTest.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gossip/blob/78c9ae55/src/test/java/org/apache/gossip/GossipMemberTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/gossip/GossipMemberTest.java b/src/test/java/org/apache/gossip/GossipMemberTest.java index 635d66c..c2560d5 100644 --- a/src/test/java/org/apache/gossip/GossipMemberTest.java +++ b/src/test/java/org/apache/gossip/GossipMemberTest.java @@ -1,3 +1,20 @@ +/* + * 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.gossip; import java.net.URI;
