From 2dd44fd9f9a5f5ff476b54d9e3aed0553264ed57 Mon Sep 17 00:00:00 2001 From: Stefano Garzarella Date: Tue, 18 Feb 2025 10:11:50 +0100 Subject: [PATCH] gpu: fix links to the license files After moving from the staging workspace to the main workspace, we forgot to fix the license file links. Signed-off-by: Stefano Garzarella --- vhost-device-gpu/LICENSE-APACHE | 2 +- vhost-device-gpu/LICENSE-BSD-3-Clause | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 120000 vhost-device-gpu/LICENSE-APACHE mode change 100644 => 120000 vhost-device-gpu/LICENSE-BSD-3-Clause diff --git a/vhost-device-gpu/LICENSE-APACHE b/vhost-device-gpu/LICENSE-APACHE deleted file mode 100644 index 1cd601d..0000000 --- a/vhost-device-gpu/LICENSE-APACHE +++ /dev/null @@ -1 +0,0 @@ -../../LICENSE-APACHE \ No newline at end of file diff --git a/vhost-device-gpu/LICENSE-APACHE b/vhost-device-gpu/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/vhost-device-gpu/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/vhost-device-gpu/LICENSE-BSD-3-Clause b/vhost-device-gpu/LICENSE-BSD-3-Clause deleted file mode 100644 index a60f1af..0000000 --- a/vhost-device-gpu/LICENSE-BSD-3-Clause +++ /dev/null @@ -1 +0,0 @@ -../../LICENSE-BSD-3-Clause \ No newline at end of file diff --git a/vhost-device-gpu/LICENSE-BSD-3-Clause b/vhost-device-gpu/LICENSE-BSD-3-Clause new file mode 120000 index 0000000..f2b0791 --- /dev/null +++ b/vhost-device-gpu/LICENSE-BSD-3-Clause @@ -0,0 +1 @@ +../LICENSE-BSD-3-Clause \ No newline at end of file