# Third-party assets

Every bundled asset in this package that someone else owns. Fonts are covered
separately in [`fonts/NOTICE.md`](fonts/NOTICE.md) and are not repeated here.

---

## Partner logos

`cashloop-admin-panel/storage/app/public/providers/` ships eight PNGs, one per
partner seeded by `database/seeders/ProviderSeeder.php`. They are published in
the admin panel and in the app's partner list.

| File | Mark | Owner |
|---|---|---|
| `providers/cpalead.png` | CPAlead | CPAlead LLC |
| `providers/torox.png` | Torox | Torox |
| `providers/ayet.png` | ayeT-Studios | ayeT-Studios GmbH |
| `providers/bitlabs.png` | BitLabs | BitLabs GmbH (Prodege) |
| `providers/revu.png` | Revenue Universe | Revenue Universe |
| `providers/mmwall.png` | MM Wall | Monlix / MM Wall |
| `providers/digital_turbine.png` | Digital Turbine | Digital Turbine, Inc. |
| `providers/mychips.png` | MyChips | MyChips |

These are the partners' registered trademarks. They are included so that a fresh
install is not full of broken images, and they are used **nominatively** — to
name the partner whose offerwall the user is about to open. Nothing here
transfers any right in the marks, and none of these companies endorses or
sponsors this software.

Each partner publishes its own brand guidelines as part of its publisher
agreement. **Before you go live**, sign up with the partners you actually intend
to run, read their brand terms, and replace or remove any logo whose use is not
covered. To drop one, clear its logo in `/admin/providers` (which nulls
`logo_path`) and delete the PNG; the panel and the app then show the provider
name alone. Partners you never enable should simply be deactivated on the same
screen, which takes their logo out of the app too.

`app/src/main/res/drawable/facebook.png` and `twitter.png` are the Meta and X
sign-in / share marks and carry the same caveat: they are subject to the Meta
and X brand guidelines, which change without notice. Check them before shipping.

## Lottie animations

`app/src/main/res/raw/` ships two animations:

| File | Used by |
|---|---|
| `loading_1.json` | `SplashScreen.kt` — the first-launch loading indicator |
| `animation_1726644495221.json` | `RewardLottieAnimation.kt` — the reward celebration |

Both were obtained from LottieFiles' free catalogue and carry no author metadata
in the JSON. Free LottieFiles assets are generally usable in a commercial
product, but the licence is set per asset by its author and can require
attribution.

**We cannot pass a redistribution right to you for these two files, and this
package does not claim one.** If your use needs a clean chain of title — and for
a product you resell, it does — replace both with animations you own or have
licensed. Swapping them is a one-file job each: drop the new JSON into
`res/raw/` and update the `R.raw.…` reference at `SplashScreen.kt:39` and
`RewardLottieAnimation.kt:25`.

## Payout brand images

**None are bundled.** `public/image/payment-providers/` and
`public/image/cashout-category/` ship empty on purpose. Cashout methods are
seeded by `CashoutSeeder.php` with names only, and the panel renders a text
label when no image is present.

If you add PayPal, Visa, Amazon, Google Play or similar marks yourself, note
that their brand guidelines generally do **not** permit redistribution inside a
product that others rebrand and resell. Each is a trademark of its owner and
your right to display it comes from that owner's brand terms, not from this
package.

## App icon and in-app artwork

`res/mipmap-*/ic_launcher*`, `res/drawable/app_icon.png`, `ic_logo.png`,
`logo_big.png`, `coin.png`, `fire.png`, `heart_icon.png`, `premium.png`,
`refer.png`, `daily.png` and `search.png` are original to this product and are
covered by the commercial licence of the package itself. You may modify and
rebrand them freely; you may not resell them as a standalone asset pack.

## Open-source libraries

Gradle and Composer dependencies are fetched at build time, are not
redistributed as source in this package, and carry their own licences. The
Android list is `gradle/libs.versions.toml`; for the panel, run
`composer licenses`.
