diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:02:54 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:02:54 +0100 |
commit | 977151d2e56e63ab15e47155457761d7b76b69fc (patch) | |
tree | 9bb4a899cd4f892e6add9bb15f85a1527561f0c9 /.gitignore | |
parent | e3cffeefc3dcaaaf2f9142624cb2a1532385bc15 (diff) | |
download | nitrokey-rs-977151d2e56e63ab15e47155457761d7b76b69fc.tar.gz nitrokey-rs-977151d2e56e63ab15e47155457761d7b76b69fc.tar.bz2 |
Change license for configuration and documentation to CC0-1.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org> -# SPDX-License-Identifier: MIT +# SPDX-License-Identifier: CC0-1.0 /target /nitrokey-sys/target **/*.rs.bk |