Wireshark-commits: [Wireshark-commits] master 14720ac: Fix comment end after SPDX identifier

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 01 May 2018 06:56:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=14720ace0666695a07c9e2394e14337476691e21
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

14720ac by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Fix comment end after SPDX identifier
    
    Move */ to a separate line below the SPDX identifier.
    
    Change-Id: Id1032215449cfccae0933147b45e04b65e0b727f
    Reviewed-on: https://code.wireshark.org/review/27211
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  488c831   Use common indenting space in heading
    adds  14720ac   Fix comment end after SPDX identifier


Summary of changes:
 capchild/capture_ifinfo.c                        |  3 ++-
 capchild/capture_session.h                       |  3 ++-
 capchild/capture_sync.c                          |  3 ++-
 capchild/capture_sync.h                          |  3 ++-
 caputils/airpcap_loader.c                        |  3 ++-
 caputils/airpcap_loader.h                        |  3 ++-
 caputils/capture-pcap-util-int.h                 |  3 ++-
 caputils/capture-pcap-util-unix.c                |  3 ++-
 caputils/capture-pcap-util.c                     |  3 ++-
 caputils/capture-pcap-util.h                     |  3 ++-
 caputils/capture-wpcap.c                         |  3 ++-
 caputils/capture-wpcap.h                         |  3 ++-
 caputils/capture_ifinfo.h                        |  3 ++-
 caputils/capture_win_ifnames.h                   |  3 ++-
 caputils/capture_wpcap_packet.c                  |  3 ++-
 caputils/capture_wpcap_packet.h                  |  3 ++-
 caputils/iface_monitor.c                         |  3 ++-
 caputils/iface_monitor.h                         |  3 ++-
 caputils/ws80211_utils.h                         |  3 ++-
 codecs/G711a/G711adecode.c                       |  3 ++-
 codecs/G711a/G711adecode.h                       |  3 ++-
 codecs/G711a/G711atable.h                        |  3 ++-
 codecs/G711u/G711udecode.c                       |  3 ++-
 codecs/G711u/G711udecode.h                       |  3 ++-
 codecs/G711u/G711utable.h                        |  3 ++-
 codecs/G722/G722decode.c                         |  3 ++-
 codecs/G722/G722decode.h                         |  3 ++-
 codecs/G726/G726decode.c                         |  3 ++-
 codecs/G726/G726decode.h                         |  3 ++-
 codecs/G729/G729decode.c                         |  3 ++-
 codecs/G729/G729decode.h                         |  3 ++-
 codecs/codecs.h                                  |  3 ++-
 codecs/sbc/sbc.c                                 |  3 ++-
 codecs/sbc/sbc_private.h                         |  3 ++-
 randpkt_core/randpkt_core.c                      |  3 ++-
 randpkt_core/randpkt_core.h                      |  3 ++-
 tools/oss-fuzzshark/fuzzshark.c                  |  3 ++-
 ui/alert_box.c                                   |  3 ++-
 ui/alert_box.h                                   |  3 ++-
 ui/all_files_wildcard.h                          |  3 ++-
 ui/capture_globals.h                             |  3 ++-
 ui/cli/tap-camelsrt.c                            |  3 ++-
 ui/cli/tap-comparestat.c                         |  3 ++-
 ui/cli/tap-diameter-avp.c                        |  3 ++-
 ui/cli/tap-endpoints.c                           |  3 ++-
 ui/cli/tap-exportobject.c                        |  3 ++-
 ui/cli/tap-exportobject.h                        |  3 ++-
 ui/cli/tap-flow.c                                |  3 ++-
 ui/cli/tap-follow.c                              |  3 ++-
 ui/cli/tap-funnel.c                              |  3 ++-
 ui/cli/tap-gsm_astat.c                           |  3 ++-
 ui/cli/tap-hosts.c                               |  3 ++-
 ui/cli/tap-httpstat.c                            |  3 ++-
 ui/cli/tap-icmpstat.c                            |  3 ++-
 ui/cli/tap-icmpv6stat.c                          |  3 ++-
 ui/cli/tap-iostat.c                              |  3 ++-
 ui/cli/tap-iousers.c                             |  3 ++-
 ui/cli/tap-protocolinfo.c                        |  3 ++-
 ui/cli/tap-protohierstat.c                       |  3 ++-
 ui/cli/tap-rpcprogs.c                            |  3 ++-
 ui/cli/tap-rtd.c                                 |  3 ++-
 ui/cli/tap-rtp.c                                 |  3 ++-
 ui/cli/tap-rtspstat.c                            |  3 ++-
 ui/cli/tap-sctpchunkstat.c                       |  3 ++-
 ui/cli/tap-simple_stattable.c                    |  3 ++-
 ui/cli/tap-sipstat.c                             |  3 ++-
 ui/cli/tap-smbsids.c                             |  3 ++-
 ui/cli/tap-srt.c                                 |  3 ++-
 ui/cli/tap-stats_tree.c                          |  3 ++-
 ui/cli/tap-sv.c                                  |  3 ++-
 ui/cli/tap-wspstat.c                             |  3 ++-
 ui/cli/tshark-tap.h                              |  3 ++-
 ui/commandline.c                                 |  3 ++-
 ui/commandline.h                                 |  3 ++-
 ui/console.c                                     |  3 ++-
 ui/console.h                                     |  3 ++-
 ui/decode_as_utils.c                             |  3 ++-
 ui/dissect_opts.c                                |  3 ++-
 ui/dissect_opts.h                                |  3 ++-
 ui/export_pdu_ui_utils.c                         | 19 ++++++++++---------
 ui/export_pdu_ui_utils.h                         | 19 ++++++++++---------
 ui/failure_message.c                             |  3 ++-
 ui/failure_message.h                             |  3 ++-
 ui/file_dialog.c                                 |  3 ++-
 ui/file_dialog.h                                 |  3 ++-
 ui/filter_files.c                                |  3 ++-
 ui/filter_files.h                                |  3 ++-
 ui/firewall_rules.c                              |  3 ++-
 ui/help_url.c                                    |  3 ++-
 ui/iface_lists.c                                 |  3 ++-
 ui/iface_lists.h                                 |  3 ++-
 ui/iface_toolbar.c                               |  3 ++-
 ui/iface_toolbar.h                               |  3 ++-
 ui/io_graph_item.c                               |  3 ++-
 ui/io_graph_item.h                               |  3 ++-
... 338 lines suppressed ...