diff options
Diffstat (limited to 'applications/luci-app-nut/Makefile')
-rw-r--r-- | applications/luci-app-nut/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/luci-app-nut/Makefile b/applications/luci-app-nut/Makefile index b4af292046..f5a67756c5 100644 --- a/applications/luci-app-nut/Makefile +++ b/applications/luci-app-nut/Makefile @@ -1,9 +1,7 @@ # # Copyright (C) 2015 OpenWrt.org # -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# +# This is free software, licensed under the Apache License, Version 2.0 . include $(TOPDIR)/rules.mk @@ -11,6 +9,7 @@ LUCI_TITLE:=Network UPS Tools Configuration LUCI_DEPENDS:=+luci-base +luci-compat PKG_RELEASE:=1 +PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> include ../../luci.mk |