package: use SPDX short identifier for MPL family licenses
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Thu, 30 Mar 2017 13:43:42 +0000 (19:13 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 13:27:47 +0000 (15:27 +0200)
commitf33fd75afc1701ee1ded34454db7ce170adc4c9f
treea368ba0c602cb650be6d5c9d34bd0b0c0f85b076
parent169cf1f9acbf1eb6b07f030a3ca676a8e796e232
package: use SPDX short identifier for MPL family licenses

We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for MPLv1.0/MPLv1.1/MPLv2.0 is MPL-1.0/MPL-1.1/
MPL-2.0.

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

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
18 files changed:
package/armadillo/armadillo.mk
package/bind/bind.mk
package/ca-certificates/ca-certificates.mk
package/cairo/cairo.mk
package/czmq/czmq.mk
package/filemq/filemq.mk
package/freeswitch/freeswitch.mk
package/heirloom-mailx/heirloom-mailx.mk
package/kmsxx/kmsxx.mk
package/libical/libical.mk
package/libnice/libnice.mk
package/libnspr/libnspr.mk
package/libnss/libnss.mk
package/mp4v2/mp4v2.mk
package/rabbitmq-server/rabbitmq-server.mk
package/tstools/tstools.mk
package/zmqpp/zmqpp.mk
package/zyre/zyre.mk