diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-12-21 08:59:52 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-12-21 08:59:52 +0000 |
commit | c9b702ba1af50d483d5cd8048bb808a2f577e6b8 (patch) | |
tree | 7902e04f919aedffa340a284a670ed1324f7526b /version_info.h | |
parent | 8aca1c1c529878989aebfe6c1d3f9c5e0c8dc531 (diff) | |
download | wireshark-c9b702ba1af50d483d5cd8048bb808a2f577e6b8.tar.gz wireshark-c9b702ba1af50d483d5cd8048bb808a2f577e6b8.tar.bz2 wireshark-c9b702ba1af50d483d5cd8048bb808a2f577e6b8.zip |
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.h | 5 |
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 */ |