diff options
Diffstat (limited to 'src/devices')
| -rw-r--r-- | src/devices/serial.rs | 2 | ||||
| -rw-r--r-- | src/devices/serial/fifo.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/serial.rs b/src/devices/serial.rs index 7e90748..606fb48 100644 --- a/src/devices/serial.rs +++ b/src/devices/serial.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::{ diff --git a/src/devices/serial/fifo.rs b/src/devices/serial/fifo.rs index dbf4659..307dc29 100644 --- a/src/devices/serial/fifo.rs +++ b/src/devices/serial/fifo.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::io::{self, Read, Write}; |
