From 58e7934af5463fe24caf07798f834ec6ad6f1664 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Thu, 23 May 2024 02:13:49 -0400 Subject: [PATCH] chore(rust): Include license file in polars-expr crate (#16421) --- crates/polars-expr/LICENSE | 1 + 1 file changed, 1 insertion(+) create mode 120000 crates/polars-expr/LICENSE diff --git a/crates/polars-expr/LICENSE b/crates/polars-expr/LICENSE new file mode 120000 index 000000000000..30cff7403da0 --- /dev/null +++ b/crates/polars-expr/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file