From 4f71dae7af059569640bfa567e5fdc3ad1270ede Mon Sep 17 00:00:00 2001 From: Tyler Christiansen Date: Mon, 28 Oct 2013 11:20:28 -0700 Subject: [PATCH 1/5] update copyright --- html/ajax_listports.php | 11 ++++++----- html/bandwidth-graph.php | 11 ++++++----- html/billing-graph.php | 11 ++++++----- html/data.php | 11 ++++++----- html/graph-realtime.php | 10 ++++++---- html/graph.php | 11 ++++++----- html/index.php | 13 +++++++------ html/map.php | 11 ++++++----- html/netcmd.php | 11 ++++++----- html/pdf.php | 11 ++++++----- 10 files changed, 61 insertions(+), 50 deletions(-) diff --git a/html/ajax_listports.php b/html/ajax_listports.php index b9245ebe3..ac66b1c31 100755 --- a/html/ajax_listports.php +++ b/html/ajax_listports.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/bandwidth-graph.php b/html/bandwidth-graph.php index fa4c29685..807f8e1eb 100644 --- a/html/bandwidth-graph.php +++ b/html/bandwidth-graph.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/billing-graph.php b/html/billing-graph.php index f14280415..927c0579c 100755 --- a/html/billing-graph.php +++ b/html/billing-graph.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/data.php b/html/data.php index bd3d5547e..55ddf29ab 100644 --- a/html/data.php +++ b/html/data.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/graph-realtime.php b/html/graph-realtime.php index 66d80194e..692548549 100755 --- a/html/graph-realtime.php +++ b/html/graph-realtime.php @@ -1,14 +1,16 @@ + * This file is part of LibreNMS + * It was originally part of m0n0wall * - * @package observium + * @package librenms * @subpackage graphing * @author T. Lechat , Manuel Kasper , Jonathan Watt - * @copyright 2004-2006 T. Lechat , Manuel Kasper , Jonathan Watt + * @copyright (C) 2004-2006 T. Lechat , Manuel Kasper , Jonathan Watt + * @copyright (C) 2013 LibreNMS Contributors * @license BSD * */ diff --git a/html/graph.php b/html/graph.php index ca1a1d595..d4b05f82a 100755 --- a/html/graph.php +++ b/html/graph.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/index.php b/html/index.php index 6933ad961..06e73989a 100755 --- a/html/index.php +++ b/html/index.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @package librenms + * @subpackage graphing + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/map.php b/html/map.php index c004af622..10f288a6b 100755 --- a/html/map.php +++ b/html/map.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/netcmd.php b/html/netcmd.php index fbd3e2fc4..8a92c4a46 100755 --- a/html/netcmd.php +++ b/html/netcmd.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ diff --git a/html/pdf.php b/html/pdf.php index a092f66ee..c0dfc14d4 100644 --- a/html/pdf.php +++ b/html/pdf.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author The LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Contributors * */ From 8e7a33e65f7df22825e43023ecbe01d0871f1b16 Mon Sep 17 00:00:00 2001 From: Tyler Christiansen Date: Mon, 28 Oct 2013 11:32:21 -0700 Subject: [PATCH 2/5] update copyright --- html/includes/functions.inc.php | 11 ++++++----- html/includes/print-menubar.php | 3 ++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index a8791eabc..b91b13c36 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -1,14 +1,15 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong + * @author LibreNMS Contributors + * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) + * @copyright (C) 2013 LibreNMS Group * */ diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 3e0da93db..d4eb01d1c 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -528,7 +528,8 @@ if(is_file("includes/print-menubar-custom.inc.php"))

Network Management and Monitoring
- Copyright (C) 2006- Adam Armstrong

+ Copyright (C) 2006-2012 Adam Armstrong + Copyright (C) 2013- LibreNMS Contributors
From b2eb12d0fe6c515d450f52d33e3bfc6149c6a2a7 Mon Sep 17 00:00:00 2001 From: Tyler Christiansen Date: Mon, 28 Oct 2013 11:53:07 -0700 Subject: [PATCH 3/5] Update front-end copyright, team, link information --- html/includes/print-menubar.php | 9 ++++---- html/index.php | 3 ++- html/pages/about.inc.php | 40 ++++++++++++++------------------- 3 files changed, 23 insertions(+), 29 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index d4eb01d1c..39b87d902 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -523,7 +523,7 @@ if(is_file("includes/print-menubar-custom.inc.php"))