diff options
author | Konstantin <ria.freelander@gmail.com> | 2018-03-08 03:24:07 +0300 |
---|---|---|
committer | Konstantin <ria.freelander@gmail.com> | 2018-03-08 03:24:07 +0300 |
commit | 15cec2c52a41998bc1625aab07e346776c6f9cec (patch) | |
tree | 1b825cfb1bbbac3d7913119ccfae9a7f175b60e5 | |
parent | 8728f6616bf69a8afa33e989b13ba9778b851d01 (diff) | |
download | musl-locales-15cec2c52a41998bc1625aab07e346776c6f9cec.tar.gz musl-locales-15cec2c52a41998bc1625aab07e346776c6f9cec.tar.bz2 musl-locales-15cec2c52a41998bc1625aab07e346776c6f9cec.tar.xz musl-locales-15cec2c52a41998bc1625aab07e346776c6f9cec.zip |
README: Note about mixed license. Fixes #5
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -13,3 +13,8 @@ English and Russian included, also .pot file. - CMake backend provider (make or ninja) *For alpine, you can use this command:* ```apk add --update cmake make musl-dev gcc gettext-dev libintl``` + +##License + +All translations and scripts uses [MIT](LICENSE.MIT) +Source files for `/usr/bin/locale` uses [LGPL](LICENSE) |