diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +Kelar Keyboard +============== + +Kelar Keyboard is an input method for Android-based devices aiming to +provide enhancements over the long-neglected [AOSP LatinIME] keyboard +on which it was based, while respecting your freedom and privacy. + +License +------- + +Kelar Keyboard is [free software]: you can redistribute it and/or +modify it under the terms of the GNU General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +Kelar Keyboard is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +A copy of the GNU General Public License is available in the +[COPYING](COPYING) file at the project root near this README. + +Note: Kelar Keyboard is a derivative/fork of AOSP LatinIME, which is +Copyright (c) 2014 The Android Open Source Project, and released +under the Apache License, Version 2.0. Except where otherwise noted, +Kelar Keyboard's changes and additions beyond AOSP LatinIME are +released under the GNU GPLv3+ license, per the above notice. + + +[AOSP LatinIME]: https://android.googlesource.com/platform/packages/inputmethods/LatinIME/ +[free software]: https://www.gnu.org/philosophy/free-sw.html |