X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fluci-base%2Fluasrc%2Fmodel%2Fipkg.lua;h=f5a11c23eefe9209fe8dbbd9fe3e1151bca4d760;hb=7a3493b1f7d75a3945279115324cf2ff4da26b7b;hp=c927e71163de7f891d8a3fea870374725abfd2f4;hpb=998011462408e76c1a766afd5a6fe7ce82393218;p=project%2Fluci.git diff --git a/modules/luci-base/luasrc/model/ipkg.lua b/modules/luci-base/luasrc/model/ipkg.lua index c927e7116..f5a11c23e 100644 --- a/modules/luci-base/luasrc/model/ipkg.lua +++ b/modules/luci-base/luasrc/model/ipkg.lua @@ -1,16 +1,6 @@ ---[[ -LuCI - Lua Configuration Interface - -(c) 2008-2011 Jo-Philipp Wich -(c) 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 - -]]-- +-- Copyright 2008-2011 Jo-Philipp Wich +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. local os = require "os" local io = require "io"