aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/version.c.cmake.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/version.c.cmake.in b/src/version.c.cmake.in
deleted file mode 100644
index a22b4143..00000000
--- a/src/version.c.cmake.in
+++ /dev/null
@@ -1,13 +0,0 @@
-const char *crystfel_version_string()
-{
- return "${CRYSTFEL_VERSION}";
-}
-
-const char *crystfel_licence_string()
-{
- return "License GPLv3+: GNU GPL version 3 or later" \
- " <http://gnu.org/licenses/gpl.html>.\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.";
-}