more boilerplate

This commit is contained in:
IOhannes m zmölnig 2024-12-16 17:39:19 +01:00
parent d2bb6cda09
commit a3109e59f1

View file

@ -2052,7 +2052,11 @@ void comport_setup(void)
null_tv.tv_sec = 0; /* no wait */
null_tv.tv_usec = 0;
#endif /* NOT _WIN32 */
logpost(0, PD_DEBUG, "comport - Pd external for unix/windows\n"
"LGPL-2.1+ 1998-2022, Winfried Ritsch and others (see LICENSE.txt)\n"
"Institute of Electronic Music - Graz");
logpost(0, PD_DEBUG, "comport - access the serial port from within Pd\n"
#ifdef VERSION
" version : " VERSION "\n"
#endif
" license : LGPL-2.1+\n"
" copyright: 1998-2024, Winfried Ritsch and others (see LICENSE.txt)\n"
" Institute of Electronic Music - Graz");
}