Add Apache-2.0 LICENSE file (closes #48)#55
Open
kochj23 wants to merge 1 commit into
Open
Conversation
The module has always declared "license": "Apache-2.0" in metadata.json, but the repository shipped no LICENSE file and stated no licensing terms in its sources. This adds the canonical Apache License 2.0 text to match the declared metadata, so the terms are explicit for downstream consumers and for potential Puppetlabs "supported/approved" adoption. Closes justicel#48 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a top-level
LICENSEfile containing the canonical Apache License 2.0 text.Why
Per #48, the repository ships no
LICENSEfile and states no licensing terms in its sources — only a copyright notice and contributor names. Howevermetadata.jsonhas always declared:This PR simply makes that declared license explicit by adding the matching license text, so the terms are unambiguous for downstream users and for any future Puppetlabs "supported/approved" adoption. No metadata change is needed since the SPDX
licensefield is already present and correct.Testing
metadata.jsonstill parses and already carries"license": "Apache-2.0".Closes #48
🤖 Generated with Claude Code