X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-statistics%2Fluasrc%2Fstatistics%2Frrdtool%2Fcolors.lua;fp=applications%2Fluci-statistics%2Fluasrc%2Fstatistics%2Frrdtool%2Fcolors.lua;h=8f28524aa68a29298a49094a40ff480315a05cbe;hb=6071119f2e205dc2d58b27c990e12b306b755026;hp=cdd6f71057e2069c256000b01e287eebbe37e031;hpb=7557c5bcef137e7e27c4dd56325a633231d91cc8;p=project%2Fluci.git diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool/colors.lua b/applications/luci-statistics/luasrc/statistics/rrdtool/colors.lua index cdd6f71057..8f28524aa6 100644 --- a/applications/luci-statistics/luasrc/statistics/rrdtool/colors.lua +++ b/applications/luci-statistics/luasrc/statistics/rrdtool/colors.lua @@ -1,3 +1,18 @@ +--[[ + +Luci statistics - diagram color helper class +(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.colors", package.seeall) require("luci.util")