You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by bl...@apache.org on 2014/09/03 18:00:29 UTC

git commit: PARQUET-85: add license headers

Repository: incubator-parquet-format
Updated Branches:
  refs/heads/master 1afe8d9ae -> e355f62fe


PARQUET-85: add license headers

Author: julien <ju...@twitter.com>

Closes #10 from julienledem/fix_headers and squashes the following commits:

e6922a0 [julien] add license headers


Project: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/commit/e355f62f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/tree/e355f62f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/diff/e355f62f

Branch: refs/heads/master
Commit: e355f62feb163b2930d7c64691c21196db847d62
Parents: 1afe8d9
Author: julien <ju...@twitter.com>
Authored: Wed Sep 3 09:00:15 2014 -0700
Committer: Ryan Blue <rb...@cloudera.com>
Committed: Wed Sep 3 09:00:15 2014 -0700

----------------------------------------------------------------------
 src/main/java/parquet/format/event/Consumers.java | 18 ++++++++++++++++++
 .../format/event/EventBasedThriftReader.java      | 18 ++++++++++++++++++
 .../java/parquet/format/event/FieldConsumer.java  | 18 ++++++++++++++++++
 .../java/parquet/format/event/TypedConsumer.java  | 18 ++++++++++++++++++
 src/test/java/parquet/format/TestUtil.java        | 18 ++++++++++++++++++
 5 files changed, 90 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/blob/e355f62f/src/main/java/parquet/format/event/Consumers.java
----------------------------------------------------------------------
diff --git a/src/main/java/parquet/format/event/Consumers.java b/src/main/java/parquet/format/event/Consumers.java
index ce2788d..5ee54fe 100644
--- a/src/main/java/parquet/format/event/Consumers.java
+++ b/src/main/java/parquet/format/event/Consumers.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 parquet.format.event;
 
 import static java.util.Collections.unmodifiableMap;

http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/blob/e355f62f/src/main/java/parquet/format/event/EventBasedThriftReader.java
----------------------------------------------------------------------
diff --git a/src/main/java/parquet/format/event/EventBasedThriftReader.java b/src/main/java/parquet/format/event/EventBasedThriftReader.java
index 2e66d41..9dc8158 100644
--- a/src/main/java/parquet/format/event/EventBasedThriftReader.java
+++ b/src/main/java/parquet/format/event/EventBasedThriftReader.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 parquet.format.event;
 
 import org.apache.thrift.TException;

http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/blob/e355f62f/src/main/java/parquet/format/event/FieldConsumer.java
----------------------------------------------------------------------
diff --git a/src/main/java/parquet/format/event/FieldConsumer.java b/src/main/java/parquet/format/event/FieldConsumer.java
index d8dd038..8cdd51b 100644
--- a/src/main/java/parquet/format/event/FieldConsumer.java
+++ b/src/main/java/parquet/format/event/FieldConsumer.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 parquet.format.event;
 
 import org.apache.thrift.TException;

http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/blob/e355f62f/src/main/java/parquet/format/event/TypedConsumer.java
----------------------------------------------------------------------
diff --git a/src/main/java/parquet/format/event/TypedConsumer.java b/src/main/java/parquet/format/event/TypedConsumer.java
index f4e6fe1..61198c2 100644
--- a/src/main/java/parquet/format/event/TypedConsumer.java
+++ b/src/main/java/parquet/format/event/TypedConsumer.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 parquet.format.event;
 
 import static org.apache.thrift.protocol.TType.BOOL;

http://git-wip-us.apache.org/repos/asf/incubator-parquet-format/blob/e355f62f/src/test/java/parquet/format/TestUtil.java
----------------------------------------------------------------------
diff --git a/src/test/java/parquet/format/TestUtil.java b/src/test/java/parquet/format/TestUtil.java
index 14f814d..6ebcff8 100644
--- a/src/test/java/parquet/format/TestUtil.java
+++ b/src/test/java/parquet/format/TestUtil.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 parquet.format;
 
 import static java.util.Arrays.asList;