From e2c13d11880cdf2d21696d1d7cdc9c8cffcb813b Mon Sep 17 00:00:00 2001 From: nbouteme Date: Thu, 21 Feb 2019 11:16:38 +0100 Subject: [PATCH] Update license in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 350180d..d0a7096 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Utility to activate escape codes in Windows' CMD and PowerShell" repository = "https://github.com/Phundrak/output-vt100-rs" keywords = ["vt100", "console", "ansi"] readme = "README.md" -license = "GPL-3.0" +license = "MIT" categories = ["development-tools"] [dependencies]