Skip to content

Commit 052130a

Browse files
pitrouxhochy
authored andcommitted
ARROW-5521: [Packaging] Use Apache RAT 0.13
Author: Antoine Pitrou <[email protected]> Closes #4486 from pitrou/ARROW-5521-rat-0-13 and squashes the following commits: 62debb5 <Antoine Pitrou> ARROW-5521: Use Apache RAT 0.13
1 parent b492975 commit 052130a

File tree

5 files changed

+53
-1
lines changed

5 files changed

+53
-1
lines changed

dev/release/rat_exclude_files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ go/*.tmpldata
134134
go/*.s
135135
js/.npmignore
136136
js/closure-compiler-scripts/*
137+
js/src/fb/*.ts
137138
python/cmake_modules/FindPythonLibsNew.cmake
138139
python/cmake_modules/SnappyCMakeLists.txt
139140
python/cmake_modules/SnappyConfig.h

dev/release/run-rat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# under the License.
1919
#
2020

21-
RAT_VERSION=0.12
21+
RAT_VERSION=0.13
2222

2323
# download apache rat
2424
if [ ! -f apache-rat-${RAT_VERSION}.jar ]; then

js/test/inference/column.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.
17+
118
import { Data } from '../../src/data';
219
import { Field } from '../../src/schema';
320
import { Column } from '../../src/column';

js/test/inference/nested.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.
17+
118
import { Data } from '../../src/data';
219
import { Field } from '../../src/schema';
320
import { DataType } from '../../src/type';

js/test/inference/visitor/get.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
// Licensed to the Apache Software Foundation (ASF) under one
2+
// or more contributor license agreements. See the NOTICE file
3+
// distributed with this work for additional information
4+
// regarding copyright ownership. The ASF licenses this file
5+
// to you under the Apache License, Version 2.0 (the
6+
// "License"); you may not use this file except in compliance
7+
// with the License. You may obtain a copy of the License at
8+
//
9+
// http://www.apache.org/licenses/LICENSE-2.0
10+
//
11+
// Unless required by applicable law or agreed to in writing,
12+
// software distributed under the License is distributed on an
13+
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
// KIND, either express or implied. See the License for the
15+
// specific language governing permissions and limitations
16+
// under the License.
17+
118
import {
219
Data, Vector,
320
Bool, List, Dictionary

0 commit comments

Comments
 (0)