1.5 KiB
1.5 KiB
Here’s a badge and identifier set for ACUL-compliant software that you can embed in repositories, websites, or package manifests.
🏷️ Badge (Markdown for README)
[](https://nexus.foundation/membership)
🧩 JSON/YAML License Manifest Snippet
YAML:
license:
type: ACUL
foundation_membership: Silver
attribution: "© 2025 Maiwald Systems / NexusOS Project"
reproducibility:
npk_logs: true
reproducible_build: true
website: "https://nexus.foundation/membership"
JSON:
{
"license": {
"type": "ACUL",
"foundation_membership": "Silver",
"attribution": "© 2025 Maiwald Systems / NexusOS Project",
"reproducibility": {
"npk_logs": true,
"reproducible_build": true
},
"website": "https://nexus.foundation/membership"
}
}
🧠 Visual Suggestions (for future design)
If you want to create your own SVG for the badge, here's a suggested label:
- Left:
License - Right:
ACUL (Nexus Foundation)
You can use Shields.io with a custom label:
https://img.shields.io/badge/License-ACUL%20(Nexus%20Foundation)-blue
📂 Recommended Placement
- In your
.npk.yamlorfragment.npk.yamlfile underlicense: - As a badge in the
README.mdordocs/index.md - Embedded in
nip verifyoutput for commercial audits
Let me know if you want a branded SVG or PNG with Nexus colors and symbol.