package: use SPDX short identifier for OFL license
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Sat, 1 Apr 2017 19:06:23 +0000 (00:36 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 20:35:30 +0000 (22:35 +0200)
commitb06d055c113b2aca30163ea6961631c9817d090a
tree111dbe2a76e377daef88b6b4192212088b6d4962
parentb6dcb8af3e43b0b851724e2d6b180d02468cc58b
package: use SPDX short identifier for OFL license

We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for OFLv1.0/OFLv1.1 is OFL-1.0/OFL-1.1.

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

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/cantarell/cantarell.mk
package/font-awesome/font-awesome.mk
package/googlefontdirectory/googlefontdirectory.mk
package/inconsolata/inconsolata.mk
package/liberation/liberation.mk