]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libbsd: Add correct license for all packages
authorRanjitsinh Rathod <ranjitsinh.rathod@kpit.com>
Wed, 3 May 2023 09:06:07 +0000 (14:36 +0530)
committerSteve Sakoman <steve@sakoman.com>
Thu, 11 May 2023 17:47:14 +0000 (07:47 -1000)
commit187f1588240a0eb5cc753c2114fd6c0cef66e14f
tree1927113ce0ea7cb349ccd42e0e00ac155885f2cd
parentec0f3e5869c596a308a164f93cb031e04034a8ed
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
man/tree.3bsd

~/sources/libbsd$ grep -rnB6 "BSD-4"
COPYING-9-Files:
COPYING-10- man/arc4random.3bsd
COPYING-11- man/tree.3bsd
COPYING-12-Copyright:
COPYING-13- Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
COPYING-14- All rights reserved.
COPYING:15:License: BSD-4-clause-Niels-Provos

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/libbsd/libbsd_0.10.0.bb