Copyright string converted to formatted copyright string.

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@198 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 12b2987a29
commit e6d5b436cd

@ -50,11 +50,11 @@ main( void )
parts *ps = NULL;
printf(
PACKAGE_STRING "\n"
"%s\n"
"Copyright (C) 2002 ETC s.r.o.\n"
PACKAGE " is free software, covered by the GNU General Public License, and you are\n"
"%s is free software, covered by the GNU General Public License, and you are\n"
"welcome to change it and/or distribute copies of it under certain conditions.\n"
"There is absolutely no warranty for " PACKAGE ".\n\n"
"There is absolutely no warranty for %s.\n\n", PACKAGE_STRING, PACKAGE, PACKAGE
);
if (!tap_init()) {

Loading…
Cancel
Save