From aab71ef82c8a7ad0740f75560afb438480943f0a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko <ignatenko@redhat.com> Date: Mon, 26 Jun 2017 19:33:17 +0200 Subject: [PATCH] reference Apache-2.0 in Cargo.toml (#134) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1b585c..b4eb61f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bytes" version = "0.4.4" -license = "MIT" +license = "MIT/Apache-2.0" authors = ["Carl Lerche <me@carllerche.com>"] description = "Types and traits for working with bytes" documentation = "https://carllerche.github.io/bytes/bytes" -- GitLab