From ae95892857b68c4245e7f3beea9c266ceb6a4af2 Mon Sep 17 00:00:00 2001 From: meh Date: Mon, 4 May 2015 17:59:06 +0200 Subject: [PATCH] cargo: change license --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index fe373fe..bf67fd4 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -2,6 +2,6 @@ name = "ffmpeg-sys" version = "2.6.2-1" authors = ["meh. "] -license = "MIT" +license = "WTFPL" description = "FFI bindings to FFmpeg" repository = "https://github.com/meh/rust-ffmpeg-sys"