aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-21 10:32:12 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-21 17:33:05 +0000
commit43443af0acc93e47a145688171049af65eed762f (patch)
tree2e2dae2d9706981a43a1c6f2edd0f1e7771eaec3 /version_info.c
parent37b903d7abab78a6f13b61feb88f62f2fa638151 (diff)
Move get_copyright_info() to wsutil.
Change-Id: I75c1c747cd2b4a9845c659636582d54b2caecf1a Reviewed-on: https://code.wireshark.org/review/2510 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/version_info.c b/version_info.c
index 8bc254c099..1e86aaaa31 100644
--- a/version_info.c
+++ b/version_info.c
@@ -788,18 +788,6 @@ get_runtime_version_info(GString *str, void (*additional_info)(GString *))
end_string(str);
}
-/*
- * Get copyright information.
- */
-const char *
-get_copyright_info(void)
-{
- return
-"Copyright 1998-2014 Gerald Combs <gerald@wireshark.org> and contributors.\n"
-"This is free software; see the source for copying conditions. There is NO\n"
-"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
-}
-
#if defined(_WIN32)
/*
* Get the major OS version.