mirror of
https://github.com/openwrt/luci.git
synced 2025-04-03 09:55:22 +00:00
The license is derived from sources or from a copyright of the Makefile. Otherwise, a global Apache-2.0 is used. Some packages had a copyright GPL-2.0 but sources clearly states for Apache so the copyright was changed. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
16 lines
441 B
Makefile
16 lines
441 B
Makefile
#
|
|
# Copyright (C) 2015 The LuCI Team <luci@lists.subsignal.org>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Fwknopd config - web config for the firewall knock daemon
|
|
LUCI_DEPENDS:=+luci-base +fwknopd +qrencode
|
|
PKG_LICENSE:=GPL-2.0
|
|
PKG_MAINTAINER:=Jonathan Bennett <JBennett@incomsystems.biz>
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|