version.c (global-6.6.4) | : | version.c (global-6.6.5) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
#endif | #endif | |||
#include <stdio.h> | #include <stdio.h> | |||
#ifdef STDC_HEADERS | #ifdef STDC_HEADERS | |||
#include <stdlib.h> | #include <stdlib.h> | |||
#endif | #endif | |||
#ifdef USE_SQLITE3 | #ifdef USE_SQLITE3 | |||
#include "sqlite3.h" | #include "sqlite3.h" | |||
#endif | #endif | |||
#include "version.h" | #include "version.h" | |||
const char *copy = "\ | static const char *copy = "\ | |||
Copyright (c) %s Tama Communications Corporation\n\ | Copyright (c) %s Tama Communications Corporation\n\ | |||
License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html >\n\ | License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html >\n\ | |||
This is free software; you are free to change and redistribute it.\n\ | This is free software; you are free to change and redistribute it.\n\ | |||
There is NO WARRANTY, to the extent permitted by law.\n\ | There is NO WARRANTY, to the extent permitted by law.\n\ | |||
"; | "; | |||
/** | /** | |||
* get_version: get version string. | * get_version: get version string. | |||
*/ | */ | |||
char * | char * | |||
get_version(void) | get_version(void) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |