From 30b3cbcf165f73c8bf9d353116a34ad12df81fd5 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Thu, 28 Jun 2018 12:04:01 -0700 Subject: [PATCH 1/2] added license badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75950ed4..b02ed1ff 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Latest version](https://img.shields.io/crates/v/rand.svg)](https://crates.io/crates/rand) [![Documentation](https://docs.rs/rand/badge.svg)](https://docs.rs/rand) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-lang-nursery/rand#rust-version-requirements) +[![License](https://img.shields.io/crates/l/rand.svg)](https://github.com/rust-lang-nursery/rand#license) A Rust library for random number generation. From a3567eeab68b5cacafbc1404ac3a53a15d43231d Mon Sep 17 00:00:00 2001 From: BC Ko Date: Fri, 29 Jun 2018 06:59:46 -0700 Subject: [PATCH 2/2] added license badge for rand_core --- rand_core/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rand_core/README.md b/rand_core/README.md index 29492224..692cd04f 100644 --- a/rand_core/README.md +++ b/rand_core/README.md @@ -5,6 +5,7 @@ [![Latest version](https://img.shields.io/crates/v/rand_core.svg)](https://crates.io/crates/rand_core) [![Documentation](https://docs.rs/rand_core/badge.svg)](https://docs.rs/rand_core) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.22+-yellow.svg)](https://github.com/rust-lang-nursery/rand#rust-version-requirements) +[![License](https://img.shields.io/crates/l/rand_core.svg)](https://github.com/rust-lang-nursery/rand/tree/master/rand_core#license) Core traits and error types of the [rand] library, plus tools for implementing RNGs.