This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4,674 additions
and 677 deletions.
- +16 −0 Client.xcodeproj/project.pbxproj
- +3 −0 Client/Application/AppDelegate.swift
- +21 −0 Client/Assets/About/Eula.html
- +4,394 −673 Client/Assets/About/Licenses.html
- +16 −0 Client/Frontend/Browser/AboutHomeHandler.swift
- +37 −4 Cliqz/Services/AppStatus.swift
- +63 −0 Cliqz/Settings/AboutSettingsTableViewController.swift
- +74 −0 Cliqz/Settings/CliqzAppSettingsOptions.swift
- +11 −0 Cliqz/Settings/CliqzAppSettingsTableViewController.swift
- +39 −0 Cliqz/Settings/LocalResourceSetting.swift
| @@ -0,0 +1,21 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
|
|
||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="initial-scale=1.0001, user-scalable=no" /> | ||
| <title>Licenses</title> | ||
| <style> | ||
| body {font-size: 1.0em; font-family: sans-serif; padding: 1em;} | ||
| </style> | ||
| </head> | ||
| <body> | ||
| <h1> | ||
| EULA | ||
| </h1> | ||
| <p> | ||
| The CLIQZ Browser for iOS is built upon the <a href="http://www.mozilla.org">Mozilla open source project</a> and is made available to you under the terms of the <a href="https://www.mozilla.org/en-US/MPL/2.0/">Public License 2.0</a>, a free software license, which gives you the right to run the program for any purpose, to study how it works, to give copies to your friends and to modify it to meet your needs better. There is no separate End User License Agreement (EULA). | ||
| </p> | ||
|
|
||
| </body> | ||
| </html> |
Oops, something went wrong.