From 0e12f695a372288429208bdaadda0c9dc5350171 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Fri, 21 Aug 2015 17:50:24 +0200 Subject: [PATCH] Improve about page Alfabetical sort for acknowledgements section, chronological sort for Copyright statements as is common in other OSS projects. --- html/pages/about.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/html/pages/about.inc.php b/html/pages/about.inc.php index 4487d5431..53eee1e3e 100644 --- a/html/pages/about.inc.php +++ b/html/pages/about.inc.php @@ -21,8 +21,8 @@ $git_log = `git log -10`;

License

-Copyright (C) 2006-2012 Adam Armstrong
 Copyright (C) 2013- Contributors
+Copyright (C) 2006-2012 Adam Armstrong
 
 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
@@ -192,12 +192,12 @@ echo "
 
     

Acknowledgements

- Observium Codebase for fork.
- Mark James Silk Iconset.
- Erik Bosrup Overlib Library.
- Jonathan De Graeve SNMP code improvements.
Bruno Pramont Collectd code.
Dennis de Houx Application monitors for PowerDNS, Shoutcast, NTPD (Client, Server).
+ Erik Bosrup Overlib Library.
+ Jonathan De Graeve SNMP code improvements.
+ Mark James Silk Iconset.
+ Observium Codebase for fork.