Merge pull request #1118 from Squidly271/patch-43

Update Credits.page
This commit is contained in:
tom mortensen
2022-06-27 16:07:49 -07:00
committed by GitHub

View File

@@ -3,9 +3,9 @@ Title="Credits"
Icon="icon-credits"
Tag="trophy"
---
**Unraid webGUI** Copyright © 2005-2021, [Lime Technology, Inc.](http://lime-technology.com)
**Unraid webGUI** Copyright © 2005-2022, [Lime Technology, Inc.](http://lime-technology.com)
**Dynamix** Copyright © 2012-2021, Bergware International.
**Dynamix** Copyright © 2012-2022, Bergware International.
**Extended Docker Configuration Page** Copyright © 2014-2021, Guilherme Jardim.
@@ -17,7 +17,7 @@ Tag="trophy"
**SysDev UI** Copyright © 2020, Justin Nolan
**Community Applications** Copyright © 2015-2021, Andrew Zawadzki
**Community Applications** Copyright © 2015-2022, Andrew Zawadzki
The Software comprising the Unraid webGui, which is all files within this repository **except** for
files listed below, is licensed under GPL version 2.
@@ -45,6 +45,6 @@ foreach (glob("$plugins/lang-*.xml", GLOB_NOSORT) as $link) {
$author = language('Author', $xml_file);
$credits[] = "<li><p><i>$lang ($local)</i> translation by $author</p></li>";
}
if (count($credits)) echo '<br><b>Language Translations</b> Copyright &copy; 2020-2021, <a href="http://lime-technology.com">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
if (count($credits)) echo '<br><b>Language Translations</b> Copyright &copy; 2020-2022, <a href="http://lime-technology.com">Lime Technology, Inc.</a><br><ul>'.implode('',$credits).'</ul>';
?>
<br><input type="button" value="_(Done)_" onclick="done()">