From ff106835fa2323f5061dadea676566fda9307e50 Mon Sep 17 00:00:00 2001 From: anilbey Date: Sat, 26 Nov 2022 16:57:03 +0100 Subject: [PATCH] README.md add license badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72b3078..7da7c23 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Rust](https://github.com/anilbey/nwbview/actions/workflows/rust.yml/badge.svg)](https://github.com/anilbey/nwbview/actions/workflows/rust.yml) +[![Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/anilbey/nwbview/blob/master/LICENSE) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) `nwbview` is a software to display the contents of the binary NWB file format. It is written in Rust for high-performance, memory safety and ease of deployment.