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/list-devices.rs | 2 +- examples/otp.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/list-devices.rs b/examples/list-devices.rs index 9c14533..47fa054 100644 --- a/examples/list-devices.rs +++ b/examples/list-devices.rs @@ -1,5 +1,5 @@ // Copyright (C) 2020 Robin Krahl -// SPDX-License-Identifier: CC-0 +// SPDX-License-Identifier: CC0-1.0 //! Enumerates all connected Nitrokey devices and prints some information about them. 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