Productivity Protocols — licensing
===================================

This library is dual-licensed for maximum diffusion.

1. Protocol prose, templates, examples, web copy, and documentation
   (everything that is not executable software) are released under
   Creative Commons CC0 1.0 Universal (public domain dedication).
   Full text: https://creativecommons.org/publicdomain/zero/1.0/legalcode

2. Scripts, validators, the builder, and other reusable software
   (the *.js tools, and any code under a pack's scripts/ directory)
   are released under the Apache License, Version 2.0.
   Full text: https://www.apache.org/licenses/LICENSE-2.0

SPDX identifiers used across the library:
   content: CC0-1.0
   code:    Apache-2.0

Each protocol pack restates these terms in its own LICENSE file. Test data may
carry source-specific terms; where it does, that is recorded in the pack's
README and MANIFEST. Third-party examples, if any, are redistributed only with an
explicit record of their terms.

Apache-2.0 gives software contributors standard patent and attribution terms;
CC0 keeps the methods themselves as unencumbered public infrastructure. This
mirrors Evidence Press's public-domain approach for content while protecting code
contributors.
