mirror of https://codeberg.org/topola/topola.git
Relicense to MIT OR Apache-2.0
This commit is contained in:
parent
f9e6c1bdda
commit
603160f660
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2026 Topola contributors
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
use std::sync::mpsc::Sender;
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ bimap = "0.6"
|
|||
dearcut = { version = "0.3", features = ["serde", "undoredo"] }
|
||||
derive-getters.workspace = true
|
||||
derive_more.workspace = true
|
||||
i_triangle = "0.40"
|
||||
rstar = "0.12"
|
||||
serde.workspace = true
|
||||
specctra = { path = "../specctra" }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2026 Topola contributors
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
use bimap::BiBTreeMap;
|
||||
use derive_getters::{Dissolve, Getters};
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2026 Topola contributors
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2026 Topola contributors
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
mod board;
|
||||
mod layout;
|
||||
|
|
|
|||
Loading…
Reference in New Issue