aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-21 08:59:52 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-21 08:59:52 +0000
commitc9b702ba1af50d483d5cd8048bb808a2f577e6b8 (patch)
tree7902e04f919aedffa340a284a670ed1324f7526b /version_info.h
parent8aca1c1c529878989aebfe6c1d3f9c5e0c8dc531 (diff)
Provide not only copyright information, but a GPL blurb, in all the
version/usage messages. Put newlines at the end of various version strings. svn path=/trunk/; revision=16870
Diffstat (limited to 'version_info.h')
-rw-r--r--version_info.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/version_info.h b/version_info.h
index ada86b5863..6d0f58810f 100644
--- a/version_info.h
+++ b/version_info.h
@@ -47,6 +47,11 @@ void get_compiled_version_info(GString *str);
*/
void get_runtime_version_info(GString *str);
+/*
+ * Get copyright information.
+ */
+const char *get_copyright_info(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */