Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 66c342e: Regularize the first line of version output.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 3 Jul 2014 02:03:37 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66c342ed59ed0e61f0b32c68b8197016a7299a6d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

66c342e by Guy Harris (guy@xxxxxxxxxxxx):

    Regularize the first line of version output.
    
    For Wireshark, say "Wireshark", not "wireshark".
    
    For other programs, put "(Wireshark)" after the program name, as per
    
    	http://www.gnu.org/prep/standards/html_node/_002d_002dversion.html
    
    ("If the program is a subsidiary part of a larger package, mention the
    package name in parentheses, like this").
    
    Change-Id: I68558f64cfa6ee4423e42f3d6b120633ef1b2716
    Reviewed-on: https://code.wireshark.org/review/2788
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0e4e825   Add license information to the copyright information.
    adds  66c342e   Regularize the first line of version output.


Summary of changes:
 dumpcap.c      |   10 +++++-----
 rawshark.c     |    6 +++---
 tfshark.c      |    8 ++++----
 tshark.c       |   10 +++++-----
 ui/gtk/main.c  |    4 ++--
 ui/qt/main.cpp |    4 ++--
 6 files changed, 21 insertions(+), 21 deletions(-)