Skip to content

Commit efe1fe8

Browse files
authored
Fix more licenses (#670)
* Move optional steps for testing VMs out of README.md file This may help avoid new users being confused that they must follow those instructions. Signed-off-by: Andy Fingerhut <[email protected]> * Add 2025-Jan-30 versions of source code for install.sh Signed-off-by: Andy Fingerhut <[email protected]> * Correct licenses on two test programs that use Scapy indirectly Signed-off-by: Andy Fingerhut <[email protected]> --------- Signed-off-by: Andy Fingerhut <[email protected]>
1 parent 1d5a942 commit efe1fe8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

exercises/link_monitor/receive.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
3+
# Reason-GPL: import-scapy via probe_hdrs
34

45
from probe_hdrs import *
56

exercises/link_monitor/send.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: GPL-2.0-only
3+
# Reason-GPL: import-scapy via probe_hdrs
34
import sys
45
import time
56

0 commit comments

Comments
 (0)