Repository: kylin
Updated Branches:
  refs/heads/2.0-rc 6ea145a87 -> 6ab821c94


KYLIN-1303 Add license header to new class


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/6ab821c9
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/6ab821c9
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/6ab821c9

Branch: refs/heads/2.0-rc
Commit: 6ab821c94f44114ca472b2cba936e1eddd8e8ead
Parents: 6ea145a
Author: lidongsjtu <don...@ebay.com>
Authored: Thu Jan 14 22:14:36 2016 +0800
Committer: lidongsjtu <don...@ebay.com>
Committed: Thu Jan 14 22:14:36 2016 +0800

----------------------------------------------------------------------
 .../measure/serializer/BooleanSerializer.java     | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/6ab821c9/core-metadata/src/main/java/org/apache/kylin/metadata/measure/serializer/BooleanSerializer.java
----------------------------------------------------------------------
diff --git 
a/core-metadata/src/main/java/org/apache/kylin/metadata/measure/serializer/BooleanSerializer.java
 
b/core-metadata/src/main/java/org/apache/kylin/metadata/measure/serializer/BooleanSerializer.java
index 4cd5290..61abba6 100644
--- 
a/core-metadata/src/main/java/org/apache/kylin/metadata/measure/serializer/BooleanSerializer.java
+++ 
b/core-metadata/src/main/java/org/apache/kylin/metadata/measure/serializer/BooleanSerializer.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.metadata.measure.serializer;
 
 import java.nio.ByteBuffer;

Reply via email to