mirror of
https://github.com/undeaDD/FakeWebKit.git
synced 2026-03-11 19:00:22 +01:00
66 lines
2.9 KiB
Markdown
66 lines
2.9 KiB
Markdown
GNU GENERAL PUBLIC LICENSE
|
|
Version 3, 29 June 2007
|
|
|
|
Copyright (C) 2025 DevsForge ( undeaDD )
|
|
Everyone is permitted to copy and distribute verbatim copies
|
|
of this license document, but changing it is not allowed.
|
|
|
|
---
|
|
|
|
### Preamble
|
|
|
|
The GNU General Public License is a free, copyleft license for software and other kinds of works.
|
|
|
|
The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program—to make sure it remains free software for all its users.
|
|
|
|
You can copy, distribute, and modify this software 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.
|
|
|
|
This program 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.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
---
|
|
|
|
### Terms and Conditions
|
|
|
|
1. **Source Code**
|
|
You must make the source code available under this same license when distributing copies or derivative works.
|
|
|
|
2. **Modifications**
|
|
You may modify your copy or copies of the Program or any portion of it, and distribute such modifications under the terms of this License, provided that you also meet all of these conditions:
|
|
- You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
|
|
- You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy.
|
|
|
|
3. **Conveying Non-Source Forms**
|
|
You may distribute the Program in object code or executable form under the terms of Sections 4 and 5 of the GPL.
|
|
|
|
4. **No Warranty**
|
|
There is no warranty for the program, to the extent permitted by applicable law.
|
|
|
|
---
|
|
|
|
### How to Apply These Terms to Your New Programs
|
|
|
|
If you develop a new program and want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.
|
|
|
|
To do so, attach the following notices to the program.
|
|
It is safest to attach them to the start of each source file to convey the exclusion of warranty:
|
|
|
|
---
|
|
|
|
FakeWebKit — tvOS WKWebView wrapper / drop-in replacement
|
|
Copyright (C) 2025 DevsForge ( undeaDD )
|
|
|
|
This program 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.
|
|
|
|
---
|
|
|
|
See <https://www.gnu.org/licenses/gpl-3.0.html> for the full license text.
|