Skip to content

Commit 2ac078b

Browse files
committed
chore: add SPDX headers to source files
1 parent 73631fb commit 2ac078b

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
||| CHECKY-MONKEY — FFI Bridge Declarations
23
|||
34
||| This module defines the formal bridge to the bot's native 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
||| CHECKY-MONKEY — ABI Type Definitions
23
|||
34
||| This module defines the Application Binary Interface for the

0 commit comments

Comments
 (0)