mirror of
https://github.com/redlib-org/redlib-instances.git
synced 2024-11-13 18:06:15 -05:00
Grammar edit in README and generate-instances-markdown.py docstring.
This commit is contained in:
parent
9a391a77e7
commit
ddd7a1fc1a
@ -189,6 +189,6 @@ optional arguments:
|
|||||||
|
|
||||||
# License
|
# 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.
|
`instances.json`, `instances.md`, and `instances.txt` are released to the public domain.
|
||||||
|
@ -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,
|
Almost all of this script is licensed under the GNU General Public License,
|
||||||
version 3.
|
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
|
Django Countries (https://github.com/SmileyChris/django-countries), licensed
|
||||||
under the MIT License. Pursuant to the copyright notice requirement of that
|
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
|
license, the full contents of the license agreement as of Nov 5, 2022, are
|
||||||
|
Loading…
Reference in New Issue
Block a user