Skip to content

Commit

Permalink
Fix some source headers, reformat SPDX license lines in comment block.
Browse files Browse the repository at this point in the history
Change-Id: Ibae6a64a9915003435a3fb17763535a3844143be
Reviewed-on: https://code.wireshark.org/review/25891
Petri-Dish: Jaap Keuter <[email protected]>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <[email protected]>
  • Loading branch information
JaapKeuter authored and mmann78 committed Feb 18, 2018
1 parent 44a6e2d commit ca7ac05
Show file tree
Hide file tree
Showing 28 changed files with 56 additions and 28 deletions.
3 changes: 2 additions & 1 deletion ui/export_object_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion ui/export_object_ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __EXPORT_OBJECT_UI_H__
#define __EXPORT_OBJECT_UI_H__
Expand Down
3 changes: 2 additions & 1 deletion ui/firewall_rules.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* By Gerald Combs <[email protected]>
* Copyright 2006 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __UI_FIREWALL_RULES_H__
#define __UI_FIREWALL_RULES_H__
Expand Down
3 changes: 2 additions & 1 deletion ui/mcast_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __MCAST_STREAM_H__
#define __MCAST_STREAM_H__
Expand Down
3 changes: 2 additions & 1 deletion ui/packet_list_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion ui/packet_list_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __PACKET_LIST_UTILS_H__
#define __PACKET_LIST_UTILS_H__
Expand Down
3 changes: 2 additions & 1 deletion ui/rtp_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion ui/rtp_stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __RTP_STREAM_H__
#define __RTP_STREAM_H__
Expand Down
3 changes: 2 additions & 1 deletion ui/tap-iax2-analysis.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion ui/tap-iax2-analysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __TAP_IAX2_ANALYSIS_H__
#define __TAP_IAX2_ANALYSIS_H__
Expand Down
3 changes: 2 additions & 1 deletion ui/tap-rtp-analysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __TAP_RTP_ANALYSIS_H__
#define __TAP_RTP_ANALYSIS_H__
Expand Down
3 changes: 2 additions & 1 deletion ui/text_import.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
*
* Based on text2pcap.c by Ashok Narayanan <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

/*******************************************************************************
*
Expand Down
3 changes: 2 additions & 1 deletion ui/voip_calls.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion ui/voip_calls.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __VOIP_CALLS_H__
#define __VOIP_CALLS_H__
Expand Down
3 changes: 2 additions & 1 deletion wiretap/camins.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/


/* CAM Inspector is a commercial log tool for DVB-CI
Expand Down
3 changes: 2 additions & 1 deletion wiretap/camins.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef _CAMINS_H
#define _CAMINS_H
Expand Down
3 changes: 2 additions & 1 deletion wiretap/commview.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
*
* Based on csids.c and nettl.c
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

/* A brief description of this file format is available at:
* http://www.tamos.com/htmlhelp/commview/logformat.htm
Expand Down
3 changes: 2 additions & 1 deletion wiretap/commview.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __COMMVIEW_H__
#define __COMMVIEW_H__
Expand Down
3 changes: 2 additions & 1 deletion wiretap/daintree-sna.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
* remains. Borrowed many snippets from dbs-etherwatch.c, the
* daintree_sna_process_hex_data function having the largest chunk.
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

/* This module reads capture files saved by Daintree's Sensor Network Analyzer.
* Daintree captures are plain text files with a two line header,
Expand Down
3 changes: 2 additions & 1 deletion wiretap/merge.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion wiretap/mplog.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/


/*
Expand Down
3 changes: 2 additions & 1 deletion wiretap/mplog.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
* By Gerald Combs <[email protected]>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef _MPLOG_H
#define _MPLOG_H
Expand Down
3 changes: 2 additions & 1 deletion wiretap/nettl.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* Enhancements by Mark C. Brown <[email protected]>
* Copyright (C) 2003, 2005 Hewlett-Packard Development Company, L.P.
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion wiretap/nettl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
* Enhancements by Mark C. Brown <[email protected]>
* Copyright (C) 2003, 2005 Hewlett-Packard Development Company, L.P.
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __NETTL_H__
#define __NETTL_H__
Expand Down
3 changes: 2 additions & 1 deletion wiretap/packetlogger.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* Based on commview.c, Linux's BlueZ-Gnome Analyzer program and hexdumps of
* the output files from Apple's PacketLogger tool.
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"

Expand Down
3 changes: 2 additions & 1 deletion wiretap/peekclassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"
#include <errno.h>
Expand Down
3 changes: 2 additions & 1 deletion wiretap/peektagged.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "config.h"
#include <errno.h>
Expand Down
3 changes: 2 additions & 1 deletion wiretap/wtap.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <[email protected]>
*
* SPDX-License-Identifier: GPL-2.0-or-later */
* SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef __WTAP_H__
#define __WTAP_H__
Expand Down

0 comments on commit ca7ac05

Please sign in to comment.