Initial release — ATK Android Toolkit v1.0.0
This commit is contained in:
commit
f45c0991c5
53 changed files with 10445 additions and 0 deletions
60
LICENSE
Normal file
60
LICENSE
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||
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.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
them if you wish), that you receive source code or you can get it if you
|
||||
want it, that you can change the software or use pieces of it in new
|
||||
free programs, and that you know you can do these rights.
|
||||
|
||||
To protect your rights, we need to prevent others from denying you
|
||||
these rights or asking you to surrender the rights. Therefore, you have
|
||||
certain responsibilities if you distribute copies of the software, or if
|
||||
you modify it: responsibilities to respect the freedom of others.
|
||||
|
||||
For the full license text see: https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
ATK (Android Toolkit)
|
||||
Copyright (C) 2025 jegly (https://github.com/jegly)
|
||||
|
||||
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.
|
||||
|
||||
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/>.
|
||||
|
||||
---
|
||||
|
||||
THIRD-PARTY ATTRIBUTIONS
|
||||
|
||||
Universal Android Debloater (UAD-ng)
|
||||
Package database (uad_lists.json) used under GPL-3.0
|
||||
Copyright (C) Universal-Debloater-Alliance
|
||||
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation
|
||||
|
||||
Wails v2
|
||||
GUI framework used under MIT License
|
||||
Copyright (C) Lea Anthony
|
||||
https://github.com/wailsapp/wails
|
||||
|
||||
PixelFlasher
|
||||
Flash sequence logic studied and independently reimplemented
|
||||
Original: Copyright (C) Badabing2005, AGPL-3.0
|
||||
https://github.com/badabing2005/PixelFlasher
|
||||
Loading…
Add table
Add a link
Reference in a new issue