]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package: use SPDX short identifier for LGPLv3/LGPLv3+
authorRahul Bedarkar <rahulbedarkar89@gmail.com>
Thu, 30 Mar 2017 13:43:35 +0000 (19:13 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 13:18:39 +0000 (15:18 +0200)
commit89fbba72fa2121d7f3e1834e28f96335c3f2bf23
tree8e4e1acec20e763b7b5852ffa7c8ff661a21c4d4
parent30a3e8d108d46bbd2622b8139c996d52e48a4e10
package: use SPDX short identifier for LGPLv3/LGPLv3+

We want to use SPDX identifier for license string as much as possible.
SPDX short identifier for LGPLv3/LGPLv3+ is LGPL-3.0/LGPL-3.0+.

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

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
69 files changed:
package/4th/4th.mk
package/adwaita-icon-theme/adwaita-icon-theme.mk
package/cppcms/cppcms.mk
package/cxxtest/cxxtest.mk
package/ding-libs/ding-libs.mk
package/elfutils/elfutils.mk
package/evemu/evemu.mk
package/gdb/gdb.mk
package/gmp/gmp.mk
package/granite/granite.mk
package/gstreamer/gst-ffmpeg/gst-ffmpeg.mk
package/guile/guile.mk
package/kompexsqlite/kompexsqlite.mk
package/lensfun/lensfun.mk
package/libcgicc/libcgicc.mk
package/libfreefare/libfreefare.mk
package/libidn/libidn.mk
package/libksba/libksba.mk
package/libnfc/libnfc.mk
package/libnpth/libnpth.mk
package/libphidget/libphidget.mk
package/libserialport/libserialport.mk
package/libunistring/libunistring.mk
package/libwebsock/libwebsock.mk
package/lightning/lightning.mk
package/mpc/mpc.mk
package/mpfr/mpfr.mk
package/netatalk/netatalk.mk
package/nettle/nettle.mk
package/openzwave/openzwave.mk
package/phidgetwebservice/phidgetwebservice.mk
package/python-argh/python-argh.mk
package/python-can/python-can.mk
package/python-crc16/python-crc16.mk
package/python-cssutils/python-cssutils.mk
package/python-dominate/python-dominate.mk
package/python-iowait/python-iowait.mk
package/python-json-schema-validator/python-json-schema-validator.mk
package/python-pyzmq/python-pyzmq.mk
package/python-versiontools/python-versiontools.mk
package/python-web2py/python-web2py.mk
package/qt-webkit-kiosk/qt-webkit-kiosk.mk
package/qt5/qt53d/qt53d.mk
package/qt5/qt5base/qt5base.mk
package/qt5/qt5canvas3d/qt5canvas3d.mk
package/qt5/qt5connectivity/qt5connectivity.mk
package/qt5/qt5declarative/qt5declarative.mk
package/qt5/qt5enginio/qt5enginio.mk
package/qt5/qt5graphicaleffects/qt5graphicaleffects.mk
package/qt5/qt5imageformats/qt5imageformats.mk
package/qt5/qt5location/qt5location.mk
package/qt5/qt5multimedia/qt5multimedia.mk
package/qt5/qt5quickcontrols/qt5quickcontrols.mk
package/qt5/qt5quickcontrols2/qt5quickcontrols2.mk
package/qt5/qt5script/qt5script.mk
package/qt5/qt5sensors/qt5sensors.mk
package/qt5/qt5serialbus/qt5serialbus.mk
package/qt5/qt5serialport/qt5serialport.mk
package/qt5/qt5svg/qt5svg.mk
package/qt5/qt5tools/qt5tools.mk
package/qt5/qt5webchannel/qt5webchannel.mk
package/qt5/qt5websockets/qt5websockets.mk
package/qt5/qt5x11extras/qt5x11extras.mk
package/qt5/qt5xmlpatterns/qt5xmlpatterns.mk
package/riemann-c-client/riemann-c-client.mk
package/rsyslog/rsyslog.mk
package/urg/urg.mk
package/wiringpi/wiringpi.mk
package/zeromq/zeromq.mk