Repository: parquet-format Updated Branches: refs/heads/master 2f574664c -> a00e770cb
PARQUET-1145: Add license to .gitignore Also removes .gitignore from the RAT whitelist. Author: Lars Volker <[email protected]> Closes #75 from lekv/license and squashes the following commits: 04523ef [Lars Volker] Also add license to .travis.yml ce471fd [Lars Volker] PARQUET-1145: Add license to .gitignore Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/a00e770c Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/a00e770c Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/a00e770c Branch: refs/heads/master Commit: a00e770cb301506f6288d11d6532f2635a8cd349 Parents: 2f57466 Author: Lars Volker <[email protected]> Authored: Mon Nov 13 13:56:08 2017 +0100 Committer: Zoltan Ivanfi <[email protected]> Committed: Mon Nov 13 13:56:08 2017 +0100 ---------------------------------------------------------------------- .gitignore | 17 +++++++++++++++++ .travis.yml | 17 +++++++++++++++++ pom.xml | 2 -- 3 files changed, 34 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/a00e770c/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index cb04721..4587f73 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,20 @@ +# 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. + generated/* target dependency-reduced-pom.xml http://git-wip-us.apache.org/repos/asf/parquet-format/blob/a00e770c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index dc339c5..42ba8ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,20 @@ +# 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. + language: java dist: precise before_install: http://git-wip-us.apache.org/repos/asf/parquet-format/blob/a00e770c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 51d98ac..19d8537 100644 --- a/pom.xml +++ b/pom.xml @@ -192,10 +192,8 @@ <exclude>**/build/**</exclude> <exclude>**/target/**</exclude> <exclude>.git/**</exclude> - <exclude>.gitignore</exclude> <exclude>.idea/**</exclude> <exclude>*/jdiff/*.xml</exclude> - <exclude>.travis.yml</exclude> <exclude>licenses/**</exclude> <exclude>thrift-${thrift.version}/**</exclude> <exclude>thrift-${thrift.version}.tar.gz</exclude>
