--- lbbs/src/common.c 2025/11/17 02:32:42 1.47 +++ lbbs/src/common.c 2025/11/17 04:23:09 1.48 @@ -14,6 +14,11 @@ // Version const char APP_INFO[] = PACKAGE_STRING " build on " __DATE__ " " __TIME__; +const char COPYRIGHT_INFO[] = "Copyright (C) 2004-2025 Leaflet \n" + "This program comes with ABSOLUTELY NO WARRANTY.\n" + "This is free software, and you are welcome to redistribute it \n" + "under certain conditions; see the GNU General Public License \n" + "version 3 for details.\n"; // Enviroment const char CONF_BBSD[] = "conf/bbsd.conf";