From 16783bc8e9136a7b31f903faa42fd34ff7998a85 Mon Sep 17 00:00:00 2001 From: Benjamin Kietzman Date: Mon, 28 Oct 2024 14:33:33 -0500 Subject: [PATCH] add license header to gen.patch --- arrow-ipc/gen.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arrow-ipc/gen.patch b/arrow-ipc/gen.patch index 9568558e4bf6..b29f05cc1c2d 100644 --- a/arrow-ipc/gen.patch +++ b/arrow-ipc/gen.patch @@ -1,3 +1,18 @@ +# 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. diff --git a/arrow-ipc/src/gen/File.rs b/arrow-ipc/src/gen/File.rs index 35ed13c0..427cf75d 100644 --- a/arrow-ipc/src/gen/File.rs