Fixes regarding CC0 license headers

This commit is contained in:
Lucas 2021-02-12 23:05:40 +00:00
parent 2fe090286d
commit bfafd6b964
6 changed files with 6 additions and 12 deletions

View File

@ -1,5 +1,4 @@
# otpcli - command-line interface for HOTP and TOTP
#
# Written in 2020-2021 by Lucas
#
# To the extent possible under law, the author(s) have dedicated all

View File

@ -1,6 +1,5 @@
/*
* otpcli - CLI utility for generating OTPs
*
* otpcli - command-line interface for HOTP and TOTP
* Written in 2021 by Lucas
*
* To the extent possible under law, the author(s) have dedicated all

3
cli.c
View File

@ -1,6 +1,5 @@
/*
* otpcli - CLI utility for generating OTPs
*
* otpcli - command-line interface for HOTP and TOTP
* Written in 2020-2021 by Lucas
*
* To the extent possible under law, the author(s) have dedicated all

5
otp.c
View File

@ -1,7 +1,6 @@
/*
* otpcli - CLI utility for generating OTPs
*
* Written in 2020 by Lucas
* otpcli - command-line interface for HOTP and TOTP
* Written in 2020-2021 by Lucas
*
* To the extent possible under law, the author(s) have dedicated all
* copyright and related and neighboring rights to this software to the

5
otp.h
View File

@ -1,7 +1,6 @@
/*
* otpcli - CLI utility for generating OTPs
*
* Written in 2020 by Lucas
* otpcli - command-line interface for HOTP and TOTP
* Written in 2020-2021 by Lucas
*
* To the extent possible under law, the author(s) have dedicated all
* copyright and related and neighboring rights to this software to the

View File

@ -1,6 +1,5 @@
#!/bin/sh
# otpcli - command-line interface for HOTP and TOTP
#
# Written in 2021 by Lucas
#
# To the extent possible under law, the author(s) have dedicated all