Change copyright string in header. Note really necessary to go change all the dates in all the files.

In fact, dates are not necessary at all to establish copyright.
This commit is contained in:
Tom Mortensen
2018-01-22 09:32:24 -08:00
parent 5f30b986d4
commit f099d3688d
@@ -398,7 +398,7 @@ default:
echo "<span class='green strong'><i class='fa fa-play-circle'></i> Array Started</span>$progress"; break;
}
echo "</span></span><span id='countdown'></span><span id='user-notice' class='red-text'></span>";
echo "<span id='copyright'>unRAID&reg; webGui &copy;2017, Lime Technology, Inc.";
echo "<span id='copyright'>unRAID&reg; webGui &copy;2018, Lime Technology, Inc.";
echo " <a href='http://lime-technology.com/wiki/index.php/Official_Documentation' target='_blank' title='Online manual'><i class='fa fa-book'></i> manual</a>";
echo "</span></div>";
?>