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 <salimma@fedoraproject.org>
This commit is contained in:
Michel Lind
2026-04-04 10:36:37 +02:00
committed by Sylvestre Ledru
parent 49e7a6b532
commit e406cef5bb
+1
View File
@@ -0,0 +1 @@
../../LICENSE