summaryrefslogtreecommitdiff
path: root/src/instructions
diff options
context:
space:
mode:
Diffstat (limited to 'src/instructions')
-rw-r--r--src/instructions/macros.rs2
-rw-r--r--src/instructions/rva.rs2
-rw-r--r--src/instructions/rvi.rs2
-rw-r--r--src/instructions/rvi/mem.rs2
-rw-r--r--src/instructions/rvm.rs2
5 files changed, 5 insertions, 5 deletions
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};