chore: name WebDecoy LLC as author and copyright holder - #43
Merged
Merged
Conversation
Update ownership metadata to name the legal entity: - LICENSE copyright line: "2025 Web Decoy" -> "2025-2026 WebDecoy LLC" - "author" field in the root package.json and in all six workspace packages: "Web Decoy" -> "WebDecoy LLC" Metadata only. No version bumps, dependency changes, or source changes.
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.
WebDecoy LLC (Texas) was formed on 2026-09-17, so the published package metadata should name the entity rather than the informal brand spelling.
Files changed:
LICENSE- copyright lineCopyright (c) 2025 Web Decoy->Copyright (c) 2025-2026 WebDecoy LLC. The rest of the MIT text is untouched.package.json-"author"->"WebDecoy LLC"packages/webdecoy/package.json- samepackages/express/package.json- samepackages/hono/package.json- samepackages/nextjs/package.json- samepackages/client/package.json- samepackages/fastify/package.json- sameScope: metadata only. No version bumps, no dependency or description changes, no source changes. Nothing in the code reads the
authorfield, so there is no runtime effect. Customer-visible brand strings such asAccess denied by Web Decoy protectionare deliberately left alone; whether to change that spelling is a separate decision.Validation: every edited
package.jsonparses (node -e "require(...)") and all seven still passprettier --check.