luci-app-wman3: add license header to all files
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
72191b7e2c
commit
c38117d2ad
16 changed files with 72 additions and 13 deletions
|
@ -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)
|
module("luci.controller.mwan3", package.seeall)
|
||||||
|
|
||||||
sys = require "luci.sys"
|
sys = require "luci.sys"
|
||||||
|
|
|
@ -1,16 +1,5 @@
|
||||||
--[[
|
-- Copyright 2017 Florian Eckert <fe@dev.tdt.de>
|
||||||
LuCI - Lua Configuration Interface
|
-- Licensed to the public under the GNU General Public License v2.
|
||||||
|
|
||||||
Copyright 2017 Florian Eckert <fe@dev.tdt.de>
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
$Id$
|
|
||||||
]]--
|
|
||||||
|
|
||||||
local net = require "luci.model.network".init()
|
local net = require "luci.model.network".init()
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
arg[1] = arg[1] or ""
|
arg[1] = arg[1] or ""
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
arg[1] = arg[1] or ""
|
arg[1] = arg[1] or ""
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
local fs = require "nixio.fs"
|
local fs = require "nixio.fs"
|
||||||
local ut = require "luci.util"
|
local ut = require "luci.util"
|
||||||
script = "/etc/mwan3.user"
|
script = "/etc/mwan3.user"
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
arg[1] = arg[1] or ""
|
arg[1] = arg[1] or ""
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
dsp = require "luci.dispatcher"
|
dsp = require "luci.dispatcher"
|
||||||
arg[1] = arg[1] or ""
|
arg[1] = arg[1] or ""
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
<%#
|
||||||
|
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.
|
||||||
|
-%>
|
||||||
|
|
||||||
<script type="text/javascript">//<![CDATA[
|
<script type="text/javascript">//<![CDATA[
|
||||||
XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface_status")%>', null,
|
XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "status", "mwan", "interface_status")%>', null,
|
||||||
function(x, status)
|
function(x, status)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
<%#
|
||||||
|
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.
|
||||||
|
-%>
|
||||||
|
|
||||||
<%+header%>
|
<%+header%>
|
||||||
|
|
||||||
<ul class="cbi-tabmenu">
|
<ul class="cbi-tabmenu">
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
<%#
|
||||||
|
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.
|
||||||
|
-%>
|
||||||
|
|
||||||
<%+header%>
|
<%+header%>
|
||||||
|
|
||||||
<ul class="cbi-tabmenu">
|
<ul class="cbi-tabmenu">
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
<%#
|
||||||
|
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.
|
||||||
|
-%>
|
||||||
|
|
||||||
<%+header%>
|
<%+header%>
|
||||||
|
|
||||||
<ul class="cbi-tabmenu">
|
<ul class="cbi-tabmenu">
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
<%#
|
||||||
|
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.
|
||||||
|
-%>
|
||||||
|
|
||||||
<%+header%>
|
<%+header%>
|
||||||
|
|
||||||
<ul class="cbi-tabmenu">
|
<ul class="cbi-tabmenu">
|
||||||
|
|
Loading…
Reference in a new issue