From ddd7a1fc1a1939e58664f3ca69b1a041529e9d3c Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Tue, 8 Nov 2022 21:01:01 -0700 Subject: [PATCH] Grammar edit in README and generate-instances-markdown.py docstring. --- README.md | 2 +- generate-instances-markdown.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83180f5..ab2bca8 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,6 @@ optional arguments: # License -The script `generate-instances-json.sh` and the schema file `instances-schema.json` are licensed under [the GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). Almost all of `generate-instances-markdown.py` is licensed under GPL v3.0, with the exception of portions of MIT-licensed code adapted from [Django Countries](https://github.com/SmileyChris/django-countries) which generates a [regional indicator symbol](https://en.wikipedia.org/wiki/Regional_indicator_symbol) for a given [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code; view the source for `generate-instances-markdown.py` for the applicable code along with a copy of the MIT License as it appeared in the Django Countries license at the time the code was adapted. +The script `generate-instances-json.sh` and the schema file `instances-schema.json` are licensed under [the GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). Almost all of `generate-instances-markdown.py` is licensed under GPL v3.0, with the exception of a portion of MIT-licensed code adapted from [Django Countries](https://github.com/SmileyChris/django-countries) which generates a [regional indicator symbol](https://en.wikipedia.org/wiki/Regional_indicator_symbol) for a given [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code; view the source for `generate-instances-markdown.py` for the applicable code along with a copy of the MIT License as it appeared in the Django Countries license at the time the code was adapted. `instances.json`, `instances.md`, and `instances.txt` are released to the public domain. diff --git a/generate-instances-markdown.py b/generate-instances-markdown.py index 5ee6604..dfae5f3 100755 --- a/generate-instances-markdown.py +++ b/generate-instances-markdown.py @@ -10,7 +10,7 @@ This script requires python3 of at least version 3.5. Almost all of this script is licensed under the GNU General Public License, version 3. -Portions of this script, specifically the function `flag()`, are adapted from +A Portion of this script, specifically the function `flag()`, is adapted from Django Countries (https://github.com/SmileyChris/django-countries), licensed under the MIT License. Pursuant to the copyright notice requirement of that license, the full contents of the license agreement as of Nov 5, 2022, are