Select the types of activity you want to include in your feed.
Relicense to GPL-2.0-or-later
Switch the declared license from GPL-2.0-only to GPL-2.0-or-later across package metadata, docs, and the site footer. The LICENSE file already carries the GPL v2 'or any later version' grant, so its text is unchanged.
···4747- **OAuth only** (no app passwords). Secrets never in the client.
4848- **Don't surprise users**: publishing also creates a Bluesky post — the UI must say so.
4949- Lexicon discipline: prefer optional fields + open unions; treat shipped constraints as
5050- frozen (additions only, else `-v2`). License: **GPL-2.0-only**.
5050+ frozen (additions only, else `-v2`). License: **GPL-2.0-or-later**.
51515252## Commands
5353
+1-1
README.md
···156156157157## License
158158159159-[GPL-2.0-only](./LICENSE) — WordPress/Gutenberg lineage; aligns with the open-source,
159159+[GPL-2.0-or-later](./LICENSE) — WordPress/Gutenberg lineage; aligns with the open-source,
160160your-data-is-yours ethos.
···33 "version": "0.0.0",
44 "private": true,
55 "description": "A standalone long-form writing studio for the AT Protocol.",
66- "license": "GPL-2.0-only",
66+ "license": "GPL-2.0-or-later",
77 "type": "module",
88 "engines": {
99 "node": ">=20"
+1-1
src/pages/index.astro
···65656666 <footer class="footer">
6767 <span>Your words, your account, the open web.</span>
6868- <span class="footer__mark">GPL-2.0 · built with the WordPress block editor</span>
6868+ <span class="footer__mark">GPL-2.0-or-later · built with the WordPress block editor</span>
6969 </footer>
7070 </div>
7171</Base>