From 7dec6704947822a2dcc0cb1b0e176f18566fab94 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Thu, 8 Sep 2016 14:12:23 +0100 Subject: [PATCH] refactor: Updated a lot of references to LibreNMS - copyright still left intact (#4339) --- addhost.php | 7 +-- adduser.php | 7 +-- billing-calculate.php | 7 +-- contrib/generate-iplist.php | 7 +-- delhost.php | 7 +-- discovery.php | 7 +-- html/ajax_listports.php | 1 - html/bandwidth-graph.php | 1 - html/billing-graph.php | 1 - html/data.php | 1 - html/graph-realtime.php | 2 +- html/graph.php | 1 - html/index.php | 1 - html/netcmd.php | 1 - html/network-map.php | 1 - html/pages/bill/pdf_css.inc.php | 2 - html/pages/bill/pdf_history.inc.php | 2 +- includes/defaults.inc.php | 5 +- includes/discovery/discovery-arp.inc.php | 2 +- includes/discovery/functions.inc.php | 2 +- .../discovery/processors/netscaler.inc.php | 2 +- .../sensors/temperatures/dell.inc.php | 7 +-- .../sensors/temperatures/drac.inc.php | 7 +-- .../temperatures/observernms-custom.inc.php | 2 +- includes/discovery/vlans.inc.php | 4 +- includes/functions.php | 7 +-- .../polling/cisco-ipsec-flow-monitor.inc.php | 2 +- includes/polling/core.inc.php | 2 +- includes/polling/netscaler-vsvr.inc.php | 60 +++++++++---------- includes/polling/sensors.inc.php | 2 +- includes/port-descr-parser.inc.php | 1 - includes/rrdtool.inc.php | 1 - includes/sql-schema/update.php | 2 +- poll-billing.php | 7 +-- poller-wrapper.py | 4 -- poller.php | 7 +-- renamehost.php | 7 +-- snmptrap.php | 7 +-- syslog.php | 7 +-- 39 files changed, 86 insertions(+), 117 deletions(-) diff --git a/addhost.php b/addhost.php index 329ecb960f..ab69ea2784 100755 --- a/addhost.php +++ b/addhost.php @@ -2,13 +2,12 @@ * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/adduser.php b/adduser.php index d456cf8ce5..8ba8431ad1 100755 --- a/adduser.php +++ b/adduser.php @@ -2,13 +2,12 @@ * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/billing-calculate.php b/billing-calculate.php index 5ad73352a7..243d7fdfc2 100755 --- a/billing-calculate.php +++ b/billing-calculate.php @@ -2,13 +2,12 @@ * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/contrib/generate-iplist.php b/contrib/generate-iplist.php index cfb5bd62b9..4496262910 100644 --- a/contrib/generate-iplist.php +++ b/contrib/generate-iplist.php @@ -2,13 +2,12 @@ * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/delhost.php b/delhost.php index b45009844b..6b60ef753d 100755 --- a/delhost.php +++ b/delhost.php @@ -2,13 +2,12 @@ * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/discovery.php b/discovery.php index bafd95adc2..0a707d982c 100755 --- a/discovery.php +++ b/discovery.php @@ -2,13 +2,12 @@ * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/ajax_listports.php b/html/ajax_listports.php index b389b7f358..b73188edc0 100644 --- a/html/ajax_listports.php +++ b/html/ajax_listports.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage ajax - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/bandwidth-graph.php b/html/bandwidth-graph.php index fb3572bf46..0764fbb5da 100644 --- a/html/bandwidth-graph.php +++ b/html/bandwidth-graph.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage webinterface - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/billing-graph.php b/html/billing-graph.php index efd7d643a6..52cbbecb4c 100644 --- a/html/billing-graph.php +++ b/html/billing-graph.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage billing - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/data.php b/html/data.php index 3d7c30af0b..221199cd81 100644 --- a/html/data.php +++ b/html/data.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage webinterface - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/graph-realtime.php b/html/graph-realtime.php index 3079a15fc3..a876f5de9a 100644 --- a/html/graph-realtime.php +++ b/html/graph-realtime.php @@ -3,7 +3,7 @@ /** * LibreNMS * - * This file is included with Observium. It was originally part of m0n0wall + * This file is included with LibreNMS. It was originally part of m0n0wall * * @package librenms * @subpackage graphing diff --git a/html/graph.php b/html/graph.php index 8411fca3dd..7b346f2a73 100644 --- a/html/graph.php +++ b/html/graph.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage graphing - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/index.php b/html/index.php index 8aae6e8b84..6136a260d7 100644 --- a/html/index.php +++ b/html/index.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage webinterface - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/html/netcmd.php b/html/netcmd.php index fe2926b546..48013aedfb 100644 --- a/html/netcmd.php +++ b/html/netcmd.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage webinterface - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong */ diff --git a/html/network-map.php b/html/network-map.php index 4e28575fba..0339270154 100644 --- a/html/network-map.php +++ b/html/network-map.php @@ -7,7 +7,6 @@ * * @package librenms * @subpackage map - * @author Adam Armstrong * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/html/pages/bill/pdf_css.inc.php b/html/pages/bill/pdf_css.inc.php index 24b12c2c8c..dc8222456a 100644 --- a/html/pages/bill/pdf_css.inc.php +++ b/html/pages/bill/pdf_css.inc.php @@ -2,8 +2,6 @@ $css = << -