From 6071119f2e205dc2d58b27c990e12b306b755026 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 3 Jun 2008 23:15:16 +0000 Subject: * luc/statistics: add file/license headers --- .../luci-statistics/luasrc/statistics/rrdtool.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'applications/luci-statistics/luasrc/statistics/rrdtool.lua') diff --git a/applications/luci-statistics/luasrc/statistics/rrdtool.lua b/applications/luci-statistics/luasrc/statistics/rrdtool.lua index 5f07a41ff4..b6f6d44ba2 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") -- cgit v1.2.3