--- lbbs/src/test_file_loader.c 2025/06/21 02:15:18 1.9 +++ lbbs/src/test_file_loader.c 2025/11/04 14:58:56 1.11 @@ -1,18 +1,10 @@ -/*************************************************************************** - test_file_loader.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 */ +/* + * test_file_loader + * - tester for shared memory based file loader + * + * Copyright (C) 2004-2025 Leaflet + */ #include "file_loader.h" #include "log.h"