summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnout Engelen <arnouten@bzzt.net>2013-08-20 20:23:23 +0200
committerArnout Engelen <arnouten@bzzt.net>2013-08-20 20:23:23 +0200
commit68fc957f48a436f6555bdb61a15c5c95812f4899 (patch)
tree25a0cb4258fe0ea40cf7b765c435d6deb43bb1d6
parent6bd7bb6d78c861b7ee4bb8471d3e09e326c703a2 (diff)
Update the welcome message to reflect the fact that this version is
distributed under the GNU GPL
-rw-r--r--sfArkXTm.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfArkXTm.cpp b/sfArkXTm.cpp
index 5572910..e2c5c8d 100644
--- a/sfArkXTm.cpp
+++ b/sfArkXTm.cpp
@@ -105,11 +105,11 @@ int main(int argc, char** argv)
{
// Print welcome message...
- printf("======================================================================\n");
+ printf("========================================================================\n");
printf("%s %s ", ThisProg, ThisVersion);
printf("(using sfArkLib version: %d)\n", sfkl_GetVersion());
- printf("copyright (c) 1998-2002 melodymachine.com, free for non-commercial use\n");
- printf("======================================================================\n");
+ printf("copyright (c) 1998-2002 melodymachine.com, distributed under the GNU GPL\n");
+ printf("========================================================================\n");
// Open input and output files...