diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:01:29 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:01:29 +0100 |
commit | e3cffeefc3dcaaaf2f9142624cb2a1532385bc15 (patch) | |
tree | 2ee59440e9c16d7da7e9e45c51c95fbb62fc9e3b /.gitignore | |
parent | 715bd90ddd5c23d643d1e90540256cd7c2a11da8 (diff) | |
download | nitrokey-rs-e3cffeefc3dcaaaf2f9142624cb2a1532385bc15.tar.gz nitrokey-rs-e3cffeefc3dcaaaf2f9142624cb2a1532385bc15.tar.bz2 |
Comply with version 3.0 of the REUSE specification
To comply with the new version 3.0 of the REUSE specification, we have
to add a copyright header to the .gitignore file and move the LICENSE
file to LICENSES/MIT.txt.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ - +# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org> +# SPDX-License-Identifier: MIT /target /nitrokey-sys/target **/*.rs.bk |