]> git.mar77i.info Git - ga-cli/commitdiff
add license reference to totp.c
authormar77i <mar77i@protonmail.ch>
Sun, 2 Feb 2020 23:27:57 +0000 (00:27 +0100)
committermar77i <mar77i@protonmail.ch>
Sun, 2 Feb 2020 23:27:57 +0000 (00:27 +0100)
totp.c

diff --git a/totp.c b/totp.c
index 3663d87064f94d351d7b6adc6dd30a90204b3c72..0475c893fdc0754dae2800f045a80f28b67e9330 100644 (file)
--- a/totp.c
+++ b/totp.c
@@ -1,5 +1,11 @@
 
-// totp.c
+/* totp.c
+ *
+ * Copyright (c) 2017, mar77i <mar77i at protonmail dot ch>
+ *
+ * This software may be modified and distributed under the terms
+ * of the ISC license.  See the LICENSE file for details.
+ */
 
 #include <ctype.h>
 #include <inttypes.h>