Browse Source

flac: Convert license to SPDX format.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
bcd5192bea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/flac/Makefile

+ 1
- 1
libs/flac/Makefile View File

18
 
18
 
19
 PKG_INSTALL:=1
19
 PKG_INSTALL:=1
20
 
20
 
21
-PKG_LICENSE:=GFDLv1.2 GPLv2 LGPLv2.1 BSD-3c
21
+PKG_LICENSE:=GFDL-1.2 GPL-2 LGPL-2.1 BSD-3-Clause
22
 PKG_LICENSE_FILES:=README COPYING.FDL COPYING.GPL COPYING.LGPL COPYING.Xiph
22
 PKG_LICENSE_FILES:=README COPYING.FDL COPYING.GPL COPYING.LGPL COPYING.Xiph
23
 
23
 
24
 PKG_FIXUP:=autoreconf
24
 PKG_FIXUP:=autoreconf