diff options
| author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:47 +0530 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:35:02 +0200 |
| commit | 2093053106e3c3c791ed3f9f954c7435fc940f2f (patch) | |
| tree | cc86555a564604caeaf4e64017be27af7bb24c94 /package/sdl2_gfx | |
| parent | 26a7f806645eece7cd5eac4865446455bb2b3318 (diff) | |
| download | buildroot-2093053106e3c3c791ed3f9f954c7435fc940f2f.tar.gz buildroot-2093053106e3c3c791ed3f9f954c7435fc940f2f.zip | |
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>
Diffstat (limited to 'package/sdl2_gfx')
| -rw-r--r-- | package/sdl2_gfx/sdl2_gfx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sdl2_gfx/sdl2_gfx.mk b/package/sdl2_gfx/sdl2_gfx.mk index 975bca73ad..1ec138714b 100644 --- a/package/sdl2_gfx/sdl2_gfx.mk +++ b/package/sdl2_gfx/sdl2_gfx.mk @@ -7,7 +7,7 @@ SDL2_GFX_VERSION = 1.0.1 SDL2_GFX_SOURCE = SDL2_gfx-$(SDL2_GFX_VERSION).tar.gz SDL2_GFX_SITE = http://www.ferzkopp.net/Software/SDL2_gfx -SDL2_GFX_LICENSE = zlib +SDL2_GFX_LICENSE = Zlib SDL2_GFX_LICENSE_FILES = COPYING SDL2_framerate.h SDL2_GFX_INSTALL_STAGING = YES SDL2_GFX_DEPENDENCIES = sdl2 host-pkgconf |

