diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 18:20:25 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-01-14 18:20:25 +0100 |
commit | aa74f1e98f978b4b740fe8e076768f3df6f35632 (patch) | |
tree | aea04f1bfcee668e7936469f116adf4b117bfd00 | |
parent | f9178f61f01957aa8e5d8277132d01f35f5762fb (diff) | |
download | nitrokey-rs-aa74f1e98f978b4b740fe8e076768f3df6f35632.tar.gz nitrokey-rs-aa74f1e98f978b4b740fe8e076768f3df6f35632.tar.bz2 |
Fix license identifier in examples/*.rs
This patch replaces the invalid license identifier CC-0 with the correct
identifier CC0-1.0.
-rw-r--r-- | examples/list-devices.rs | 2 | ||||
-rw-r--r-- | 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 <robin.krahl@ireas.org> -// 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 <robin.krahl@ireas.org> -// 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. |