kivy-chess-board third-party notices
====================================

Chess artwork assets
--------------------

The PNG files in src/kivy_chess_board/assets/ are redistributed artwork
assets generated from SVG output provided by python-chess's chess.svg module.
The chess piece artwork is based on SVG chess pieces by Colin M. L. Burnett
(Wikimedia Commons user Cburnett).

Original piece artwork copyright: Colin M. L. Burnett / Cburnett.

The original piece artwork was published with multiple license options,
including the GNU General Public License version 2 or later, the GNU Free
Documentation License version 1.2 or later, Creative Commons
Attribution-ShareAlike 3.0, and the 3-clause BSD License.

For this package, the artwork assets are redistributed as part of
kivy-chess-board under the GNU General Public License v3.0 or later. The
package modifications are rasterization from SVG to PNG and generation of
board-orientation PNG assets for use by the widget.

Relevant project paths:

- src/kivy_chess_board/assets/*
- tools/make_assets.py
