X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcore%2Fsrc%2Finit.lua;fp=libs%2Fcore%2Fsrc%2Finit.lua;h=ce52d0aad640cef9349ae847ae0eb4ab3819b08d;hp=0000000000000000000000000000000000000000;hb=93ff578ac8f0cd4772285a6ea983cf02cc9be620;hpb=30c8b259e1b7012f7c16c1ee5aeb1997e44dcbdc diff --git a/libs/core/src/init.lua b/libs/core/src/init.lua new file mode 100644 index 000000000..ce52d0aad --- /dev/null +++ b/libs/core/src/init.lua @@ -0,0 +1,29 @@ +--[[ +LuCI - Lua Configuration Interface + +Description: +Main class + +FileId: +$Id$ + +License: +Copyright 2008 Steven Barth + +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 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + +]]-- +module("luci", package.seeall) + +__version__ = "0.5" +__appname__ = "LuCI"