You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by qu...@apache.org on 2023/05/24 23:30:25 UTC

[arrow-julia] branch jq-enumsx updated: fix Project.toml

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

quinnj pushed a commit to branch jq-enumsx
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/jq-enumsx by this push:
     new fd24b41  fix Project.toml
fd24b41 is described below

commit fd24b417e697cab281e5f3dbe04d50c1cf654858
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Wed May 24 17:30:19 2023 -0600

    fix Project.toml
---
 Project.toml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/Project.toml b/Project.toml
index 440d7da..5f75563 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,3 +1,19 @@
+# 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.
+
 name = "Arrow"
 uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
 authors = ["quinnj <qu...@gmail.com>"]