]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package: use SPDX short identifier for BSD-4c
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Thu, 30 Mar 2017 13:43:40 +0000 (19:13 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 13:27:17 +0000 (15:27 +0200)
commitceeef317679f4e70f0836103e88c23d9deb71eae
treea73ee722ba85d5f192a77fa90fa00f010f8d5997
parent96e9480fbc71a39d473be5d4f73b4d15b5029a8f
package: use SPDX short identifier for BSD-4c

We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for BSD-4c is BSD-4-Clause.

This change is done using following command.
find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-4c/BSD-4-Clause/g'

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/file/file.mk
package/flite/flite.mk
package/heirloom-mailx/heirloom-mailx.mk
package/iputils/iputils.mk
package/ngrep/ngrep.mk
package/portmap/portmap.mk
package/pppd/pppd.mk
package/python-xlwt/python-xlwt.mk
package/radvd/radvd.mk
package/slirp/slirp.mk
package/util-linux/util-linux.mk