File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <!-- SPDX-License-Identifier: AGPL-3 .0-or-later -->
1+ <!-- SPDX-License-Identifier: PMPL-1 .0-or-later -->
22# Contributor Covenant Code of Conduct
33
44## Our Pledge
Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: AGPL-3 .0-or-later
1+ # SPDX-License-Identifier: PMPL-1 .0-or-later
22# Mustfile - hyperpolymath mandatory checks
33# See: https://github.com/hyperpolymath/mustfile
44
Original file line number Diff line number Diff line change 1- <!-- SPDX-License-Identifier: AGPL-3 .0-or-later -->
1+ <!-- SPDX-License-Identifier: PMPL-1 .0-or-later -->
22# Security Policy
33
44## Supported Versions
Original file line number Diff line number Diff line change 1- // SPDX-License-Identifier: AGPL-3 .0-or-later
1+ // SPDX-License-Identifier: PMPL-1 .0-or-later
22// Example: Using SafeDOM for formally verified DOM mounting
33
44open SafeDOM
Original file line number Diff line number Diff line change 11// {{PROJECT}} FFI Build Configuration
2- // SPDX-License-Identifier: AGPL-3 .0-or-later
2+ // SPDX-License-Identifier: PMPL-1 .0-or-later
33
44const std = @import ("std" );
55
Original file line number Diff line number Diff line change 33// This module implements the C-compatible FFI declared in src/abi/Foreign.idr
44// All types and layouts must match the Idris2 ABI definitions.
55//
6- // SPDX-License-Identifier: AGPL-3 .0-or-later
6+ // SPDX-License-Identifier: PMPL-1 .0-or-later
77
88const std = @import ("std" );
99
Original file line number Diff line number Diff line change 11// {{PROJECT}} Integration Tests
2- // SPDX-License-Identifier: AGPL-3 .0-or-later
2+ // SPDX-License-Identifier: PMPL-1 .0-or-later
33//
44// These tests verify that the Zig FFI correctly implements the Idris2 ABI
55
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # SPDX-License-Identifier: AGPL-3 .0-or-later
2+ # SPDX-License-Identifier: PMPL-1 .0-or-later
33# Pre-commit hook: Validate CodeQL language matrix matches repo
44set -euo pipefail
55
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # SPDX-License-Identifier: AGPL-3 .0-or-later
2+ # SPDX-License-Identifier: PMPL-1 .0-or-later
33# Pre-commit hook: Validate workflow permissions declarations
44set -euo pipefail
55ERRORS=0
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # SPDX-License-Identifier: AGPL-3 .0-or-later
2+ # SPDX-License-Identifier: PMPL-1 .0-or-later
33# Pre-commit hook: Validate GitHub Actions are SHA-pinned
44
55set -euo pipefail
You can’t perform that action at this time.
0 commit comments