# Third-party notices ## Letterpress English and Spanish word lists The accepted-guess dictionaries in `lib/games/word-puzzle-dictionary-en.ts` and `lib/games/word-puzzle-dictionary-es.ts` are modified, filtered derivatives of the Letterpress Word List by Loren Brichter: https://github.com/lorenbrichter/Words Source files `Words/en.txt` and `Words/es.txt` are pinned at commit `f4976d6a6d34beb431dec8d4b443a138f4dc8bee`. Their canonical source SHA-256 digests are, respectively, `b78af5ad2f66bed4e64fd48334af7d5620a91c45e7a578c084b9b72f9abcd5dd` and `a6e805ab9a56a32e27aa528c2abf022e6594d8dc6001322236560a7a58ee34b4`. The generator normalizes entries to NFC, keeps lowercase entries containing exactly five `a-z` letters for English or `a-z` plus `ñ` for Spanish, removes duplicates, uppercases them, and sorts the output. The Letterpress Word List is dedicated to the public domain under the Creative Commons CC0 1.0 Universal dedication: https://creativecommons.org/publicdomain/zero/1.0/ ## LibreOffice Russian Hunspell dictionary The accepted-guess dictionary in `lib/games/slovo-za-slovo-dictionary.ts` is a modified, filtered derivative of [`LibreOffice/dictionaries`](https://github.com/LibreOffice/dictionaries), source file `ru_RU/ru_RU.dic` at commit `32b006a2c22a4ac7e8ed3f03346f7b3d85a970a4` (canonical source SHA-256 `f6047416a0204adbecf3a451b874ec8a97ee37e2cbc714466ef04d8dbcc0d6fc`). Hunspell flags and non-lowercase entries are removed, and the remaining words are normalized and filtered to exactly five Russian letters. Copyright (c) 1997-2008, Alexander I. Lebedev All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - Modified versions must be clearly marked as such. - The name of Alexander I. Lebedev may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.