Skip to content

Commit e9eed59

Browse files
committed
chore: add SPDX headers to source files
1 parent 3856f3d commit e9eed59

3 files changed

Lines changed: 3 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
||| ANVOMIDAV — FFI Bridge Declarations
23
|||
34
||| This module defines the formal bridge to the native C/Zig implementation.

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
||| ANVOMIDAV — ABI Type Definitions
23
|||
34
||| This module defines the Application Binary Interface for the project.

0 commit comments

Comments
 (0)