From 8c8c654a32069e246560b18f351083ab7ce104d3 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Fri, 31 Oct 2025 11:50:45 +0100 Subject: [PATCH] docs(spec): update acknowledgments and license section --- SPEC.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/SPEC.md b/SPEC.md index e59f258..a10e200 100644 --- a/SPEC.md +++ b/SPEC.md @@ -672,8 +672,17 @@ This profile captures the most common, memory-friendly rules. ## 24. Acknowledgments and License -- Credits: Author and contributors; ports in other languages (Elixir, PHP, Python, Ruby, Java, .NET, Swift, Go). -- License: MIT (see repository for details). +### Author + +This specification was created and is maintained by Johann Schopplich, who also maintains the reference TypeScript/JavaScript implementation. + +### Community Implementations + +Implementations of TOON in other languages have been created by community members. For a complete list with repository links and maintainer information, see the [Other Implementations](https://github.com/johannschopplich/toon#other-implementations) section of the README. + +### License + +This specification and reference implementation are released under the MIT License (see repository for details). ---