|
| 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 | + |
| 18 | +header: |
| 19 | + license: |
| 20 | + spdx-id: Apache-2.0 |
| 21 | + copyright-owner: Apache Software Foundation |
| 22 | + paths: |
| 23 | + - . |
| 24 | + excludes: |
| 25 | + - build/** |
| 26 | + - .docusaurus/** |
| 27 | + - "**/*.md" |
| 28 | + - "**/*.mdx" |
| 29 | + - docs/.markdownlint.yaml |
| 30 | + - NOTICE |
| 31 | + - DISCLAIMER |
| 32 | + - dist/** |
| 33 | + - licenses/** |
| 34 | + - testing/** |
| 35 | + - spark/graphar/src/test/resources/** |
| 36 | + - java/src/test/resources/** |
| 37 | + - .licenserc.yaml |
| 38 | + - .gitleaks.toml |
| 39 | + - .gitmodules |
| 40 | + - pre-commit-config.yaml |
| 41 | + - "**/.gitignore" |
| 42 | + - "**/.scalafix.conf" |
| 43 | + - "**/.scalafmt.conf" |
| 44 | + - cpp/apidoc/** |
| 45 | + - cpp/thirdparty/** |
| 46 | + - cpp/misc/cpplint.py |
| 47 | + - spark/datasources-32/src/main/scala/org/apache/graphar/datasources/** |
| 48 | + - spark/datasources-32/src/main/scala/org/apache/spark/sql/graphar/** |
| 49 | + - spark/datasources-33/src/main/scala/org/apache/graphar/datasources/** |
| 50 | + - spark/datasources-33/src/main/scala/org/apache/spark/sql/graphar/** |
| 51 | + - spark/datasources-34/src/main/scala/org/apache/graphar/datasources/** |
| 52 | + - spark/datasources-34/src/main/scala/org/apache/spark/sql/graphar/** |
| 53 | + - spark/datasources-35/src/main/scala/org/apache/graphar/datasources/** |
| 54 | + - spark/datasources-35/src/main/scala/org/apache/spark/sql/graphar/** |
| 55 | + - java/src/main/java/org/apache/graphar/stdcxx/StdString.java |
| 56 | + - java/src/main/java/org/apache/graphar/stdcxx/StdVector.java |
| 57 | + - java/src/main/java/org/apache/graphar/stdcxx/StdSharedPtr.java |
| 58 | + - java/src/main/java/org/apache/graphar/stdcxx/StdMap.java |
| 59 | + - java/src/main/java/org/apache/graphar/stdcxx/StdUnorderedMap.java |
| 60 | + - java/build.xml |
| 61 | + - "**/*.json" |
| 62 | + - pyspark/poetry.lock |
| 63 | + - cli/*.yml |
| 64 | + - cli/*.toml |
0 commit comments