Skip to content

Commit bfefb65

Browse files
committed
add license badge
1 parent 04c13a2 commit bfefb65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RustCrypto: Message Authentication Codes
22

3-
[![Project Chat][chat-image]][chat-link] [![dependency status][deps-image]][deps-link]
3+
[![Project Chat][chat-image]][chat-link] ![Apache2/MIT licensed][license-image] [![dependency status][deps-image]][deps-link]
44

55
Collection of [Message Authentication Code][1] (MAC) algorithms written in pure Rust.
66

@@ -34,6 +34,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
3434

3535
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
3636
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260044-MACs
37+
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
3738
[deps-image]: https://deps.rs/repo/github/RustCrypto/MACs/status.svg
3839
[deps-link]: https://deps.rs/repo/github/RustCrypto/MACs
3940
[msrv-1.41]: https://img.shields.io/badge/rustc-1.41.0+-blue.svg

0 commit comments

Comments
 (0)