Merge pull request #1818 from dibdot/lxc_fix
[project/luci.git] / applications / luci-app-statistics / luasrc / model / cbi / luci_statistics / network.lua
index 8a00689..547badf 100644 (file)
@@ -1,25 +1,12 @@
---[[
-
-Luci configuration model for statistics - collectd network plugin configuration
-(c) 2008 Freifunk Leipzig / Jo-Philipp Wich <xm@leipzig.freifunk.net>
-
-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 <jow@openwrt.org>
+-- Licensed to the public under the Apache License 2.0.
 
 m = Map("luci_statistics",
        translate("Network Plugin Configuration"),
        translate(
                "The network plugin provides network based communication between " ..
                "different collectd instances. Collectd can operate both in client " ..
-               "and server mode. In client mode locally collected date is " ..
+               "and server mode. In client mode locally collected data is " ..
                "transferred to a collectd server instance, in server mode the " ..
                "local instance receives data from other hosts."
        ))