Skip to content

Commit 831ff7b

Browse files
committed
chore: add SPDX headers to source files
1 parent e004d83 commit 831ff7b

16 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/abi/Foreign.idr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- SPDX-License-Identifier: PMPL-1.0-or-later
12
||| Foreign Function Interface Declarations
23
|||
34
||| This module declares all C-compatible functions that will be

src/abi/Layout.idr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- SPDX-License-Identifier: PMPL-1.0-or-later
12
||| Memory Layout Proofs — ABI Foundation.
23
|||
34
||| This module provides the formal proofs required to ensure that

src/abi/Types.idr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- SPDX-License-Identifier: PMPL-1.0-or-later
12
||| VOYAGE-EDS — ABI Type Definitions
23
|||
34
||| This module defines the Application Binary Interface for the

src/julia-viz/src/VEDSViz.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
"""
23
VEDSViz — High-Assurance Transport Visualization Engine.
34

src/julia-viz/src/components/ConstraintDash.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
"""
23
Constraint Dashboard Components
34

src/julia-viz/src/components/GeoMap.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
"""
23
Geographic Map Components for VEDS
34

src/julia-viz/src/components/ParetoPlot.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
"""
23
Pareto Frontier Visualization Components
34

src/julia-viz/src/components/RealTimeTracker.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
"""
23
Real-Time Tracking Visualization
34

src/julia-viz/test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
12
using Test
23
using VEDSViz
34

src/rust-routing/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: PMPL-1.0-or-later
12
fn main() -> Result<(), Box<dyn std::error::Error>> {
23
// Compile protobuf definitions for gRPC
34
tonic_build::configure()

0 commit comments

Comments
 (0)