0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-31 02:31:46 +00:00
Florian Eckert c1e3fa97dc luci-lib-jsonc: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-03-19 13:49:16 +01:00

17 lines
334 B
Makefile

#
# Copyright (C) 2015 LuCI Team <luci@lists.subsignal.org>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Lua binding for JSON-C
LUCI_DEPENDS:=+liblua +libjson-c
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature