This is an automated email from the ASF dual-hosted git repository. linxinyuan pushed a commit to branch aglinxinyuan-patch-2 in repository https://gitbox.apache.org/repos/asf/texera.git
commit 0cfcbf0da7de18bbbce73890316c8e5c5be08826 Author: Xinyuan Lin <[email protected]> AuthorDate: Thu Aug 7 12:24:51 2025 -0700 Create .licenserc.yaml Signed-off-by: Xinyuan Lin <[email protected]> --- .licenserc.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/.licenserc.yaml b/.licenserc.yaml new file mode 100644 index 0000000000..496d704c73 --- /dev/null +++ b/.licenserc.yaml @@ -0,0 +1,34 @@ +header: + license: + spdx-id: Apache-2.0 + copyright-owner: Apache Software Foundation + + paths-ignore: + - 'dist' + - 'licenses' + - '**/*.md' + - 'LICENSE' + - 'NOTICE' + - '.dockerignore' + - '.gitattributes' + - 'DESCRIPTION' + - '100.jsonl' + - '1000.jsonl' + - 'yarn.lock' + - '.nvmrc' + - '.htaccess' + - '.gitkeep' + - 'site.webmanifest' + - 'line_numbers.txt' + - 'line_numbers_crlf.txt' + - 'numbers.txt' + - 'random_data.csv' + - 'a.csv' + - 'country_sales_headerless_small.csv' + - 'country_sales_headerless_small_multi_line.csv' + - 'country_sales_headerless_small_multi_line_custom_delimiter.csv' + - 'country_sales_medium.csv' + - 'country_sales_small.csv' + - 'country_sales_small_multi_line.csv' + + comment: on-failure
