Skip to content
Snippets Groups Projects
Commit fcd64946 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7128142 from 3a3324cd to sc-d1-release

Change-Id: I9ea70eb6851e4c4077d60d08d23b5bc2cd8a8b40
parents d56cc1f9 3a3324cd
No related branches found
No related tags found
No related merge requests found
package {
default_applicable_licenses: ["external_scapy_license"],
}
// Added automatically by a large-scale-change that took the approach of
// 'apply every license found to every target'. While this makes sure we respect
// every license restriction, it may not be entirely correct.
//
// e.g. GPL in an MIT project might only apply to the contrib/ directory.
//
// Please consider splitting the single license below into multiple licenses,
// taking care not to lose any license_kind information, and overriding the
// default license using the 'licenses: [...]' property on targets as needed.
//
// For unused files, consider creating a 'filegroup' with "//visibility:private"
// to attach the license to, and including a comment whether the files may be
// used in the current project.
// http://go/android-license-faq
license {
name: "external_scapy_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-GPL",
"SPDX-license-identifier-GPL-2.0",
"SPDX-license-identifier-GPL-3.0",
"SPDX-license-identifier-LGPL",
"SPDX-license-identifier-MIT",
],
license_text: [
"LICENSE",
],
}
python_library {
name: "scapy",
srcs: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment