diff options
Diffstat (limited to 'core/text/i18n/gettext.odin')
| -rw-r--r-- | core/text/i18n/gettext.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/text/i18n/gettext.odin b/core/text/i18n/gettext.odin index 3ac9109ef..a29fdc003 100644 --- a/core/text/i18n/gettext.odin +++ b/core/text/i18n/gettext.odin @@ -3,7 +3,7 @@ package i18n A parser for GNU GetText .MO files. Copyright 2021-2022 Jeroen van Rijn <nom@duclavier.com>. - Made available under Odin's BSD-3 license. + Made available under Odin's license. A from-scratch implementation based after the specification found here: https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html |