diff options
Diffstat (limited to 'src/usr/local/www/js/traffic-graphs.js')
-rw-r--r-- | src/usr/local/www/js/traffic-graphs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/js/traffic-graphs.js b/src/usr/local/www/js/traffic-graphs.js index 91acbfa..fcda786 100644 --- a/src/usr/local/www/js/traffic-graphs.js +++ b/src/usr/local/www/js/traffic-graphs.js @@ -1,6 +1,6 @@ /* * part of pfSense (https://www.pfsense.org) - * Copyright (c) 2016 Electric Sheep Fencing, LLC + * Copyright (c) 2016 Rubicon Communications, LLC (Netgate) * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -204,4 +204,4 @@ function draw_graph(refreshInterval, then) { }); -}
\ No newline at end of file +} |