code wiki / (root) / nx_acquire_license.nx

nx_acquire_license.nx

buildroot/runtime/nx_acquire_license.nx

3515 B71 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic acquire
docsdependenciesstructsconstsfunctions

about

nx_acquire_license.nx -- thin CLI over nx_acquire_license_lib (licence-URL derivation). The derivation lives in the LIB so the command line and any in-process consumer prove the SAME code, and so a gate can IMPORT the logic instead of forking this binary -- a fork is a boundary the mutation harness cannot see across, and a gate that cannot be mutated returns a GREEN that reads like a proof while proving nothing. WHAT THIS IS FOR: knowledge/acquire_sources.conf holds 26 NAVER LABS Europe releases and 24 sit at evidence=NONE, because that upstream listing carries a licence string for only 2 of 26. With no evidence nx_acquire_lib's door correctly abstains, so those works cannot have their bytes mirrored. Reading the licence is the ONLY thing that clears the abstention. This derives where to read it. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_acquire_license_lib.nx nx_acquire_license.nx

imports: nx_syscalls.nxnx_acquire_license_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main alc_puts sys_write al_len al_streq sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ al_host al_starts al_cat

structs

none

consts

none

functions

16func alc_puts(s: *u8) -> i64 { sys_write(1, s, al_len(s)); return 0 }
called by 1: main calls 2: sys_writeal_len
18func main(argc: i64, argv: *i64) -> i64