diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-17 11:18:06 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-17 11:18:06 +0800 |
| commit | 11e287e931f7fcda65708846a1cb9bc1cc05de13 (patch) | |
| tree | e894e5aaa7eb1860c8c85c5e3b0266ec09f5f705 | |
| parent | 4f241913e4c153650eb2a8834a88ea6f44c09d92 (diff) | |
chore: add symlinked license files to subcrates
| l--------- | arg_picker/LICENSE-APACHE | 1 | ||||
| l--------- | arg_picker/LICENSE-MIT | 1 | ||||
| l--------- | arg_picker_macros/LICENSE-APACHE | 1 | ||||
| l--------- | arg_picker_macros/LICENSE-MIT | 1 |
4 files changed, 4 insertions, 0 deletions
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 diff --git a/arg_picker_macros/LICENSE-APACHE b/arg_picker_macros/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/arg_picker_macros/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE
\ No newline at end of file diff --git a/arg_picker_macros/LICENSE-MIT b/arg_picker_macros/LICENSE-MIT new file mode 120000 index 0000000..76219eb --- /dev/null +++ b/arg_picker_macros/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT
\ No newline at end of file |
