# Third-party notices

This site is an unofficial, non-commercial fan project. It is not affiliated
with, endorsed by, or sponsored by Nintendo, Creatures Inc., GAME FREAK inc.,
The Pokémon Company, or Smogon.

## Software licenses (MIT)

The following open-source software is redistributed with or used by this site
under the MIT License. The full MIT license text is reproduced at the bottom
of this file; each project's copyright line follows.

### @smogon/calc (smogon/damage-calc)

Bundled as `assets/smogon-calc.js`. The damage calculation engine behind
calc.pokemonshowdown.com. <https://github.com/smogon/damage-calc>

> Copyright (c) 2013-2025 Honko and other contributors

### pkmn/randbats

Source of the Random Battle set and usage data (`data/stats.json`,
`data/gen9championsrandombattle.json`). <https://github.com/pkmn/randbats>

> Copyright (c) 2020-2024 pkmn contributors

### Pokémon Showdown (smogon/pokemon-showdown)

Source of the pokédex and move data files (`data/pokedex.json`,
`data/moves.json`, served via play.pokemonshowdown.com).
<https://github.com/smogon/pokemon-showdown>

> Copyright (c) 2011-2026 Guangcong Luo and other contributors
> http://pokemonshowdown.com/

## Pokémon intellectual property

Pokémon character names, designs, game mechanics, and sprite artwork are
© 1995–2026 Nintendo / Creatures Inc. / GAME FREAK inc. Pokémon and Pokémon
character names are trademarks of Nintendo. Sprite images are loaded from
Pokémon Showdown's public sprite server (play.pokemonshowdown.com/sprites/)
and are not owned by, licensed to, or redistributed by this project. Some
sprites are fan-made artwork created by contributors to Smogon's Sprite
Project. No claim of ownership is made over any Pokémon intellectual
property, and this project will honor any takedown request from the rights
holders.

## The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
