From 3e2b57f1b8c8776d27a3999a0322332224e9125e Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 10 Sep 2026 14:55:35 -0400 Subject: [PATCH] Add NOTICE file --- Cargo.toml | 1 + NOTICE.TXT | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 NOTICE.TXT diff --git a/Cargo.toml b/Cargo.toml index 996df5a32..c16379af4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,7 @@ include = [ "src/**/*.rs", "Cargo.toml", "LICENSE.TXT", + "NOTICE.TXT", ] edition = "2021" diff --git a/NOTICE.TXT b/NOTICE.TXT new file mode 100644 index 000000000..04bd9504b --- /dev/null +++ b/NOTICE.TXT @@ -0,0 +1,5 @@ +Apache DataFusion sqlparser-rs +Copyright 2024-2026 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/).