v1.3 release, fix RAT

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

Branch: refs/heads/1.3.x
Commit: 599e0fd5c387cf03d4e567fb2559fd98929da8f7
Parents: 09ce6bd
Author: Hongbin Ma <mahong...@apache.org>
Authored: Mon Mar 7 15:40:08 2016 +0800
Committer: Hongbin Ma <mahong...@apache.org>
Committed: Mon Mar 7 15:40:08 2016 +0800

----------------------------------------------------------------------
 .reviewboardrc                                   | 18 ++++++++++++++++++
 .../kylin/measure/bitmap/BitmapMeasureType.java  | 18 ++++++++++++++++++
 .../metadata/datatype/DateTimeSerializer.java    | 19 +++++++++++++++++++
 .../metadata/datatype/StringSerializer.java      | 18 ++++++++++++++++++
 4 files changed, 73 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/599e0fd5/.reviewboardrc
----------------------------------------------------------------------
diff --git a/.reviewboardrc b/.reviewboardrc
index 79d75f5..e754528 100644
--- a/.reviewboardrc
+++ b/.reviewboardrc
@@ -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.
+*/
+
 REVIEWBOARD_URL = "https://reviews.apache.org";
 REPOSITORY = "kylin"
 BRANCH = "1.x-staging"

http://git-wip-us.apache.org/repos/asf/kylin/blob/599e0fd5/metadata/src/main/java/org/apache/kylin/measure/bitmap/BitmapMeasureType.java
----------------------------------------------------------------------
diff --git 
a/metadata/src/main/java/org/apache/kylin/measure/bitmap/BitmapMeasureType.java 
b/metadata/src/main/java/org/apache/kylin/measure/bitmap/BitmapMeasureType.java
index df8e765..b59be4e 100644
--- 
a/metadata/src/main/java/org/apache/kylin/measure/bitmap/BitmapMeasureType.java
+++ 
b/metadata/src/main/java/org/apache/kylin/measure/bitmap/BitmapMeasureType.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.measure.bitmap;
 
 import org.apache.kylin.common.util.Dictionary;

http://git-wip-us.apache.org/repos/asf/kylin/blob/599e0fd5/metadata/src/main/java/org/apache/kylin/metadata/datatype/DateTimeSerializer.java
----------------------------------------------------------------------
diff --git 
a/metadata/src/main/java/org/apache/kylin/metadata/datatype/DateTimeSerializer.java
 
b/metadata/src/main/java/org/apache/kylin/metadata/datatype/DateTimeSerializer.java
index f14481a..cbbb4bd 100644
--- 
a/metadata/src/main/java/org/apache/kylin/metadata/datatype/DateTimeSerializer.java
+++ 
b/metadata/src/main/java/org/apache/kylin/metadata/datatype/DateTimeSerializer.java
@@ -1,3 +1,22 @@
+/*
+ * 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.datatype;
 
 import java.nio.ByteBuffer;

http://git-wip-us.apache.org/repos/asf/kylin/blob/599e0fd5/metadata/src/main/java/org/apache/kylin/metadata/datatype/StringSerializer.java
----------------------------------------------------------------------
diff --git 
a/metadata/src/main/java/org/apache/kylin/metadata/datatype/StringSerializer.java
 
b/metadata/src/main/java/org/apache/kylin/metadata/datatype/StringSerializer.java
index eef2868..235808f 100644
--- 
a/metadata/src/main/java/org/apache/kylin/metadata/datatype/StringSerializer.java
+++ 
b/metadata/src/main/java/org/apache/kylin/metadata/datatype/StringSerializer.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.datatype;
 
 import java.nio.ByteBuffer;

Reply via email to