From 0669c94d0c38dcb36b24cccd5426dd1d9f729d98 Mon Sep 17 00:00:00 2001 From: iaada Date: Mon, 31 Aug 2026 22:43:40 -0500 Subject: [PATCH] commit --- src/en/specifications/robust-generic-attribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/specifications/robust-generic-attribution.md b/src/en/specifications/robust-generic-attribution.md index 4f43f4bd48..03ac02e4f0 100644 --- a/src/en/specifications/robust-generic-attribution.md +++ b/src/en/specifications/robust-generic-attribution.md @@ -17,7 +17,7 @@ Key | Meaning `files` | An array of filenames (with extensions) that this entry applies to. The filename order is arbitrary. The `*` wildcard glob is supported (i.e. `*.ogg` denotes all OGG files in the directory). `copyright` | The copyright holder and other relevant info. Any disclosure of modifications to comply with certain licenses should also go in this field. `license` | A valid [SPDX License Identifier](https://spdx.org/licenses/) applying to all files within an entry. If a license does not have a valid SPDX identifier, `Custom` may be used but a link to the license should be provided in the `copyright` field. -`source` | A valid URL pointing to a location where the file can be downloaded. If you are the creator of the work and don't have an alternate download location (e.g. bandcamp), provide the link to the pull request that added the file to the game. If this is a derivative work, this should be mentioned in the copyright field. If the file has only been lightly modified, just link to the original file. If the file has been heavily modified, link the modified version but provide links to any original files in the copyright field. +`source` | One or more valid URLs pointing to a location where the file can be downloaded. All URLs must match to all files (don't shove everything into one massive RGA). If you are the creator of the work and don't have an alternate download location (e.g. bandcamp), provide the link to the pull request that added the file to the game. If this is a derivative work, this should be mentioned in the copyright field. If the file has only been lightly modified, just link to the original file. If the file has been heavily modified, provide links to all original sources which went into the creation of the file. ### Example YAML