X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Fmodel%2Fuci.lua;h=8ac82773f33bfc08ebc5711ed57d710080a4f91e;hb=7a3493b1f7d75a3945279115324cf2ff4da26b7b;hp=a394563047c37e2567325d4fee0d75c08e491ab2;hpb=998011462408e76c1a766afd5a6fe7ce82393218;p=project%2Fluci.git diff --git a/modules/luci-base/luasrc/model/uci.lua b/modules/luci-base/luasrc/model/uci.lua index a39456304..8ac82773f 100644 --- a/modules/luci-base/luasrc/model/uci.lua +++ b/modules/luci-base/luasrc/model/uci.lua @@ -1,28 +1,6 @@ ---[[ -LuCI - UCI model +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. -Description: -Generalized UCI model - -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. - -]]-- local os = require "os" local uci = require "uci" local util = require "luci.util"