Skip to content

Commit

Permalink
Fix license references in README and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
iredelmeier committed Dec 2, 2019
1 parent 8001239 commit 65702e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/jtescher/opentelemetry-rust"
readme = "README.md"
categories = ["development-tools::debugging"]
keywords = ["opentelemetry", "jaeger", "prometheus"]
license = "MIT"
license = "Apache-2.0"
edition = "2018"

[dependencies]
Expand All @@ -20,4 +20,4 @@ rustracing = "0.2.0"
rustracing_jaeger = "0.2.1"

[dev-dependencies]
hyper = "0.12.0"
hyper = "0.12.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Crates.io: opentelemetry](https://img.shields.io/crates/v/opentelemetry.svg)](https://crates.io/crates/opentelemetry)
[![Documentation](https://docs.rs/opentelemetry/badge.svg)](https://docs.rs/opentelemetry)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)
[![Crates.io](https://img.shields.io/crates/l/opentelemetry)](./LICENSE)

A Rust [OpenTelemetry](https://opentelemetry.io/) client.

Expand Down

0 comments on commit 65702e1

Please sign in to comment.