--- lbbs/src/article_view_log.c 2025/10/24 02:07:01 1.15 +++ lbbs/src/article_view_log.c 2025/11/11 00:28:05 1.18 @@ -1,18 +1,14 @@ -/*************************************************************************** - article_view_log.c - description - ------------------- - Copyright : (C) 2004-2025 by Leaflet - Email : leaflet@leafok.com - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * article_view_log + * - data persistence and query of article view log + * + * Copyright (C) 2004-2025 Leaflet + */ -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "article_view_log.h" #include "common.h"