const char *crystfel_version_string() { return "${CRYSTFEL_VERSION}"; } const char *crystfel_licence_string() { return "License GPLv3+: GNU GPL version 3 or later" \ " .\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\n" \ "Written by Thomas White and others."; }