The R Project SVN R

Rev

Rev 71148 | Rev 83446 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71148 Rev 74898
Line 102... Line 102...
102
    strcat(s, "\n"
102
    strcat(s, "\n"
103
	   "R is free software and comes with ABSOLUTELY NO WARRANTY.\n"
103
	   "R is free software and comes with ABSOLUTELY NO WARRANTY.\n"
104
	   "You are welcome to redistribute it under the terms of the\n"
104
	   "You are welcome to redistribute it under the terms of the\n"
105
	   "GNU General Public License versions 2 or 3.\n"
105
	   "GNU General Public License versions 2 or 3.\n"
106
	   "For more information about these matters see\n"
106
	   "For more information about these matters see\n"
107
	   "http://www.gnu.org/licenses/.\n");
107
	   "https://www.gnu.org/licenses/.\n");
108
}
108
}
109
 
109
 
110
void attribute_hidden PrintVersionString(char *s, size_t len)
110
void attribute_hidden PrintVersionString(char *s, size_t len)
111
{
111
{
112
    if(R_SVN_REVISION <= 0) {// 'svn info' failed in ../../Makefile.in
112
    if(R_SVN_REVISION <= 0) {// 'svn info' failed in ../../Makefile.in