You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scapy is released under GPL 2 license, NOT the Lesser GPL 2. It is not yet clear to me whether this means that Python programs that import Scapy must also be GPL 2. Find out the answer and document it somewhere for all p4lang projects to follow the same practice as each other.
If the P4 Technical Steering Team or P4 Governance Board give instructions to do otherwise, I will change this later, but for now I have changed the SPDX-License-Identifier line of all Python source files that import the Scapy package to say they are GPL-2.0-only, here: #665
Scapy is released under GPL 2 license, NOT the Lesser GPL 2. It is not yet clear to me whether this means that Python programs that import Scapy must also be GPL 2. Find out the answer and document it somewhere for all p4lang projects to follow the same practice as each other.
The text was updated successfully, but these errors were encountered: