--- lbbs/src/bbs_main.c 2025/11/02 08:13:50 1.96 +++ lbbs/src/bbs_main.c 2025/11/04 13:49:51 1.97 @@ -1,18 +1,10 @@ -/*************************************************************************** - bbs_main.c - description - ------------------- - Copyright : (C) 2004-2025 by Leaflet - Email : leaflet@leafok.com - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * bbs_main + * - entry and major procedures of user interactive access + * + * Copyright (C) 2004-2025 by Leaflet + */ #include "article_favor.h" #include "article_view_log.h" @@ -323,7 +315,7 @@ int bbs_main() log_error("article_view_log_load() error\n"); goto cleanup; } - + // Load article view log if (article_view_log_load(BBS_priv.uid, &BBS_article_view_log, 0) < 0) {