Add README and LICENSE (GPL-3.0-or-later) #6
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/inventory!6
Loading…
Reference in a new issue
No description provided.
Delete branch "agent/license-inventory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a README and a GPL-3.0-or-later LICENSE, implementing allod/strategy#11.
README.md documents the repo's purpose (the consumer-owned machine inventory), its exported flake outputs (
machines,lib.supportedPlatforms,lib.vmSpecsJson, and the validation checks), the machine schema, thescripts/repositories.jsonregistry, the platform assertions, and howprofilesandnexusconsume the data — matching the house style of the existing allod READMEs. LICENSE opens with a short copyright and SPDX notice (SPDX-License-Identifier: GPL-3.0-or-later) followed by the verbatim GNU General Public License version 3 text.Refs allod/strategy#11
Risk
Adds two top-level documentation/metadata files (README.md, LICENSE); no code, schema, or build changes.
Validation
README claims were verified against the actual flake outputs and JSON data; example addresses in the template are RFC-reserved documentation values (192.0.2.0/24, QEMU 52:54:00 MAC prefix). LICENSE contains the unmodified GPLv3 body (closing "END OF TERMS AND CONDITIONS" present).