Wireshark-commits: [Wireshark-commits] master 43443af: Move get_copyright_info() to wsutil.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 21 Jun 2014 17:33:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=43443af0acc93e47a145688171049af65eed762f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

43443af by Guy Harris (guy@xxxxxxxxxxxx):

    Move get_copyright_info() to wsutil.
    
    Change-Id: I75c1c747cd2b4a9845c659636582d54b2caecf1a
    Reviewed-on: https://code.wireshark.org/review/2510
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  37b903d   batch of tvb-length conversions
    adds  43443af   Move get_copyright_info() to wsutil.


Summary of changes:
 dumpcap.c                                       |    1 +
 echld/echld-int.h                               |    1 +
 rawshark.c                                      |    1 +
 tfshark.c                                       |    1 +
 tshark.c                                        |    1 +
 ui/gtk/about_dlg.c                              |    1 +
 ui/gtk/main.c                                   |    1 +
 ui/qt/about_dialog.cpp                          |    1 +
 ui/qt/main.cpp                                  |    1 +
 version_info.c                                  |   12 ---------
 version_info.h                                  |    5 ----
 wsutil/CMakeLists.txt                           |    1 +
 wsutil/Makefile.common                          |    2 ++
 epan/tvbuff_base64.c => wsutil/copyright_info.c |   30 +++++++++--------------
 wsutil/{bitswap.h => copyright_info.h}          |   16 +++++++-----
 15 files changed, 34 insertions(+), 41 deletions(-)
 copy epan/tvbuff_base64.c => wsutil/copyright_info.c (65%)
 copy wsutil/{bitswap.h => copyright_info.h} (75%)