From 5f1a04597e4a804c9ee33e6d20d7110eb25e615d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 10 Aug 2024 16:09:17 +0200 Subject: [PATCH] Added author to README. --- checkpw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/checkpw.c b/checkpw.c index dfcbb7e..071f742 100644 --- a/checkpw.c +++ b/checkpw.c @@ -13,6 +13,7 @@ * * Returns 0 on success, 1 otherwise. * + * Author: Johannes Findeisen * License: MIT (see LICENSE) */