X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-base%2Fluasrc%2Fip.lua;h=d8aaea91d2a5b942146a013d37ffaaed10310f67;hp=60ca090135962eb24daf7c68ab3982475d2333b7;hb=61a9a58efcb27e2860cef804f04c9c4ba4ceb168;hpb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92 diff --git a/modules/luci-base/luasrc/ip.lua b/modules/luci-base/luasrc/ip.lua index 60ca09013..d8aaea91d 100644 --- a/modules/luci-base/luasrc/ip.lua +++ b/modules/luci-base/luasrc/ip.lua @@ -1,18 +1,6 @@ ---[[ - -LuCI ip calculation libarary -(c) 2008 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 - -$Id$ - -]]-- +-- Copyright 2008 Jo-Philipp Wich +-- Copyright 2008 Steven Barth +-- Licensed to the public under the Apache License 2.0. --- LuCI IP calculation library. module( "luci.ip", package.seeall )