X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-statistics%2Fluasrc%2Fstatistics%2Frrdtool.lua;fp=applications%2Fluci-statistics%2Fluasrc%2Fstatistics%2Frrdtool.lua;h=b6f6d44ba22c4916c4d66d49b67453779c4bd37d;hp=5f07a41ff48484f4ed977990c6f90d54e04370f6;hb=6071119f2e205dc2d58b27c990e12b306b755026;hpb=7557c5bcef137e7e27c4dd56325a633231d91cc8 diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool.lua b/applications/luci-statistics/luasrc/statistics/rrdtool.lua index 5f07a41ff..b6f6d44ba 100644 --- a/applications/luci-statistics/luasrc/statistics/rrdtool.lua +++ b/applications/luci-statistics/luasrc/statistics/rrdtool.lua @@ -1,3 +1,18 @@ +--[[ + +Luci statistics - rrdtool interface library / diagram model interpreter +(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$ + +]]-- + module("luci.statistics.rrdtool", package.seeall) require("luci.statistics.datatree")