--- lbbs/include/common.h 2025/05/04 14:54:55 1.19 +++ lbbs/include/common.h 2025/05/06 10:33:26 1.21 @@ -1,16 +1,15 @@ /*************************************************************************** common.h - description ------------------- - begin : Mon Oct 18 2004 - copyright : (C) 2004 by Leaflet - email : leaflet@leafok.com + 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 2 of the License, or * + * the Free Software Foundation; either version 3 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -36,7 +35,7 @@ extern char app_version[256]; #define DATA_WELCOME "data/welcome.txt" #define DATA_REGISTER "data/register.txt" #define DATA_GOODBYE "data/goodbye.txt" -#define DATA_LICENSE "data/license.txt" +#define DATA_LICENSE "LICENSE" #define DATA_COPYRIGHT "data/copyright.txt" #define DATA_LOGIN_ERROR "data/login_error.txt" #define DATA_ACTIVE_BOARD "data/active_board.txt"