diff --git a/CHANGELOG b/CHANGELOG index d775e121b..5bdf8fb18 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1,3 @@ -See the commit log at https://github.com/librenms/librenms/commits/master for details. +Please check http://www.observium.org/wiki/Changelog for an up to date changelog. + +You can also browse the subversion repository commit logs for more granular updates. \ No newline at end of file diff --git a/addhost.php b/addhost.php index 0689d7299..67b859d2e 100755 --- a/addhost.php +++ b/addhost.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/adduser.php b/adduser.php index d70ade3e1..18c41d8dd 100755 --- a/adduser.php +++ b/adduser.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/alerts.php b/alerts.php index 52723fdb7..6886d9ccf 100755 --- a/alerts.php +++ b/alerts.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage alerts + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/billing-calculate.php b/billing-calculate.php index 0d09609bd..d1f21abae 100755 --- a/billing-calculate.php +++ b/billing-calculate.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage billing + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/check-errors.php b/check-errors.php index 22052e581..0a430bfed 100755 --- a/check-errors.php +++ b/check-errors.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage alerts + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/check-services.php b/check-services.php index 8c3539ad2..2f6f33ab6 100755 --- a/check-services.php +++ b/check-services.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage services + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/delhost.php b/delhost.php index ee3d2b360..2c21d01f7 100755 --- a/delhost.php +++ b/delhost.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/discovery.php b/discovery.php index c2aaad204..459659145 100755 --- a/discovery.php +++ b/discovery.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage discovery + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/generate-iplist.php b/generate-iplist.php index 805b9d98c..a4b324fc3 100755 --- a/generate-iplist.php +++ b/generate-iplist.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage discovery + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/irc.php b/irc.php index d1cbe47de..1b50aa3b7 100755 --- a/irc.php +++ b/irc.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage ircbot + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/poll-billing.php b/poll-billing.php index f838e2829..5b70ac552 100755 --- a/poll-billing.php +++ b/poll-billing.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage billing + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/poll-device.php b/poll-device.php index 96ea6f243..6ddda4056 100755 --- a/poll-device.php +++ b/poll-device.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage poller + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/poller.php b/poller.php index 55b09636d..91dd17296 100755 --- a/poller.php +++ b/poller.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage poller + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/renamehost.php b/renamehost.php index 5d7daa110..1178be36a 100755 --- a/renamehost.php +++ b/renamehost.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/snmptrap.php b/snmptrap.php index a7a29877e..049da4c7c 100755 --- a/snmptrap.php +++ b/snmptrap.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage snmptraps + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */ diff --git a/syslog.php b/syslog.php index e6736154f..5ef8c5b10 100755 --- a/syslog.php +++ b/syslog.php @@ -2,15 +2,14 @@ - * @copyright (C) 2006 - 2012 Adam Armstrong (as Observium) - * @copyright (C) 2013 LibreNMS Group + * @package observium + * @subpackage syslog + * @author Adam Armstrong + * @copyright (C) 2006 - 2012 Adam Armstrong * */