X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Fstore.lua;h=34eb2962293ee6bb0010ba1f50ba028ddf754d2d;hb=c8675d0c5560fb47eace7db531c381edbef25db7;hp=c33ef07e11d9275c8400fed5e0a8a99f913ff1a1;hpb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;p=project%2Fluci.git diff --git a/modules/luci-base/luasrc/store.lua b/modules/luci-base/luasrc/store.lua index c33ef07e1..34eb29622 100644 --- a/modules/luci-base/luasrc/store.lua +++ b/modules/luci-base/luasrc/store.lua @@ -1,16 +1,6 @@ ---[[ - -LuCI - Lua Development Framework -(c) 2009 Steven Barth -(c) 2009 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 - -]]-- +-- Copyright 2009 Steven Barth +-- Copyright 2009 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. local util = require "luci.util" module("luci.store", util.threadlocal) \ No newline at end of file