diff options
author | Florian Eckert <fe@dev.tdt.de> | 2018-01-23 13:12:53 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2018-01-23 13:30:31 +0100 |
commit | c38117d2ad91fe2a912e1cfcb9949bb20371127d (patch) | |
tree | e90fe3dfc8d3d1b428eb485a62c1f8ea4f9c648a /applications/luci-app-mwan3/luasrc/controller | |
parent | 72191b7e2c48e9fe84d84f35ad36e6387e66f14b (diff) |
luci-app-wman3: add license header to all files
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/controller')
-rw-r--r-- | applications/luci-app-mwan3/luasrc/controller/mwan3.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applications/luci-app-mwan3/luasrc/controller/mwan3.lua b/applications/luci-app-mwan3/luasrc/controller/mwan3.lua index 5249d4e22..64ee9f548 100644 --- a/applications/luci-app-mwan3/luasrc/controller/mwan3.lua +++ b/applications/luci-app-mwan3/luasrc/controller/mwan3.lua @@ -1,3 +1,7 @@ +-- Copyright 2014 Aedan Renner <chipdankly@gmail.com> +-- Copyright 2018 Florian Eckert <fe@dev.tdt.de> +-- Licensed to the public under the GNU General Public License v2. + module("luci.controller.mwan3", package.seeall) sys = require "luci.sys" |