X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Fstore.lua;h=34eb2962293ee6bb0010ba1f50ba028ddf754d2d;hp=c33ef07e11d9275c8400fed5e0a8a99f913ff1a1;hb=c4460f09a580425efebb9f3ee7c9c3372d5f085b;hpb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92 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