X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-asterisk%2Fluasrc%2Fmodel%2Fcbi%2Fasterisk%2Fdialzones.lua;fp=applications%2Fluci-app-asterisk%2Fluasrc%2Fmodel%2Fcbi%2Fasterisk%2Fdialzones.lua;h=154e2e56eeb5d888b2325faf93b8b000360aa8a7;hb=7a3493b1f7d75a3945279115324cf2ff4da26b7b;hp=4867911c54c5999357738b10a534457d1afe8704;hpb=998011462408e76c1a766afd5a6fe7ce82393218;p=project%2Fluci.git diff --git a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua index 4867911c5..154e2e56e 100644 --- a/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua +++ b/applications/luci-app-asterisk/luasrc/model/cbi/asterisk/dialzones.lua @@ -1,17 +1,5 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Jo-Philipp Wich - -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: trunks.lua 4025 2009-01-11 23:37:21Z jow $ - -]]-- +-- Copyright 2008 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. local ast = require("luci.asterisk") local uci = require("luci.model.uci").cursor()