diff --git a/html/includes/front/boxes.inc.php b/html/includes/front/boxes.inc.php
index 0d6f2a939..665c1d738 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 a44d3a1e8..4b48bfd4a 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 9a09f3057..008525207 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 3767691b8..49f2b9a3e 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 18abd43d1..3fbdd53f5 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 b32b4e038..618a49b8c 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 857733cef..16c1430b1 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 8ed67d6c2..d864e0b7b 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