diff --git a/README.md b/README.md index df77cf1..3cf318f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A very lightweight wrapper around Vulkan [![Documentation](https://docs.rs/ash/badge.svg)](https://docs.rs/ash) [![Build Status](https://github.com/MaikKlein/ash/workflows/CI/badge.svg)](https://github.com/MaikKlein/ash/actions?workflow=CI) [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE-MIT) -[![LICENSE](https://img.shields.io/badge/license-apache-blue.svg)](LICENSE-APACHE) +[![LICENSE](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE-APACHE) [![Join the chat at https://gitter.im/MaikKlein/ash](https://badges.gitter.im/MaikKlein/ash.svg)](https://gitter.im/MaikKlein/ash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## Overview diff --git a/ash/Cargo.toml b/ash/Cargo.toml index 9148186..0c439ca 100644 --- a/ash/Cargo.toml +++ b/ash/Cargo.toml @@ -3,7 +3,7 @@ name = "ash" version = "0.37.0+1.3.219" authors = ["maik klein "] description = "Vulkan bindings for Rust" -license = "MIT" +license = "MIT OR Apache-2.0" repository = "https://github.com/MaikKlein/ash" readme = "../README.md" keywords = ["vulkan", "graphic"]