Commit fa15c4d5 authored by claes's avatar claes

GPL license

parent 961f6db2
/** /**
* Proview $Id: co_ver.c,v 1.2 2005-09-01 14:57:52 claes Exp $ * Proview $Id: co_ver.c,v 1.3 2005-09-20 13:23:45 claes Exp $
* Copyright (C) 2005 SSAB Oxelösund AB. * Copyright (C) 2005 SSAB Oxelösund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -30,11 +30,21 @@ ver_WriteVersionInfo ( ...@@ -30,11 +30,21 @@ ver_WriteVersionInfo (
char *program char *program
) { ) {
printf("\n PROVIEW/R Version %s for %s on %s\n", pwrv_cPwrVersionStr, printf("\n Proview/R Version %s for %s on %s\n", pwrv_cPwrVersionStr,
pwrv_cOpSys, pwrv_cHardware); pwrv_cOpSys, pwrv_cHardware);
printf(" Copyright © %s by SSAB Oxelösund AB\n", pwrv_cBuildTimeStr); printf(" Copyright © %s by SSAB Oxelösund AB\n\n", pwrv_cBuildTimeStr);
printf("\n %s\n", program); printf(" Proview/R is free software; you can redistribute it and/or\n\
printf("\n Configuration: SMD-%s BMD-%s WB-%s LFF-%s\n\n", modify it under the terms of the GNU General Public License.\n\n\
This program is distributed in the hope that it will be useful\n\
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
GNU General Public License for more details.\n\n");
printf(" %s\n", program);
printf(" Configuration: SMD-%s BMD-%s WB-%s LFF-%s\n\n",
pwrv_cSmdVersionStr, pwrv_cBmdVersionStr, pwrv_cWbdbVersionStr, pwrv_cSmdVersionStr, pwrv_cBmdVersionStr, pwrv_cWbdbVersionStr,
pwrv_cLffVersionStr); pwrv_cLffVersionStr);
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment