From 0dfc5e918d475a9694ce64bdc74c473d6097af62 Mon Sep 17 00:00:00 2001 From: Jim Hays Date: Tue, 10 Oct 2023 09:38:59 -0400 Subject: [PATCH] fix: Make license documentation consistent (#2628) --- dictionaries/cs_CZ/README.md | 2 +- dictionaries/de_DE/README.md | 5 ++++- dictionaries/en_AU/README.md | 2 +- dictionaries/en_CA/README.md | 2 +- dictionaries/en_GB-MIT/README.md | 2 +- dictionaries/en_GB/README.md | 2 +- dictionaries/en_US/README.md | 2 +- dictionaries/es_ES/README.md | 5 +++-- dictionaries/nl_NL/README.md | 2 +- dictionaries/pl_PL/README.md | 3 ++- dictionaries/pt_BR/README.md | 2 +- dictionaries/pt_PT/README.md | 2 +- dictionaries/ru_RU/README.md | 2 +- dictionaries/sk_SK/README.md | 2 +- dictionaries/sl_SI/README.md | 2 +- 15 files changed, 21 insertions(+), 16 deletions(-) diff --git a/dictionaries/cs_CZ/README.md b/dictionaries/cs_CZ/README.md index 05477cf6e64..6bd1a22bf97 100644 --- a/dictionaries/cs_CZ/README.md +++ b/dictionaries/cs_CZ/README.md @@ -51,4 +51,4 @@ MIT > Some packages may have other licenses included. -See also: [Czech.txt](Czech.txt) +See also: [Czech.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/cs_CZ/Czech.txt) diff --git a/dictionaries/de_DE/README.md b/dictionaries/de_DE/README.md index 23bdaba3947..28c16bcca9e 100644 --- a/dictionaries/de_DE/README.md +++ b/dictionaries/de_DE/README.md @@ -47,4 +47,7 @@ The Hunspell source for this dictionary can be found: ## License -MIT +GPL-3.0-or-later + +> Some packages may have other licenses included. +> See [src/hunspell/license](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/de_DE/src/hunspell/license) and [src/German_de_DE.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/de_DE/src/German_de_DE.txt) diff --git a/dictionaries/en_AU/README.md b/dictionaries/en_AU/README.md index 97e5917db7a..33a362f2dae 100644 --- a/dictionaries/en_AU/README.md +++ b/dictionaries/en_AU/README.md @@ -48,7 +48,7 @@ npm run build ## Adding Words -Please add any words to [src/additional_words.txt](./src/additional_words.txt) by making a pull request. +Please add any words to [src/additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_AU/src/additional_words.txt) by making a pull request. ## License diff --git a/dictionaries/en_CA/README.md b/dictionaries/en_CA/README.md index 62abc85e01e..13c3ab48d2f 100644 --- a/dictionaries/en_CA/README.md +++ b/dictionaries/en_CA/README.md @@ -48,7 +48,7 @@ npm run build ## Adding Words -Please add any words to [src/additional_words.txt](./src/additional_words.txt) by making a pull request. +Please add any words to [src/additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_CA/src/additional_words.txt) by making a pull request. ## License diff --git a/dictionaries/en_GB-MIT/README.md b/dictionaries/en_GB-MIT/README.md index 3f29257ebed..d775553f10d 100644 --- a/dictionaries/en_GB-MIT/README.md +++ b/dictionaries/en_GB-MIT/README.md @@ -43,7 +43,7 @@ npm run build ## Adding Words -Please add any words to [src/additional_words.txt](./src/additional_words.txt) by making a pull request. +Please add any words to [src/additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB-MIT/src/additional_words.txt) by making a pull request. ## License diff --git a/dictionaries/en_GB/README.md b/dictionaries/en_GB/README.md index 3c617216136..2299b83ce78 100644 --- a/dictionaries/en_GB/README.md +++ b/dictionaries/en_GB/README.md @@ -48,7 +48,7 @@ npm run build ## Adding Words -Please add any words to [src/additional_words.txt](./src/additional_words.txt) by making a pull request. +Please add any words to [src/additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_GB/src/additional_words.txt) by making a pull request. ## License diff --git a/dictionaries/en_US/README.md b/dictionaries/en_US/README.md index 38ca60910eb..e9c0995d21b 100644 --- a/dictionaries/en_US/README.md +++ b/dictionaries/en_US/README.md @@ -52,7 +52,7 @@ npm run build ## Adding Words -Please add any words to [src/additional_words.txt](./src/additional_words.txt) by making a pull request. +Please add any words to [src/additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/en_US/src/additional_words.txt) by making a pull request. ## Resources diff --git a/dictionaries/es_ES/README.md b/dictionaries/es_ES/README.md index 0c9adbeb2fc..8f5207632ad 100644 --- a/dictionaries/es_ES/README.md +++ b/dictionaries/es_ES/README.md @@ -41,7 +41,7 @@ npm run build ## Adding Words -Please add any words to [src/additional_words.txt](./src/additional_words.txt) by making a pull request. +Please add any words to [src/additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/es_ES/src/additional_words.txt) by making a pull request. ## Resources @@ -51,6 +51,7 @@ The Hunspell source for this dictionary can be found: ## License -MIT +GPL-3.0-or-later > Some packages may have other licenses included. +> See [src/hunspell/license](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/src/hunspell/license) diff --git a/dictionaries/nl_NL/README.md b/dictionaries/nl_NL/README.md index b6b5aa8bdab..44a70ac91c6 100644 --- a/dictionaries/nl_NL/README.md +++ b/dictionaries/nl_NL/README.md @@ -44,7 +44,7 @@ npm run build MIT > Some packages may have other licenses included. -> See: Dutch.txt +> See: [hunspell Dutch license](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/nl_NL/src/hunspell/license) ## Resources diff --git a/dictionaries/pl_PL/README.md b/dictionaries/pl_PL/README.md index 55e8cf6e3ad..9e790e7624f 100644 --- a/dictionaries/pl_PL/README.md +++ b/dictionaries/pl_PL/README.md @@ -48,6 +48,7 @@ The Hunspell source for this dictionary can be found in several repositories: ## License -MIT +LGPL-3.0+ > Some packages may have other licenses included. +> See [src/hunspell/license](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/src/hunspell/license) diff --git a/dictionaries/pt_BR/README.md b/dictionaries/pt_BR/README.md index 80f5959d2cf..dc46a3a7478 100644 --- a/dictionaries/pt_BR/README.md +++ b/dictionaries/pt_BR/README.md @@ -41,6 +41,6 @@ npm run build ## License -[GPL-3.0-or-later](./LICENSE) +[GPL-3.0-or-later](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/pt_BR/LICENSE) > Some packages may have other licenses included. diff --git a/dictionaries/pt_PT/README.md b/dictionaries/pt_PT/README.md index 273211bb307..5178f599682 100644 --- a/dictionaries/pt_PT/README.md +++ b/dictionaries/pt_PT/README.md @@ -48,6 +48,6 @@ The Hunspell source for this dictionary can be found: ## License MIT -See: Portuguese-European.txt +See: [Portuguese-European.dic license](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/pt_PT/src/hunspell/LICENSE) > Some packages may have other licenses included. diff --git a/dictionaries/ru_RU/README.md b/dictionaries/ru_RU/README.md index c1ecb139098..05ca57b7c8b 100644 --- a/dictionaries/ru_RU/README.md +++ b/dictionaries/ru_RU/README.md @@ -49,7 +49,7 @@ GPL-3.0-or-later ## Adding Missing Words -Please add words to [additional_words.txt](./src/additional_words.txt) +Please add words to [additional_words.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/src/additional_words.txt) ## Building diff --git a/dictionaries/sk_SK/README.md b/dictionaries/sk_SK/README.md index eede60357ad..30a74a4960d 100644 --- a/dictionaries/sk_SK/README.md +++ b/dictionaries/sk_SK/README.md @@ -54,7 +54,7 @@ MPL v2 See also: - [sk-spell/hunspell-sk](https://github.com/sk-spell/hunspell-sk#readme) -- [Slovak.txt](./Slovak.txt) +- [Slovak.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/src/Slovak.txt) ## Contributors diff --git a/dictionaries/sl_SI/README.md b/dictionaries/sl_SI/README.md index 387636c4f2e..9b13518e3c8 100644 --- a/dictionaries/sl_SI/README.md +++ b/dictionaries/sl_SI/README.md @@ -53,4 +53,4 @@ GNU/LGPL and GNU/GPL > Some packages may have other licenses included. -See also: [README_sl_SI.txt](./src/README_sl_SI.txt) +See also: [README_sl_SI.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/sl_SIsrc/README_sl_SI.txt)