Skip to content

Commit c4ddb09

Browse files
committed
Dual-license documentation under CC BY 4.0, code stays MIT
1 parent e7b4b4e commit c4ddb09

5 files changed

Lines changed: 42 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and
66

77
---
88

9+
## [3.4.1] — 2026-07-12
10+
11+
Licensing hygiene: made the implicit code/content split explicit.
12+
13+
### Added
14+
15+
- **`LICENSE-docs`** — the documentation (README, CHANGELOG, everything under `docs/`) is now explicitly **CC BY 4.0**: share and adapt freely, with credit to "Qifeng Huang (ookyet)" and a link back to the repository. Code, workflows, and the copy-paste JSON-LD templates in `examples/` stay **MIT**, so nothing a reader drops into their own site ever owes attribution.
16+
17+
### Changed
18+
19+
- **`README.md` License section** — documents the split.
20+
- **`docs/faq.md` footer** — license line updated; stale "Last updated 2025-10-06" stamp refreshed.
21+
22+
---
23+
924
## [3.4.0] — 2026-07-12
1025

1126
Ported the corpus-supply execution lessons from the reference implementation's Jul 8–12 field window: authored content mounted on an existing anchor, and the off-site display-name question settled by deploying profiles across five surfaces in one day.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors:
1414
alias: ookyet
1515
orcid: "https://orcid.org/0009-0005-1400-7291"
1616
website: "https://ookyet.com"
17-
version: "3.4.0"
17+
version: "3.4.1"
1818
date-released: "2026-07-12"
1919
repository-code: "https://github.com/ookyet/web3-identity-seo"
2020
url: "https://ookyet.com/proof/"

LICENSE-docs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Documentation License — CC BY 4.0
2+
3+
Copyright (c) 2025-2026 Qifeng Huang (ookyet)
4+
5+
The documentation in this repository — README.md, CHANGELOG.md, and the
6+
Markdown files under docs/ — is licensed under the Creative Commons
7+
Attribution 4.0 International License (CC BY 4.0).
8+
9+
You are free to share and adapt this material for any purpose, including
10+
commercially, provided you give appropriate credit:
11+
12+
- Name the author: "Qifeng Huang (ookyet)"
13+
- Link to the source: https://github.com/ookyet/web3-identity-seo
14+
- Indicate if changes were made
15+
16+
Full license text: https://creativecommons.org/licenses/by/4.0/legalcode
17+
Human-readable summary: https://creativecommons.org/licenses/by/4.0/
18+
19+
Code — the contents of scripts/, .github/, and the copy-paste JSON-LD
20+
templates under examples/ — remains under the MIT License (see LICENSE),
21+
so snippets can be dropped into your own site with no attribution
22+
requirement.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,8 @@ chmod +x .githooks/commit-msg scripts/commit-message-guard.sh
359359

360360
## License
361361

362-
MIT License.
362+
- **Code**`scripts/`, `.github/`, and the copy-paste JSON-LD templates in `examples/`: [MIT](LICENSE). Drop them into your own site freely; no attribution required.
363+
- **Documentation** — README, CHANGELOG, and everything under `docs/`: [CC BY 4.0](LICENSE-docs). Share and adapt freely, with credit to **Qifeng Huang (ookyet)** and a link back to this repository.
363364

364365
## Disclaimer
365366

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,6 @@ Growing! Join:
612612

613613
---
614614

615-
**Last updated**: 2025-10-06
615+
**Last updated**: 2026-07-12
616616
**Project**: Web3 Identity SEO
617-
**License**: MIT
617+
**License**: MIT (code) · CC BY 4.0 (documentation)

0 commit comments

Comments
 (0)