package: use SPDX short identifier for AGPLv3
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Thu, 30 Mar 2017 13:43:36 +0000 (19:13 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 13:18:47 +0000 (15:18 +0200)
commit13c72e379b8ff14612b86cee85997842f9523a8b
tree764a0a72395a767b989ee8302a753f6090b85ef1
parent89fbba72fa2121d7f3e1834e28f96335c3f2bf23
package: use SPDX short identifier for AGPLv3

We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for AGPLv3 is AGPL-3.0.

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

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ghostscript/ghostscript.mk
package/mongodb/mongodb.mk
package/monit/monit.mk
package/python-crossbar/python-crossbar.mk