diff options
Diffstat (limited to 'applications/luci-app-asterisk/luasrc/asterisk')
-rw-r--r-- | applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua b/applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua index b209b11397..6ed8dfd450 100644 --- a/applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua +++ b/applications/luci-app-asterisk/luasrc/asterisk/cc_idd.lua @@ -1,13 +1,4 @@ ---[[ -LuCI - Asterisk - International Direct Dialing Prefixes and Country Codes - -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 - -]]-- +-- Licensed to the public under the Apache License 2.0. module "luci.asterisk.cc_idd" |