From a02871263ce45fa8303bca75c53a6e535719e8bf Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sun, 14 Jun 2015 18:00:21 +1000 Subject: [PATCH] Fix up some unclear/missing copyrights --- html/includes/front/boxes.inc.php | 1 + html/includes/front/top_device_bits.inc.php | 1 + html/includes/front/top_ports.inc.php | 1 + html/includes/graphs/device/mib.inc.php | 1 + includes/common.php | 18 ++++++++++++++++-- includes/load_db_graph_types.inc.php | 1 + includes/polling/mib.inc.php | 1 + includes/polling/os/ruckuswireless.inc.php | 4 ++++ 8 files changed, 26 insertions(+), 2 deletions(-) diff --git a/html/includes/front/boxes.inc.php b/html/includes/front/boxes.inc.php index 0d6f2a9398..665c1d738c 100644 --- a/html/includes/front/boxes.inc.php +++ b/html/includes/front/boxes.inc.php @@ -2,6 +2,7 @@ /* * LibreNMS front page graphs * + * Author: Paul Gear * Copyright (c) 2013 Gear Consulting Pty Ltd * * This program is free software: you can redistribute it and/or modify it diff --git a/html/includes/front/top_device_bits.inc.php b/html/includes/front/top_device_bits.inc.php index a44d3a1e8c..4b48bfd4a7 100644 --- a/html/includes/front/top_device_bits.inc.php +++ b/html/includes/front/top_device_bits.inc.php @@ -3,6 +3,7 @@ * LibreNMS front page top devices graph * - Find most utilised devices that have been polled in the last N minutes * + * Author: Paul Gear * Copyright (c) 2013 Gear Consulting Pty Ltd * * This program is free software: you can redistribute it and/or modify it diff --git a/html/includes/front/top_ports.inc.php b/html/includes/front/top_ports.inc.php index 9a09f3057e..0085252079 100644 --- a/html/includes/front/top_ports.inc.php +++ b/html/includes/front/top_ports.inc.php @@ -3,6 +3,7 @@ * LibreNMS front page top ports graph * - Find most utilised ports that have been polled in the last N minutes * + * Author: Paul Gear * Copyright (c) 2013 Gear Consulting Pty Ltd * * This program is free software: you can redistribute it and/or modify it diff --git a/html/includes/graphs/device/mib.inc.php b/html/includes/graphs/device/mib.inc.php index 3767691b80..49f2b9a3e3 100644 --- a/html/includes/graphs/device/mib.inc.php +++ b/html/includes/graphs/device/mib.inc.php @@ -2,6 +2,7 @@ /* * LibreNMS MIB-based polling * + * Author: Paul Gear * Copyright (c) 2015 Gear Consulting Pty Ltd * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/common.php b/includes/common.php index 18abd43d11..3fbdd53f5d 100644 --- a/includes/common.php +++ b/includes/common.php @@ -1,6 +1,20 @@ + * Copyright (c) 2014-2015 Gear Consulting Pty Ltd + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation, either version 3 of the License, or (at your + * option) any later version. Please see LICENSE.txt at the top level of + * the source code distribution for details. + */ function format_number_short($number, $sf) { diff --git a/includes/load_db_graph_types.inc.php b/includes/load_db_graph_types.inc.php index b32b4e0383..618a49b8c9 100644 --- a/includes/load_db_graph_types.inc.php +++ b/includes/load_db_graph_types.inc.php @@ -2,6 +2,7 @@ /* * LibreNMS dynamic graph types * + * Author: Paul Gear * Copyright (c) 2015 Gear Consulting Pty Ltd * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/polling/mib.inc.php b/includes/polling/mib.inc.php index 857733cef0..16c1430b16 100644 --- a/includes/polling/mib.inc.php +++ b/includes/polling/mib.inc.php @@ -2,6 +2,7 @@ /* * LibreNMS MIB-based polling * + * Author: Paul Gear * Copyright (c) 2015 Gear Consulting Pty Ltd * * This program is free software: you can redistribute it and/or modify it diff --git a/includes/polling/os/ruckuswireless.inc.php b/includes/polling/os/ruckuswireless.inc.php index 8ed67d6c2c..d864e0b7b9 100644 --- a/includes/polling/os/ruckuswireless.inc.php +++ b/includes/polling/os/ruckuswireless.inc.php @@ -2,8 +2,12 @@ /* * LibreNMS Ruckus Wireless OS information module * +* Originally by: * Copyright (c) 2015 Søren Friis Rosiak +* +* Updates by Paul Gear: * Copyright (c) 2015 Gear Consulting Pty Ltd +* * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your