You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2019/06/06 14:29:11 UTC

[arrow] branch master updated: ARROW-5521: [Packaging] Use Apache RAT 0.13

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 052130a  ARROW-5521: [Packaging] Use Apache RAT 0.13
052130a is described below

commit 052130ad4980b70ace2074220ee2db7b912b2c57
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Thu Jun 6 10:28:50 2019 -0400

    ARROW-5521: [Packaging] Use Apache RAT 0.13
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #4486 from pitrou/ARROW-5521-rat-0-13 and squashes the following commits:
    
    62debb51 <Antoine Pitrou> ARROW-5521:  Use Apache RAT 0.13
---
 dev/release/rat_exclude_files.txt |  1 +
 dev/release/run-rat.sh            |  2 +-
 js/test/inference/column.ts       | 17 +++++++++++++++++
 js/test/inference/nested.ts       | 17 +++++++++++++++++
 js/test/inference/visitor/get.ts  | 17 +++++++++++++++++
 5 files changed, 53 insertions(+), 1 deletion(-)

diff --git a/dev/release/rat_exclude_files.txt b/dev/release/rat_exclude_files.txt
index bd1123d..4c5aef3 100644
--- a/dev/release/rat_exclude_files.txt
+++ b/dev/release/rat_exclude_files.txt
@@ -134,6 +134,7 @@ go/*.tmpldata
 go/*.s
 js/.npmignore
 js/closure-compiler-scripts/*
+js/src/fb/*.ts
 python/cmake_modules/FindPythonLibsNew.cmake
 python/cmake_modules/SnappyCMakeLists.txt
 python/cmake_modules/SnappyConfig.h
diff --git a/dev/release/run-rat.sh b/dev/release/run-rat.sh
index 587e93a..94fa55f 100755
--- a/dev/release/run-rat.sh
+++ b/dev/release/run-rat.sh
@@ -18,7 +18,7 @@
 # under the License.
 #
 
-RAT_VERSION=0.12
+RAT_VERSION=0.13
 
 # download apache rat
 if [ ! -f apache-rat-${RAT_VERSION}.jar ]; then
diff --git a/js/test/inference/column.ts b/js/test/inference/column.ts
index 44d7fab..7065d0e 100644
--- a/js/test/inference/column.ts
+++ b/js/test/inference/column.ts
@@ -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.
+
 import { Data } from '../../src/data';
 import { Field } from '../../src/schema';
 import { Column } from '../../src/column';
diff --git a/js/test/inference/nested.ts b/js/test/inference/nested.ts
index ca164f6..10621c5 100644
--- a/js/test/inference/nested.ts
+++ b/js/test/inference/nested.ts
@@ -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.
+
 import { Data } from '../../src/data';
 import { Field } from '../../src/schema';
 import { DataType } from '../../src/type';
diff --git a/js/test/inference/visitor/get.ts b/js/test/inference/visitor/get.ts
index d4a996a..ad7605f 100644
--- a/js/test/inference/visitor/get.ts
+++ b/js/test/inference/visitor/get.ts
@@ -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.
+
 import {
     Data, Vector,
     Bool, List, Dictionary