From 7662f028360370f0e4f3bd3770965e39c1458ae1 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Thu, 13 Jan 2022 23:52:24 +0800 Subject: feat: Add some useful output in log Signed-off-by: KunoiSayami --- src/database.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/database.rs') diff --git a/src/database.rs b/src/database.rs index 5854e81..5ea93c4 100644 --- a/src/database.rs +++ b/src/database.rs @@ -1,8 +1,5 @@ /* - ** Copyright (C) 2021 KunoiSayami - ** - ** This file is part of cgit-simple-authentication and is released under - ** the AGPL v3 License: https://www.gnu.org/licenses/agpl-3.0.txt + ** Copyright (C) 2021-2022 KunoiSayami ** ** This program is free software: you can redistribute it and/or modify ** it under the terms of the GNU Affero General Public License as published by -- cgit v1.3.1