X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Ftools%2Fproto.lua;h=147688d2ca56f229edc0ec8e6ec00dedd282e25a;hb=e1edb1025cd9e35b3617c20a1117a348971c0421;hp=4df02696b0a44c541ed1528e5017fb69aba4463f;hpb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;p=project%2Fluci.git diff --git a/modules/luci-base/luasrc/tools/proto.lua b/modules/luci-base/luasrc/tools/proto.lua index 4df02696b..147688d2c 100644 --- a/modules/luci-base/luasrc/tools/proto.lua +++ b/modules/luci-base/luasrc/tools/proto.lua @@ -1,15 +1,5 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2012 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 2012 Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. module("luci.tools.proto", package.seeall)