From 43443af0acc93e47a145688171049af65eed762f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 21 Jun 2014 10:32:12 -0700 Subject: Move get_copyright_info() to wsutil. Change-Id: I75c1c747cd2b4a9845c659636582d54b2caecf1a Reviewed-on: https://code.wireshark.org/review/2510 Reviewed-by: Guy Harris --- version_info.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'version_info.c') 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 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. -- cgit v1.2.3