From 365aac2900db276b8aaaca467938f1f89fde59b4 Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Mon, 21 Aug 2023 14:11:29 +0100 Subject: [PATCH] chore: Update license field following SPDX 2.1 license expression standard (#168) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5abd667..d794ff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "Head, but for CSV files and with color" edition = "2021" keywords = ["csv", "tv", "csv-viewer", "csv-pretty-print", "csv-cat"] -license = "Unlicense/MIT" +license = "Unlicense OR MIT" name = "tidy-viewer" readme = "README.md" repository = "https://github.com/alexhallam/tv"