From 102a67e5067c9622dd98f78d3d416e048c025df1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Izaguirre?= Date: Tue, 4 Jan 2022 20:19:09 +0100 Subject: [PATCH] #2 Use licence short identifier from https://github.com/spdx/license-list-data/blob/v3.11/licenses.md --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bd8169..2c4a80d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "iz80" version = "0.3.4" authors = ["Ivan Izaguirre "] edition = "2018" -license = "bsd-3-clause" +license = "BSD-3-Clause" description = "Z80 and 8080 emulator" keywords = ["Z80", "8080", "CPM", "emulator"] homepage = "https://github.com/ivanizag/iz80"