mirror of https://codeberg.org/topola/topola.git
chore: Correct copyright lines (MIT, not MIT OR Apache-2.0)
This commit is contained in:
parent
6930f2fb1d
commit
0e12f32db4
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2025 Topola contributors
|
// SPDX-FileCopyrightText: 2025 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
use petgraph::{
|
use petgraph::{
|
||||||
data::DataMap,
|
data::DataMap,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2025 Topola contributors
|
// SPDX-FileCopyrightText: 2025 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
use geo::{line_intersection::line_intersection, Distance, Euclidean, Line, LineIntersection};
|
use geo::{line_intersection::line_intersection, Distance, Euclidean, Line, LineIntersection};
|
||||||
use petgraph::graph::{EdgeIndex, NodeIndex};
|
use petgraph::graph::{EdgeIndex, NodeIndex};
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2025 Topola contributors
|
// SPDX-FileCopyrightText: 2025 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
use std::collections::BTreeMap;
|
use std::collections::BTreeMap;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2025 Topola contributors
|
// SPDX-FileCopyrightText: 2025 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
use std::ops::Sub;
|
use std::ops::Sub;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
// SPDX-FileCopyrightText: 2025 Topola contributors
|
// SPDX-FileCopyrightText: 2025 Topola contributors
|
||||||
//
|
//
|
||||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
use std::ops::{Index, IndexMut};
|
use std::ops::{Index, IndexMut};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue