From c7b7f6ac43bffd494d1af93a0e836d9655a04846 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 5 May 2026 12:14:19 -0500 Subject: chore: replace apple.jpg with public-domain USDA illustration (upstream #34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previously-bundled apple.jpg had unclear redistribution rights — flagged in upstream issue #34 as a blocker for clean MELPA hosting and downstream packaging. Replaced with USDA 2026 Apple from the U.S. Department of Health and Human Services' Dietary Guidelines for Americans 2025-2030, sourced from Wikimedia Commons. Public domain under 17 USC §105 (work of the U.S. federal government), no attribution required. Source PNG resized to 298x348 (matching the original's footprint) and flattened to a white-background JPEG so the existing spanish.org and robot/spanish-robot.org file: links keep working without modification. Documented the bundled-content provenance in assets/README.md alongside the made-for-emacs-badge.svg. --- apple.jpg | Bin 10700 -> 11337 bytes assets/README.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 assets/README.md diff --git a/apple.jpg b/apple.jpg index 2339084..d1b0fb9 100644 Binary files a/apple.jpg and b/apple.jpg differ diff --git a/assets/README.md b/assets/README.md new file mode 100644 index 0000000..ade3122 --- /dev/null +++ b/assets/README.md @@ -0,0 +1,19 @@ +# assets/ + +Third-party content bundled with the project, with license information for each item. + +## made-for-emacs-badge.svg + +Source: copied from [emacs-wttrin](https://github.com/cjennings/emacs-wttrin)'s `assets/` directory. +License: GPL-3.0-or-later (matches this repo). +Use: README badge linking to . + +## ../apple.jpg + +Source: derived from [USDA 2026 Apple](https://commons.wikimedia.org/wiki/File:USDA_2026_Apple.png) on Wikimedia Commons. +Author: U.S. Department of Health and Human Services (Dietary Guidelines for Americans 2025–2030). +License: Public domain — work of the U.S. federal government, 17 USC §105. +Modifications: resized to 298×348 and flattened to a white background JPEG. +Use: bundled illustration in `spanish.org` and `robot/spanish-robot.org` as a picture-prompt for the word "apple" / "manzana". + +The original `apple.jpg` previously bundled in this repo had unclear redistribution rights (upstream issue #34) and has been replaced with the USDA public-domain illustration. -- cgit v1.2.3