From 7fd8207063aee2d0d23a777556b33b77d9d2296b Mon Sep 17 00:00:00 2001 From: Michel Lind Date: Mon, 16 Mar 2026 22:21:14 +0000 Subject: [PATCH] uutests: add LICENSE Symlink LICENSE from the project root so it gets picked up when packaging ``` coreutils/tests/uutests on uutests-add-license $ cargo package --allow-dirty --list | grep LICENSE coreutils/tests/uutests on uutests-add-license $ ln -s ../../LICENSE . coreutils/tests/uutests on uutests-add-license $ cargo package --allow-dirty --list | grep LICENSE LICENSE ``` Signed-off-by: Michel Lind --- tests/uutests/LICENSE | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/uutests/LICENSE diff --git a/tests/uutests/LICENSE b/tests/uutests/LICENSE new file mode 120000 index 00000000000..30cff7403da --- /dev/null +++ b/tests/uutests/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file