From 3f0640f724ce749fcc5f121d925d1d3fb5151e8c Mon Sep 17 00:00:00 2001 From: taitep Date: Thu, 5 Mar 2026 19:47:22 +0100 Subject: update git repo links --- src/instructions/macros.rs | 2 +- src/instructions/rva.rs | 2 +- src/instructions/rvi.rs | 2 +- src/instructions/rvi/mem.rs | 2 +- src/instructions/rvm.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/instructions') diff --git a/src/instructions/macros.rs b/src/instructions/macros.rs index c8fa8f1..e450417 100644 --- a/src/instructions/macros.rs +++ b/src/instructions/macros.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. #[macro_export] diff --git a/src/instructions/rva.rs b/src/instructions/rva.rs index be1cd03..2ea8b18 100644 --- a/src/instructions/rva.rs +++ b/src/instructions/rva.rs @@ -1,7 +1,7 @@ // Copyright (c) 2026 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. use std::sync::atomic::{AtomicU32, AtomicU64}; diff --git a/src/instructions/rvi.rs b/src/instructions/rvi.rs index 78267ea..5b705a6 100644 --- a/src/instructions/rvi.rs +++ b/src/instructions/rvi.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. use crate::{core::Core, decode::Instruction, exceptions::Exception}; diff --git a/src/instructions/rvi/mem.rs b/src/instructions/rvi/mem.rs index ad08a39..f1dc92d 100644 --- a/src/instructions/rvi/mem.rs +++ b/src/instructions/rvi/mem.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. use crate::{core::Core, exceptions::Exception, instructions::Instruction}; diff --git a/src/instructions/rvm.rs b/src/instructions/rvm.rs index b87b9f9..e618ae2 100644 --- a/src/instructions/rvm.rs +++ b/src/instructions/rvm.rs @@ -1,7 +1,7 @@ // Copyright (c) 2025 taitep // SPDX-License-Identifier: BSD-2-Clause // -// This file is part of TRVE (https://gitea.taitep.se/taitep/trve) +// This file is part of TRVE (https://git.taitep.se/trve.git) // See LICENSE file in the project root for full license text. // use crate::{core::Core, decode::Instruction, exceptions::Exception}; -- cgit v1.2.3