Repository: logging-log4j2 Updated Branches: refs/heads/master cdc19e40e -> c11709190
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/c1170919 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/c1170919 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/c1170919 Branch: refs/heads/master Commit: c11709190d4fbd511011722f2535b31064eac240 Parents: cdc19e4 Author: Gary Gregory <[email protected]> Authored: Sat Nov 12 00:19:37 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Sat Nov 12 00:19:37 2016 -0800 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/Core.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c1170919/log4j-core/src/main/java/org/apache/logging/log4j/core/Core.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/Core.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/Core.java index ccb3ddb..6a26c04 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/Core.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/Core.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; public class Core {
