From 154d8bb97ad75904fe70d7cd21a9897a80f63c8a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 7 Mar 2020 08:20:16 -0800 Subject: [PATCH] Fix logo links --- README.md | 4 ++-- cli/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3abe109..caf6e3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # yubikey-piv.rs @@ -152,7 +152,7 @@ Yubico's [yubico-piv-tool], a C library/CLI program. The original library was licensed under a [2-Clause BSD License][BSDL], which this library inherits as a derived work. -Copyright (c) 2014-2019 Yubico AB, Tony Arcieri +Copyright (c) 2014-2020 Yubico AB, Tony Arcieri All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cli/README.md b/cli/README.md index 1246202..887d1ad 100644 --- a/cli/README.md +++ b/cli/README.md @@ -1,4 +1,4 @@ - + # yubikey-cli.rs