nx_acquire_license.nx
buildroot/runtime/nx_acquire_license.nx
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
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
structs
| none |
consts
| none |
functions
| 16 | func alc_puts(s: *u8) -> i64 { sys_write(1, s, al_len(s)); return 0 } |
| 18 | func main(argc: i64, argv: *i64) -> i64 |