From 6a3920895b27620158af9ab4e3b87aecc1062282 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 27 Dec 2025 12:44:55 +0100 Subject: Relicense to BSD 2-Clause to align better with the RISC-V community --- src/core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.rs') diff --git a/src/core.rs b/src/core.rs index bb37520..8d51947 100644 --- a/src/core.rs +++ b/src/core.rs @@ -1,5 +1,5 @@ // Copyright (c) 2025 taitep -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: BSD-2-Clause // // This file is part of TRVE (https://gitea.taitep.se/taitep/trve) // See LICENSE file in the project root for full license text. -- cgit v1.2.3