From 002f2a282ae4dfd51161217e3ab3523ea9609820 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 15 Sep 2021 12:37:07 -0700 Subject: [PATCH 1/3] Fix crates.io badge and update link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79e4730..3490128 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This crate provides a smattering of safe wrappers around various parts of the [winapi](https://crates.io/crates/winapi) crate. [![Build status](https://github.com/BurntSushi/winapi-util/workflows/ci/badge.svg)](https://github.com/BurntSushi/winapi-util/actions) -[![](http://meritbadge.herokuapp.com/winapi-util)](https://crates.io/crates/winapi-util) +[![Crates.io](https://img.shields.io/crates/v/winapi-util.svg)](https://crates.io/crates/winapi-util) -Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org). +Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). ### Documentation From cedb63566591f60ff6288ebe3b3fffd5532d59f7 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 8 Nov 2022 19:46:20 -0800 Subject: [PATCH 2/3] Fix capitalization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3490128..56aaf62 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This crate provides a smattering of safe wrappers around various parts of the [winapi](https://crates.io/crates/winapi) crate. [![Build status](https://github.com/BurntSushi/winapi-util/workflows/ci/badge.svg)](https://github.com/BurntSushi/winapi-util/actions) -[![Crates.io](https://img.shields.io/crates/v/winapi-util.svg)](https://crates.io/crates/winapi-util) +[![crates.io](https://img.shields.io/crates/v/winapi-util.svg)](https://crates.io/crates/winapi-util) Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/). From 354c963b19d826736434d579231d0dd3d994eb18 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 20 Dec 2022 15:26:49 -0800 Subject: [PATCH 3/3] Use SPDX license format --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1fb776..c264f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://github.com/BurntSushi/winapi-util" repository = "https://github.com/BurntSushi/winapi-util" readme = "README.md" keywords = ["windows", "winapi", "util", "win"] -license = "Unlicense/MIT" +license = "Unlicense OR MIT" categories = ["os::windows-apis", "external-ffi-bindings"] edition = "2018"