From 122fdf1edeb080d13ea1714836b0c88c5f52bc2b Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 25 Jun 2021 18:39:04 -0500 Subject: [PATCH] update license --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27ed75c..ee2844b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.3.0" authors = ["Michael Zhang "] description = "cli tool for interacting with the freedesktop trashcan" repository = "https://git.sr.ht/~iptq/garbage" -license = "MIT" +license = "GPL3" edition = "2018" [[bin]] diff --git a/README.md b/README.md index 1643732..18b4c47 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ About Author: Michael Zhang -License: MIT +License: GPLv3