Skip to content

Commit 9f525b6

Browse files
committed
add spdx
1 parent db3e983 commit 9f525b6

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

scapy/contrib/dtn/bpv7.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# This file is part of Scapy
3+
# See https://scapy.net/ for more information
4+
15
# scapy.contrib.description = Bundle Protocol version 7 (BPv7)
26
# scapy.contrib.status = loads
37

scapy/contrib/dtn/cbor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# This file is part of Scapy
3+
# See https://scapy.net/ for more information
4+
15
# scapy.contrib.description = Concise Binary Object Representation (CBOR)
26
# scapy.contrib.status = library
37

scapy/contrib/dtn/common.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# This file is part of Scapy
3+
# See https://scapy.net/ for more information
4+
15
# scapy.contrib.description = utility functions and classes for DTN module
26
# scapy.contrib.status = library
37

scapy/contrib/dtn/tcpcl.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# This file is part of Scapy
3+
# See https://scapy.net/ for more information
4+
15
# scapy.contrib.description = TCP Convergence Layer version 4 (TCPCLv4)
26
# scapy.contrib.status = loads
37

scapy/contrib/dtn/tcpcl_session.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0-only
2+
# This file is part of Scapy
3+
# See https://scapy.net/ for more information
4+
15
# scapy.contrib.description = TCP Convergence Layer version 4 (TCPCLv4)
26
# scapy.contrib.status = loads
37

0 commit comments

Comments
 (0)