Repository: kylin Updated Branches: refs/heads/v1.2-release e720fa8ae -> ae7bf58bd
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/ae7bf58b Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/ae7bf58b Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/ae7bf58b Branch: refs/heads/v1.2-release Commit: ae7bf58bd8d7c31a808f7913269cb9ae8f38a33e Parents: e720fa8 Author: shaofengshi <shaofeng...@apache.org> Authored: Sun Dec 13 15:22:35 2015 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Sun Dec 13 16:29:09 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/ae7bf58b/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/ae7bf58b/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;