Commit 841f7858 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mongoose: fix license info

parent 9aa7ecb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)