From aa74f1e98f978b4b740fe8e076768f3df6f35632 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 14 Jan 2020 18:20:25 +0100 Subject: Fix license identifier in examples/*.rs This patch replaces the invalid license identifier CC-0 with the correct identifier CC0-1.0. --- examples/otp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/otp.rs') diff --git a/examples/otp.rs b/examples/otp.rs index 819de28..f2c6f3c 100644 --- a/examples/otp.rs +++ b/examples/otp.rs @@ -1,5 +1,5 @@ // Copyright (C) 2020 Robin Krahl -// SPDX-License-Identifier: CC-0 +// SPDX-License-Identifier: CC0-1.0 //! Connects to a Nitrokey device, configures an TOTP slot and generates a one-time password from //! it. -- cgit v1.2.1