Relicense to BSD 2-Clause to align better with the RISC-V community

This commit is contained in:
2025-12-27 12:44:55 +01:00
parent 67406a9c48
commit 6a3920895b
15 changed files with 36 additions and 25 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -1,3 +1,9 @@
// Copyright (c) 2025 taitep
// 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.
use crate::gdb;
pub enum CoreCmd {

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -1,3 +1,9 @@
// Copyright (c) 2025 taitep
// 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.
use std::{
io::{self, BufRead, ErrorKind, Write},
net::{TcpListener, TcpStream},

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.