X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Fhttp%2Fprotocol.lua;fp=modules%2Fluci-base%2Fluasrc%2Fhttp%2Fprotocol.lua;h=a0211a6c4287aa8991356cc19d4814f99549d0d9;hp=6431b04031ed6917b86b4ec19a37dbfa124a1f64;hb=7a3493b1f7d75a3945279115324cf2ff4da26b7b;hpb=998011462408e76c1a766afd5a6fe7ce82393218 diff --git a/modules/luci-base/luasrc/http/protocol.lua b/modules/luci-base/luasrc/http/protocol.lua index 6431b0403..a0211a6c4 100644 --- a/modules/luci-base/luasrc/http/protocol.lua +++ b/modules/luci-base/luasrc/http/protocol.lua @@ -1,17 +1,5 @@ ---[[ - -HTTP protocol implementation for LuCI -(c) 2008 Freifunk Leipzig / 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 - -$Id$ - -]]-- +-- Copyright 2008 Freifunk Leipzig / Jo-Philipp Wich +-- Licensed to the public under the Apache License 2.0. --- LuCI http protocol class. -- This class contains several functions useful for http message- and content