diff mbox series

libfcgi: Use SPDX license identifier

Message ID 20180326071844.10134-1-post@lespocky.de
State Accepted
Commit b13d9ab380704ba4faf1e0295885797cb3341336
Headers show
Series libfcgi: Use SPDX license identifier | expand

Commit Message

Alexander Dahl March 26, 2018, 7:18 a.m. UTC
The fcgi license is covered by SPDX, the identifier however is not
obvious.

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 package/libfcgi/libfcgi.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard March 26, 2018, 8:52 a.m. UTC | #1
>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > The fcgi license is covered by SPDX, the identifier however is not
 > obvious.

Indeed it isn't. I've added a link to https://spdx.org/licenses/OML.html
and committed, thanks.
Peter Korsgaard April 7, 2018, 3:38 p.m. UTC | #2
>>>>> "Alexander" == Alexander Dahl <post@lespocky.de> writes:

 > The fcgi license is covered by SPDX, the identifier however is not
 > obvious.

 > Signed-off-by: Alexander Dahl <post@lespocky.de>

Committed to 2018.02.x, thanks.
diff mbox series

Patch

diff --git a/package/libfcgi/libfcgi.mk b/package/libfcgi/libfcgi.mk
index ced850c153..78da772916 100644
--- a/package/libfcgi/libfcgi.mk
+++ b/package/libfcgi/libfcgi.mk
@@ -7,7 +7,7 @@ 
 LIBFCGI_VERSION = 2.4.0
 LIBFCGI_SOURCE = fcgi-$(LIBFCGI_VERSION).tar.gz
 LIBFCGI_SITE = http://www.fastcgi.com/dist
-LIBFCGI_LICENSE = fcgi license
+LIBFCGI_LICENSE = OML
 LIBFCGI_LICENSE_FILES = LICENSE.TERMS
 LIBFCGI_INSTALL_STAGING = YES
 LIBFCGI_AUTORECONF = YES