licenserc.toml (62 lines of code) (raw):

# 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. headerPath = "Apache-2.0-ASF.txt" excludes = [ # Website generated files "build", ".docusaurus", # Documents "**/*.md", "**/*.mdx", "docs/.markdownlint.yaml", # Meta files "NOTICE", "DISCLAIMER", "dist", "licenses", "testing", "spark/graphar/src/test/resources", "java/src/test/resources", ".licenserc.yaml", ".gitleaks.toml", ".gitmodules", "pre-commit-config.yaml", "**/.gitignore", "**/.scalafix.conf", "**/.scalafmt.conf", "cpp/apidoc", "cpp/thirdparty", "cpp/misc/cpplint.py", "spark/datasources-32/src/main/scala/org/apache/graphar/datasources", "spark/datasources-32/src/main/scala/org/apache/spark/sql/graphar", "spark/datasources-33/src/main/scala/org/apache/graphar/datasources", "spark/datasources-33/src/main/scala/org/apache/spark/sql/graphar", "spark/datasources-34/src/main/scala/org/apache/graphar/datasources", "spark/datasources-34/src/main/scala/org/apache/spark/sql/graphar", "spark/datasources-35/src/main/scala/org/apache/graphar/datasources", "spark/datasources-35/src/main/scala/org/apache/spark/sql/graphar", "java/src/main/java/org/apache/graphar/stdcxx/StdString.java", "java/src/main/java/org/apache/graphar/stdcxx/StdVector.java", "java/src/main/java/org/apache/graphar/stdcxx/StdSharedPtr.java", "java/src/main/java/org/apache/graphar/stdcxx/StdMap.java", "java/src/main/java/org/apache/graphar/stdcxx/StdUnorderedMap.java", "java/build.xml", "**/*.json", "pyspark/poetry.lock", "cli/*.yml", "cli/*.toml", ]