Add license header. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/c70c4f2b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c70c4f2b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c70c4f2b
Branch: refs/heads/LOG4J-1181 Commit: c70c4f2b10b9af2f4ba744a9e90cece72e5de7e5 Parents: 542b8be Author: ggregory <[email protected]> Authored: Mon Nov 2 02:56:36 2015 -0800 Committer: ggregory <[email protected]> Committed: Mon Nov 2 02:56:36 2015 -0800 ---------------------------------------------------------------------- .../log4j/core/net/server/ThreadFilter.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c70c4f2b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadFilter.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadFilter.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadFilter.java index 8e2af55..1ae05ba 100644 --- a/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadFilter.java +++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/ThreadFilter.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.logging.log4j.core.net.server; import org.apache.logging.log4j.core.Filter;
