Repository: logging-log4j2 Updated Branches: refs/heads/master 1a6245849 -> 9383cbc22
Forgot to add ASL 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/9383cbc2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9383cbc2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9383cbc2 Branch: refs/heads/master Commit: 9383cbc22d07b3a358e9afb82103c6f91676354d Parents: 1a62458 Author: Gary Gregory <[email protected]> Authored: Tue Sep 2 10:14:09 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Tue Sep 2 10:14:09 2014 -0400 ---------------------------------------------------------------------- .../logging/log4j/streams/LoggerWriterTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9383cbc2/log4j-streams/src/test/java/org/apache/logging/log4j/streams/LoggerWriterTest.java ---------------------------------------------------------------------- diff --git a/log4j-streams/src/test/java/org/apache/logging/log4j/streams/LoggerWriterTest.java b/log4j-streams/src/test/java/org/apache/logging/log4j/streams/LoggerWriterTest.java index 5cdcb81..42a474b 100644 --- a/log4j-streams/src/test/java/org/apache/logging/log4j/streams/LoggerWriterTest.java +++ b/log4j-streams/src/test/java/org/apache/logging/log4j/streams/LoggerWriterTest.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.logging.log4j.streams; import java.io.StringWriter;
