aboutsummaryrefslogtreecommitdiff
path: root/lib/_hunspell/compound_pattern.go
AgeCommit message (Collapse)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
With help of spdxconv tool [1], we able to bulk update all files license and copyright format to comply with SPDX formats. [1] https://kilabit.info/project/spdxconv/
2025-01-25lib/hunspell: rename the package to "_hunspell"Shulhan
The hunspell is still in progress and we did not have time to continue it, so we rename it to _hunspell to prevent it being checked by linters or being imported.