lichess-org / lila-openingexplorer

Opening explorer for lichess.org that can handle all the variants and trillions of unique positions
http://lichess.org/analysis#explorer
GNU Affero General Public License v3.0
135 stars 34 forks source link

Fix license identifier in Cargo.toml #262

Closed TimJentzsch closed 9 months ago

TimJentzsch commented 9 months ago

Objective

According to the Cargo manifest format, the license in Cargo.toml must be a known license from https://spdx.org/licenses/. The current identifier AGPL-3.0+ is not in that list.

Solution

Change the license identifier to AGPL-3.0-or-later. This is also used in e.g. lila-engine.