From e11d0356cde42b81dcce24f51b0ab0a1074c84c4 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Tue, 9 Jan 2024 17:50:11 +0100 Subject: [PATCH] sound: fix symbolic links to license files When we moved the crate from staging to the main workspace, we forgot to update these links. Signed-off-by: Stefano Garzarella --- vhost-device-sound/LICENSE-APACHE | 2 +- vhost-device-sound/LICENSE-BSD-3-Clause | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vhost-device-sound/LICENSE-APACHE b/vhost-device-sound/LICENSE-APACHE index 1cd601d..965b606 120000 --- a/vhost-device-sound/LICENSE-APACHE +++ b/vhost-device-sound/LICENSE-APACHE @@ -1 +1 @@ -../../LICENSE-APACHE \ No newline at end of file +../LICENSE-APACHE \ No newline at end of file diff --git a/vhost-device-sound/LICENSE-BSD-3-Clause b/vhost-device-sound/LICENSE-BSD-3-Clause index a60f1af..f2b0791 120000 --- a/vhost-device-sound/LICENSE-BSD-3-Clause +++ b/vhost-device-sound/LICENSE-BSD-3-Clause @@ -1 +1 @@ -../../LICENSE-BSD-3-Clause \ No newline at end of file +../LICENSE-BSD-3-Clause \ No newline at end of file