diff options
Diffstat (limited to 'applications/luci-app-nut')
4 files changed, 5 insertions, 3 deletions
diff --git a/applications/luci-app-nut/Makefile b/applications/luci-app-nut/Makefile index e399a50217..b4af292046 100644 --- a/applications/luci-app-nut/Makefile +++ b/applications/luci-app-nut/Makefile @@ -11,6 +11,8 @@ LUCI_TITLE:=Network UPS Tools Configuration LUCI_DEPENDS:=+luci-base +luci-compat PKG_RELEASE:=1 +PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua b/applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua index 9afa2ed24e..cfcf11b9fe 100644 --- a/applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua +++ b/applications/luci-app-nut/luasrc/model/cbi/nut_cgi.lua @@ -1,4 +1,4 @@ --- Copyright 2015 Daniel Dickinson <openwrt@daniel.thecshore.com> +-- Copyright 2015 Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> -- Licensed to the public under the Apache License 2.0. local m, s, o diff --git a/applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua b/applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua index b1bb1b850f..fa642cba60 100644 --- a/applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua +++ b/applications/luci-app-nut/luasrc/model/cbi/nut_monitor.lua @@ -1,4 +1,4 @@ --- Copyright 2015 Daniel Dickinson <openwrt@daniel.thecshore.com> +-- Copyright 2015 Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> -- Licensed to the public under the Apache License 2.0. local m, s, o diff --git a/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua b/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua index 9bf1bda5bd..eef1949094 100644 --- a/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua +++ b/applications/luci-app-nut/luasrc/model/cbi/nut_server.lua @@ -1,4 +1,4 @@ --- Copyright 2015 Daniel Dickinson <openwrt@daniel.thecshore.com> +-- Copyright 2015 Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> -- Licensed to the public under the Apache License 2.0. local m, s, o |