]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
mongoose: fix license info
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 3 May 2013 10:35:18 +0000 (12:35 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 3 May 2013 10:35:18 +0000 (12:35 +0200)
License file is called LICENSE, not COPYING.

Fixes http://autobuild.buildroot.net/results/b45499489abad2a089b47d8470632b4152862c89/build-end.log

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/mongoose/mongoose.mk

index ac03bb62904201e26558f3c3b1804d58016549b0..9905cf9c30c7c641d5a6b1a24689e59b13754b6b 100644 (file)
@@ -8,7 +8,7 @@ MONGOOSE_VERSION = 3.7
 MONGOOSE_SOURCE = mongoose-$(MONGOOSE_VERSION).tgz
 MONGOOSE_SITE = https://mongoose.googlecode.com/files
 MONGOOSE_LICENSE = MIT
-MONGOOSE_LICENSE_FILES = COPYING
+MONGOOSE_LICENSE_FILES = LICENSE
 
 MONGOOSE_CFLAGS = $(TARGET_CFLAGS) $(TARGET_LDFLAGS)