From 11e287e931f7fcda65708846a1cb9bc1cc05de13 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 17 Jul 2026 11:18:06 +0800 Subject: chore: add symlinked license files to subcrates --- arg_picker/LICENSE-APACHE | 1 + arg_picker/LICENSE-MIT | 1 + 2 files changed, 2 insertions(+) create mode 120000 arg_picker/LICENSE-APACHE create mode 120000 arg_picker/LICENSE-MIT (limited to 'arg_picker') diff --git a/arg_picker/LICENSE-APACHE b/arg_picker/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/arg_picker/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/arg_picker/LICENSE-MIT b/arg_picker/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/arg_picker/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file -- cgit