0
0
mirror of https://github.com/openwrt/luci.git synced 2025-01-18 12:32:08 +00:00
Sergey Ponomarev da284ea9bd treewide: Fix Makefile copyright to be same as PKG_LICENSE
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-05-28 01:55:14 +02:00

19 lines
414 B
Makefile

#
# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v3.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=ACME package - LuCI interface
LUCI_DEPENDS:=+luci-base +acme
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
PKG_LICENSE:=GPL-3.0-or-later
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature