diff options
| author | Ranjitsinh Rathod <ranjitsinh.rathod@kpit.com> | 2023-05-03 14:35:12 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-05-10 04:19:57 -1000 |
| commit | a0602dc6b56c244ac2649fb35db724680728ba7a (patch) | |
| tree | f54b676d41ffa3fe3dee55c82c75c50d714ac9ae | |
| parent | 2337b811401ee13dcd709ba26f2e532f822d6096 (diff) | |
| download | poky-a0602dc6b56c244ac2649fb35db724680728ba7a.tar.gz | |
libbsd: Add correct license for all packages
BSD-4-Clause is only applicable to the {PN}-doc package as when I
check for the source code I find below files which only uses the
license BSD-4-Clause
~/sources/libbsd$ grep -rl "All advertising materials mentioning features or use of this software" *|grep -v \.1|grep -v \.5|grep -v \.8 | sort
COPYING
man/arc4random.3bsd
man/getprogname.3bsd
~/sources/libbsd$ grep -rnB5 "BSD-4"
COPYING-9-Files:
COPYING-10- man/arc4random.3bsd
COPYING-11-Copyright:
COPYING-12- Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
COPYING-13- All rights reserved.
COPYING:14:License: BSD-4-clause-Niels-Provos
(From OE-Core rev: aa5bdac99e187801db56ca4bcc4d5f18b2403f40)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-support/libbsd/libbsd_0.11.5.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-support/libbsd/libbsd_0.11.5.bb b/meta/recipes-support/libbsd/libbsd_0.11.5.bb index bb8766a070..21af37882f 100644 --- a/meta/recipes-support/libbsd/libbsd_0.11.5.bb +++ b/meta/recipes-support/libbsd/libbsd_0.11.5.bb | |||
| @@ -29,6 +29,13 @@ HOMEPAGE = "https://libbsd.freedesktop.org/wiki/" | |||
| 29 | # License: public-domain-Colin-Plumb | 29 | # License: public-domain-Colin-Plumb |
| 30 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" | 30 | LICENSE = "BSD-3-Clause & BSD-4-Clause & ISC & PD" |
| 31 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" | 31 | LICENSE:${PN} = "BSD-3-Clause & ISC & PD" |
| 32 | LICENSE:${PN}-dbg = "BSD-3-Clause & ISC & PD" | ||
| 33 | LICENSE:${PN}-dev = "BSD-3-Clause & ISC & PD" | ||
| 34 | LICENSE:${PN}-doc = "BSD-3-Clause & BSD-4-Clause & ISC & PD" | ||
| 35 | LICENSE:${PN}-locale = "BSD-3-Clause & ISC & PD" | ||
| 36 | LICENSE:${PN}-src = "BSD-3-Clause & ISC & PD" | ||
| 37 | LICENSE:${PN}-staticdev = "BSD-3-Clause & ISC & PD" | ||
| 38 | |||
| 32 | LIC_FILES_CHKSUM = "file://COPYING;md5=0b31944ca2c1075410a30f0c17379d3b" | 39 | LIC_FILES_CHKSUM = "file://COPYING;md5=0b31944ca2c1075410a30f0c17379d3b" |
| 33 | SECTION = "libs" | 40 | SECTION = "libs" |
| 34 | 41 | ||
