luic-app-statistics: reduce copyright headers
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 21 Jan 2019 13:09:05 +0000 (14:09 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 21 Jan 2019 13:42:10 +0000 (14:42 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/conntrack.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/memory.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/uptime.lua

index f89cdb1fb87607d2cc4e0b46f62c7124e4f59740..608144f1357ce919ad87dab7c43588dc8af34d04 100644 (file)
@@ -1,13 +1,5 @@
---[[
-
-Copyright 2011 Jo-Philipp Wich <jow@openwrt.org>
-
-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
-]]--
+-- Copyright 2011 Jo-Philipp Wich <jow@openwrt.org>
+-- Licensed to the public under the Apache License 2.0.
 
 m = Map("luci_statistics",
        translate("Conntrack Plugin Configuration"),
index 5510a5a8e8891d6d07354093f5e44083526f4968..fa677b8d127d2d66d2554ddd975d9f23761fe3c3 100644 (file)
@@ -1,13 +1,5 @@
---[[
-
-Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
-
-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
-]]--
+-- Copyright 2011 Manuel Munz <freifunk at somakoma dot de>
+-- Licensed to the public under the Apache License 2.0.
 
 m = Map("luci_statistics",
        translate("Memory Plugin Configuration"),
index 3a6c4644e3fa5d7531859bcc664e27c4d26a2e81..5e32da7ffe188d7e36109564620a1711e185b952 100644 (file)
@@ -1,13 +1,5 @@
---[[
-
-Copyright 2013 Thomas Endt <tmo26@gmx.de>
-
-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
-]]--
+-- Copyright 2013 Thomas Endt <tmo26@gmx.de>
+-- Licensed to the public under the Apache License 2.0.
 
 m = Map("luci_statistics",
         translate("Uptime Plugin Configuration"),