From d74158ba3b37c760ebb1d1a655b39893693f5cdf Mon Sep 17 00:00:00 2001 From: Nate Bross Date: Tue, 7 Jul 2026 20:31:21 -0500 Subject: [PATCH] docs: surface vendored FileMaker XML reference attribution in README The canonical reference material under docs/filemaker-xml-canonical/ is vendored from Andrew Kear / Clockwork Creative Technology under CC BY 4.0. The full attribution lived only in that directory's own LICENSE.md; the top-level README had no pointer to it, unlike the existing app-icon credit. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfa4054..928a4e2 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,10 @@ Logs are stored in `${specialfolder:folder=CommonApplicationData}\SharpFM` and r - [FmClipTools](https://github.com/DanShockley/FmClipTools) — AppleScript-based clipboard utilities (macOS only). - [Generator](https://github.com/proofgeist/generator) — FileMaker-based code generator. -## App Icon +## Attribution ![Sharp FM](src/SharpFM/Assets/noun-sharp-teeth-monster-4226695.small.png) -sharp teeth monster by Kanyanee Watanajitkasem from [Noun Project](https://thenounproject.com/browse/icons/term/sharp-teeth-monster/) (CC BY 3.0) +App icon: sharp teeth monster by Kanyanee Watanajitkasem from [Noun Project](https://thenounproject.com/browse/icons/term/sharp-teeth-monster/) (CC BY 3.0) + +The FileMaker XML canonical reference material vendored under [`docs/filemaker-xml-canonical/`](docs/filemaker-xml-canonical) is from Andrew Kear / Clockwork Creative Technology's [FileMaker XML Snippet Claude Skill](https://github.com/andykear/FileMaker-XMLsnippet-Claude-Skill/blob/main/README.md) and [Clockwork Inspector](https://github.com/andykear/FileMaker-XML-inspector-open-source/blob/main/README.md), both licensed under the authors' repos' CC BY 4.0 terms. Full attribution details are in [`docs/filemaker-xml-canonical/LICENSE.md`](docs/filemaker-xml-canonical/LICENSE.md).