Skip to content

Commit

Permalink
Changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudemirovsky committed Nov 2, 2022
1 parent 1c3bf03 commit ca1d878
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# Extensions inspector
# Aniyomi extensions inspector

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).
This is a fork of [tachiyomi-extensions-inspector](https://github.com/tachiyomiorg/tachiyomi-extensions-inspector)(a headless fork of [Tachidesk](https://github.com/Suwayomi/Tachidesk)) that is used to inspect (i.e. extract some information from) [Aniyomi's extension APKs](http://github.com/jmir1/aniyomi-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) and [Aniyomi](https://github.com/jmir1/aniyomi) are adopted into this codebase, both 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 2.0` as the rest of this project.
Changes to these codebases is licensed under `MPL 2.0` as the rest of this project.

## License
```
Copyright (C) The Aniyomi 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) The Tachiyomi Open Source Project
Expand All @@ -28,4 +35,4 @@ Copyright (C) Contributors to the Suwayomi 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/.
```
```

0 comments on commit ca1d878

Please sign in to comment.