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-FileCopyrightText: 2026 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||||
|
|
||||||
use std::sync::mpsc::Sender;
|
use std::sync::mpsc::Sender;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ bimap = "0.6"
|
||||||
dearcut = { version = "0.3", features = ["serde", "undoredo"] }
|
dearcut = { version = "0.3", features = ["serde", "undoredo"] }
|
||||||
derive-getters.workspace = true
|
derive-getters.workspace = true
|
||||||
derive_more.workspace = true
|
derive_more.workspace = true
|
||||||
|
i_triangle = "0.40"
|
||||||
rstar = "0.12"
|
rstar = "0.12"
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
specctra = { path = "../specctra" }
|
specctra = { path = "../specctra" }
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2026 Topola contributors
|
// SPDX-FileCopyrightText: 2026 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||||
|
|
||||||
use bimap::BiBTreeMap;
|
use bimap::BiBTreeMap;
|
||||||
use derive_getters::{Dissolve, Getters};
|
use derive_getters::{Dissolve, Getters};
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2026 Topola contributors
|
// SPDX-FileCopyrightText: 2026 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||||
|
|
||||||
use std::collections::BTreeMap;
|
use std::collections::BTreeMap;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2026 Topola contributors
|
// SPDX-FileCopyrightText: 2026 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||||
|
|
||||||
mod board;
|
mod board;
|
||||||
mod layout;
|
mod layout;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue