From 865faae9c5823a0ba6460d82b04dae8aed0a25db Mon Sep 17 00:00:00 2001 From: Julian Gaal Date: Tue, 16 Apr 2019 00:46:10 +0200 Subject: [PATCH] MIT license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd06a9e..d00fb95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Platform agnostic driver for MPU6050 6-axis IMU" repository = "https://github.com/juliangaal/mpu6050" readme = "README.md" keywords = ["mpu6050", "imu", "embedded"] -license = "The Unlicense" +license = "MIT" [dependencies] i2cdev = "0.4.1"