commit | 2093053106e3c3c791ed3f9f954c7435fc940f2f | [log] [tgz] |
---|---|---|
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | Thu Mar 30 19:13:47 2017 +0530 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Sat Apr 01 15:35:02 2017 +0200 |
tree | cc86555a564604caeaf4e64017be27af7bb24c94 | |
parent | 26a7f806645eece7cd5eac4865446455bb2b3318 [diff] |
packages: use SPDX short identifier for zlib license We want to use SPDX identifier for license string as much as possible. SPDX short identifier for zlib license is Zlib. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/zlib( )?(license)?/Zlib/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>