-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
74 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Terms of Service | ||
|
||
## Acceptance of Terms | ||
|
||
By using the TQL app, you agree to the terms of service covered here, the MIT | ||
license (see below) and [Privacy Policy](Privacy-policy.md). These three | ||
documents constitute the entire agreement between the TQL team and the users. | ||
|
||
## Description of Service | ||
|
||
The purpose of the TQL app is to provide the user with advanced search | ||
capabilities using APIs the user provides access to. Search features are | ||
implemented using plugins. The app allows the user to install third party | ||
plugins ("unverified"). These plugins are not covered by this Terms of Service. | ||
When you install a third party plugin, you are notified in the app that you are | ||
doing so. Using these plugins is at your own risk and the TQL team is not | ||
responsible for any issues that arise from using these. | ||
|
||
## User Responsibilities | ||
|
||
It's the users responsibility to take care of their data. The TQL app itself | ||
handles the users data with care. No data or credentials are ever made available | ||
to the TQL team. The only way this data leaves the users device is to | ||
authenticate with services the user has configured (e.g. account credentials to | ||
authenticate with a service), or to backup providers like Google Drive. If you | ||
decide to copy any data yourself, e.g. as part of a support ticket or for any | ||
other reasons, it's your responsibility that this is done responsibly. | ||
|
||
## License | ||
|
||
```text | ||
MIT License | ||
Copyright (c) 2023 Pieter van Ginkel | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
``` | ||
|
||
## Governing Law | ||
|
||
This Terms of Service is governed by Dutch law. | ||
|
||
## Amendments to Terms of Service | ||
|
||
The Terms of Service can be updated if deemed necessary. You will be notified of | ||
this in the app using an in-app notification. This notification will link to the | ||
current version of the Terms of Service. | ||
|
||
## Severability and Waiver | ||
|
||
If any part of the Terms of Service is found to be unenforceable, the rest of | ||
the document still remains in effect. Failure to enforce any part of the Terms | ||
of Service does not constitute a waiver of those terms. | ||
|
||
## Contact Information | ||
|
||
You can reach out to [email protected] for queries regarding this document. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters