From e6d5b436cde4f39f1d0a94c5dd82c5aec2c1d405 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 22 Oct 2002 14:14:40 +0000 Subject: [PATCH] Copyright string converted to formatted copyright string. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@198 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/src/jtag.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jtag/src/jtag.c b/jtag/src/jtag.c index ad5c1f84..98af73a2 100644 --- a/jtag/src/jtag.c +++ b/jtag/src/jtag.c @@ -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()) {