Update README

This commit is contained in:
arkon 2021-07-31 16:52:32 -04:00
parent d5bf9d33e2
commit e33b11bdf1
1 changed files with 11 additions and 3 deletions

View File

@ -1,19 +1,27 @@
# Extensions inspector
This is a headless fork of [Tachidesk](https://github.com/AriaMoradi/Tachidesk) that is used to inspect Tachiyomi's extension sources.
This is a headless fork of [Tachidesk](https://github.com/Suwayomi/Tachidesk) that is used to inspect (i.e. extract some information from) [Tachiyomi's extension APKs](http://github.com/tachiyomiorg/tachiyomi-extensions).
## Credits
The `AndroidCompat` module was originally developed by [@null-dev](https://github.com/null-dev) for [TachiWeb-Server](https://github.com/Tachiweb/TachiWeb-server) and is licensed under `Apache License Version 2.0`.
Parts of [tachiyomi](https://github.com/tachiyomiorg/tachiyomi) is adopted into this codebase, also licensed under `Apache License Version 2.0`.
Parts of [Tachiyomi](https://github.com/tachiyomiorg/tachiyomi) is adopted into this codebase, also licensed under `Apache License Version 2.0`.
You can obtain a copy of `Apache License Version 2.0` from http://www.apache.org/licenses/LICENSE-2.0
Changes to both codebases is licensed under `MPL v. 2.0` as the rest of this project.
Changes to both codebases is licensed under `MPL 2.0` as the rest of this project.
## License
```
Copyright (C) The Tachiyomi Open Source Project
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
```
```
Copyright (C) Contributors to the Suwayomi project