From e20decd57f92cc6c1fc1e807f11f7bb9d825ebde Mon Sep 17 00:00:00 2001 From: Brian Hulette Date: Tue, 16 Jan 2018 11:11:23 -0500 Subject: [PATCH] Add license headers --- js/src/predicate.ts | 17 +++++++++++++++++ js/test/data/tables/generate.py | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/js/src/predicate.ts b/js/src/predicate.ts index 1fedc98d1c41e..a80e56ee599e5 100644 --- a/js/src/predicate.ts +++ b/js/src/predicate.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 { Vector } from './vector/vector'; import { DictionaryVector } from './vector/dictionary'; diff --git a/js/test/data/tables/generate.py b/js/test/data/tables/generate.py index bf663fb0b1f9f..da19c6a0728c0 100644 --- a/js/test/data/tables/generate.py +++ b/js/test/data/tables/generate.py @@ -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 pyarrow as pa import random import numpy as np