package: use SPDX short identifier for AFLv2.1
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Thu, 30 Mar 2017 13:43:45 +0000 (19:13 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 13:34:43 +0000 (15:34 +0200)
commitfaa386bda169b3d08a7afbaa9ca7eb2892f2172a
tree25386302666c2d88e6004f747dae427c45a1853f
parent69b13a252e8e70bbf5b5884365184d9b1a6387d8
package: use SPDX short identifier for AFLv2.1

We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for AFLv2.1 is AFL-2.1.

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

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/dbus-glib/dbus-glib.mk
package/dbus/dbus.mk