mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-09-01 00:00:11 +02:00
Clarify license as MIT (#216)
The intent of the license was to dual license MIT & Apache 2.0. However, the messaging was copy / pasted from rust-lang. Clarify the license as exclusively MIT. Fixes #215
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
name = "bytes"
|
||||
version = "0.4.8" # don't forget to update html_root_url
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT"
|
||||
authors = ["Carl Lerche <[email protected]>"]
|
||||
description = "Types and traits for working with bytes"
|
||||
documentation = "https://carllerche.github.io/bytes/bytes"
|
||||
|
||||
Reference in New Issue
Block a user