From 69f6c29860fed8c55c37d26a3b60374052f02f76 Mon Sep 17 00:00:00 2001 From: abb128 <65567823+abb128@users.noreply.github.com> Date: Tue, 15 Aug 2023 19:44:22 +0300 Subject: [PATCH] Add license --- FTL_LICENSE.md | 39 +++++++++++++++++++++++++++++++++++++++ NOTICE | 3 +++ README.md | 2 +- 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 FTL_LICENSE.md diff --git a/FTL_LICENSE.md b/FTL_LICENSE.md new file mode 100644 index 000000000..a41b2a466 --- /dev/null +++ b/FTL_LICENSE.md @@ -0,0 +1,39 @@ +# FUTO TEMPORARY LICENSE + +## Preamble + +FUTO's mission is to give control of computing back to the people. Our software will always be open and transparent. At the same time we'd like to foster the entrepreneurial spirit of software creators. This temporary license is intended to protect our intellectual property while we work towards a more open and permissive license. This license is subject to be replaced with one that will grant you more rights, not less. + +## License + +This license grants you the rights, and only the rights, set out below in respect of the source code provided. If you take advantage of these rights, you accept this license. If you do not accept the license, do not access the code. + +Words used in the Terms of Service have the same meaning in this license. Where there is any inconsistency between this license and those Terms of Service, these terms prevail. + +### Section 1: Definitions +- "code" means the source code made available from time, in our sole discretion, for access under this license. Reference to code in this license means the code and any part of it and any derivative of it. +- “compilation” means to compile the code from ‘source code’ to ‘machine code’. +- "defect" means a defect, bug, backdoor, security issue or other deficiency in the code. +- “non-commercial distribution” means distribution of the code or any compilation of the code, or of any other application or program containing the code or any compilation of the code, where such distribution is not intended for or directed towards commercial advantage or monetary compensation. +- "review" means to access, analyse, test and otherwise review the code as a reference, for the sole purpose of analysing it for defects. +- "you" means the licensee of rights set out in this license. + +### Section 2: Grant of Rights +1. Subject to the terms of this license, we grant you a non-transferable, non-exclusive, worldwide, royalty-free license to access and use the code solely for the purposes of review, compilation and non-commercial distribution. +2. You may provide the code to anyone else and publish excerpts of it for the purposes of review, compilation and non-commercial distribution, provided that when you do so you make any recipient of the code aware of the terms of this license, they must agree to be bound by the terms of this license and you must attribute the code to the provider. +3. Other than in respect of those parts of the code that were developed by other parties and as specified strictly in accordance with the open source and other licenses under which those parts of the code have been made available, as set out on our website or in those items of code, you are not entitled to use or do anything with the code for any commercial or other purpose, other than review, compilation and non-commercial distribution in accordance with the terms of this license. +4. Subject to the terms of this license, you must at all times comply with and shall be bound by our Terms of Use, Privacy and Data Policy. + +### Section 3: Limitations +1. This license does not grant you any rights to use the provider's name, logo, or trademarks and you must not in any way indicate you are authorised to speak on behalf of the provider. +2. If you issue proceedings in any jurisdiction against the provider because you consider the provider has infringed copyright or any patent right in respect of the code (including any joinder or counterclaim), your license to the code is automatically terminated. +3. THE CODE IS MADE AVAILABLE "AS-IS" AND WITHOUT ANY EXPRESS OR IMPLIED GUARANTEES AS TO FITNESS, MERCHANTABILITY, NON-INFRINGEMENT OR OTHERWISE. IT IS NOT BEING PROVIDED IN TRADE BUT ON A VOLUNTARY BASIS ON OUR PART AND IS NOT MADE AVAILABLE FOR ANY USE OUTSIDE THE TERMS OF THIS LICENSE. ANYONE ACCESSING THE CODE MUST ENSURE THEY HAVE THE REQUISITE EXPERTISE TO SECURE THEIR OWN SYSTEM AND DEVICES AND TO ACCESS AND USE THE CODE IN ACCORDANCE WITH THE TERMS OF THIS LICENSE. YOU BEAR THE RISK OF ACCESSING AND USING THE CODE. IN PARTICULAR, THE PROVIDER BEARS NO LIABILITY FOR ANY INTERFERENCE WITH OR ADVERSE EFFECT ON YOUR SYSTEM OR DEVICES AS A RESULT OF YOUR ACCESSING AND USING THE CODE IN ACCORDANCE WITH THE TERMS OF THIS LICENSE OR OTHERWISE. + +### Section 4: Termination, suspension and variation +1. We may suspend, terminate or vary the terms of this license and any access to the code at any time, without notice, for any reason or no reason, in respect of any licensee, group of licensees or all licensees including as may be applicable any sub-licensees. + +### Section 5: General +1. This license and its interpretation and operation are governed solely by the local law. You agree to submit to the exclusive jurisdiction of the local arbitral tribunals as further described in our Terms of Service and you agree not to raise any jurisdictional issue if we need to enforce an arbitral award or judgment in our jurisdiction or another country. +2. Questions and comments regarding this license are welcomed and should be addressed at https://chat.futo.org/login/. + +Last updated 7 August 2023. \ No newline at end of file diff --git a/NOTICE b/NOTICE index aa325547e..18df6a93f 100644 --- a/NOTICE +++ b/NOTICE @@ -1,3 +1,6 @@ +The license below applies only to the original AOSP keyboard code, which is +up to commit d847619a2b48945465f840b8d81644fa455cc115. + Copyright (c) 2008, The Android Open Source Project diff --git a/README.md b/README.md index 1c3db3a0e..77479f661 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # FUTO Keyboard -The goal is to make a good keyboard that doesn't spy on users. This repository is a fork of [LatinIME (the Android Open-Source Keyboard)](https://android.googlesource.com/platform/packages/inputmethods/LatinIME) +The goal is to make a good keyboard that doesn't spy on users. This repository is a fork of [LatinIME (the Android Open-Source Keyboard)](https://android.googlesource.com/platform/packages/inputmethods/LatinIME). Changes are licensed under [this license](FTL_LICENSE.md) for now. Eventual goals: * Improve upon various aspects of the keyboard, such as theming