Pure directory move plus path fixups: the Rust port ships as pnpm v12, so the source tree now lives at pnpm/ (alongside pnpm11/, the frozen TypeScript line). No identifiers change in this pass — crate names (pacquet-*), the pacquet bin, PACQUET_VERSION, the @pacquet/* npm package names v11's runPacquet spawns, the .pacquet virtual-store dir, the benchmark harness's clone dir, and the pacquet-*.yml workflow filenames (npm trusted publishing is bound to them) all stay for a follow-up. Also removes the root /pnpm/ .gitignore entry (build detritus in the pre-pnpm11 package location): pnpm/ is real source now and must not be ignored. Developers with a stale generated pnpm/ dir should delete it before checking out this change.
1.7 KiB
Contributing to pnpr
pnpr/ is not MIT-licensed like the rest of this monorepo — it is
source-available under the PolyForm Shield License 1.0.0.
Contributions to this directory are therefore accepted under different terms
than the MIT parts of the repository.
Contribution terms
By submitting a contribution to this directory — a pull request, patch, or any other code, documentation, or material — you agree that:
-
Inbound license. Your contribution is provided under the same PolyForm Shield License 1.0.0 that governs this directory.
-
Relicensing grant. You also grant Zoltan Kochan (the licensor) a perpetual, worldwide, non-exclusive, irrevocable, and royalty-free license — including the right to sublicense — to use, reproduce, modify, distribute, and relicense your contribution under any terms, including other source-available, open-source, or proprietary/commercial licenses. This lets the licensor change the license of these components in the future (for example, relaxing to a more permissive source-available license, or offering a separate commercial license) without seeking per-contributor consent.
-
Right to grant. You represent that each contribution is your original work, or that you otherwise have the right to submit it under these terms, and that submitting it does not violate any other party's rights.
If you do not agree to these terms, please do not submit contributions to this directory.
Development
For setup, code style, tests, and workflow, follow
AGENTS.md and the pacquet contributing guide at
../pnpm/CONTRIBUTING.md.