diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-09-14 09:17:33 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-09-15 06:48:26 -0700 |
| commit | b2337682b9238be84a7780cfbc5cbf67f2d4bd13 (patch) | |
| tree | e9e741281b32a744988e09f17910e8516bf4484b | |
| parent | 0cd37cd076160b98ef0a5b85ddc0ee8fb0b6710a (diff) | |
| download | meta-security-b2337682b9238be84a7780cfbc5cbf67f2d4bd13.tar.gz | |
isic: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-2-Clause
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/isic/isic_0.07.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/isic/isic_0.07.bb b/recipes-security/isic/isic_0.07.bb index fb6e904..28153e3 100644 --- a/recipes-security/isic/isic_0.07.bb +++ b/recipes-security/isic/isic_0.07.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "ISIC -- IP Stack Integrity Checker" | |||
| 2 | DESCRIPTION = "ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.)" | 2 | DESCRIPTION = "ISIC is a suite of utilities to exercise the stability of an IP Stack and its component stacks (TCP, UDP, ICMP et. al.)" |
| 3 | HOMEPAGE = "http://isic.sourceforge.net/" | 3 | HOMEPAGE = "http://isic.sourceforge.net/" |
| 4 | SECTION = "security" | 4 | SECTION = "security" |
| 5 | LICENSE = "BSD" | 5 | LICENSE = "BSD-2-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d41d8cd98f00b204e9800998ecf8427e" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d41d8cd98f00b204e9800998ecf8427e" |
| 7 | 7 | ||
| 8 | DEPENDS = "libnet" | 8 | DEPENDS = "libnet" |
