Repository: kylin Updated Branches: refs/heads/v1.2-release-second-try e720fa8ae -> 1687301d1
add apache license header to Log4jConfigurer.java Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/594513f5 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/594513f5 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/594513f5 Branch: refs/heads/v1.2-release-second-try Commit: 594513f5490a7e4e155a252b71a02fadf24db80b Parents: e720fa8 Author: shaofengshi <shaofeng...@apache.org> Authored: Sun Dec 13 15:22:35 2015 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Mon Dec 14 15:18:11 2015 +0800 ---------------------------------------------------------------------- .../apache/kylin/common/util/Log4jConfigurer.java | 18 ++++++++++++++++++ .../apache/kylin/jdbc/util/Log4jConfigurer.java | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/594513f5/common/src/main/java/org/apache/kylin/common/util/Log4jConfigurer.java ---------------------------------------------------------------------- diff --git a/common/src/main/java/org/apache/kylin/common/util/Log4jConfigurer.java b/common/src/main/java/org/apache/kylin/common/util/Log4jConfigurer.java index 6f887b7..8653a6c 100644 --- a/common/src/main/java/org/apache/kylin/common/util/Log4jConfigurer.java +++ b/common/src/main/java/org/apache/kylin/common/util/Log4jConfigurer.java @@ -1,3 +1,21 @@ +/* + * 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.kylin.common.util; import java.util.Enumeration; http://git-wip-us.apache.org/repos/asf/kylin/blob/594513f5/jdbc/src/main/java/org/apache/kylin/jdbc/util/Log4jConfigurer.java ---------------------------------------------------------------------- diff --git a/jdbc/src/main/java/org/apache/kylin/jdbc/util/Log4jConfigurer.java b/jdbc/src/main/java/org/apache/kylin/jdbc/util/Log4jConfigurer.java index 8bf35e2..e537efc 100644 --- a/jdbc/src/main/java/org/apache/kylin/jdbc/util/Log4jConfigurer.java +++ b/jdbc/src/main/java/org/apache/kylin/jdbc/util/Log4jConfigurer.java @@ -1,3 +1,21 @@ +/* + * 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.kylin.jdbc.util; import java.util.Enumeration;