Fixes regarding CC0 license headers
This commit is contained in:
parent
2fe090286d
commit
bfafd6b964
6 changed files with 6 additions and 12 deletions
1
Makefile
1
Makefile
|
@ -1,5 +1,4 @@
|
||||||
# otpcli - command-line interface for HOTP and TOTP
|
# otpcli - command-line interface for HOTP and TOTP
|
||||||
#
|
|
||||||
# Written in 2020-2021 by Lucas
|
# Written in 2020-2021 by Lucas
|
||||||
#
|
#
|
||||||
# To the extent possible under law, the author(s) have dedicated all
|
# To the extent possible under law, the author(s) have dedicated all
|
||||||
|
|
3
base32.c
3
base32.c
|
@ -1,6 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* otpcli - CLI utility for generating OTPs
|
* otpcli - command-line interface for HOTP and TOTP
|
||||||
*
|
|
||||||
* Written in 2021 by Lucas
|
* Written in 2021 by Lucas
|
||||||
*
|
*
|
||||||
* To the extent possible under law, the author(s) have dedicated all
|
* To the extent possible under law, the author(s) have dedicated all
|
||||||
|
|
3
cli.c
3
cli.c
|
@ -1,6 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* otpcli - CLI utility for generating OTPs
|
* otpcli - command-line interface for HOTP and TOTP
|
||||||
*
|
|
||||||
* Written in 2020-2021 by Lucas
|
* Written in 2020-2021 by Lucas
|
||||||
*
|
*
|
||||||
* To the extent possible under law, the author(s) have dedicated all
|
* To the extent possible under law, the author(s) have dedicated all
|
||||||
|
|
5
otp.c
5
otp.c
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* otpcli - CLI utility for generating OTPs
|
* otpcli - command-line interface for HOTP and TOTP
|
||||||
*
|
* Written in 2020-2021 by Lucas
|
||||||
* Written in 2020 by Lucas
|
|
||||||
*
|
*
|
||||||
* To the extent possible under law, the author(s) have dedicated all
|
* To the extent possible under law, the author(s) have dedicated all
|
||||||
* copyright and related and neighboring rights to this software to the
|
* copyright and related and neighboring rights to this software to the
|
||||||
|
|
5
otp.h
5
otp.h
|
@ -1,7 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* otpcli - CLI utility for generating OTPs
|
* otpcli - command-line interface for HOTP and TOTP
|
||||||
*
|
* Written in 2020-2021 by Lucas
|
||||||
* Written in 2020 by Lucas
|
|
||||||
*
|
*
|
||||||
* To the extent possible under law, the author(s) have dedicated all
|
* To the extent possible under law, the author(s) have dedicated all
|
||||||
* copyright and related and neighboring rights to this software to the
|
* copyright and related and neighboring rights to this software to the
|
||||||
|
|
1
t/lib.sh
1
t/lib.sh
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# otpcli - command-line interface for HOTP and TOTP
|
# otpcli - command-line interface for HOTP and TOTP
|
||||||
#
|
|
||||||
# Written in 2021 by Lucas
|
# Written in 2021 by Lucas
|
||||||
#
|
#
|
||||||
# To the extent possible under law, the author(s) have dedicated all
|
# To the extent possible under law, the author(s) have dedicated all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue