Skip to content

Commit a09f4ce

Browse files
committed
Update copyright year
1 parent 9183b00 commit a09f4ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* BNETDocs, the documentation and discussion website for Blizzard protocols
4-
* Copyright (C) 2003-2020 "Arta", Don Cullen "Kyro", Carl Bennett, others
4+
* Copyright (C) 2003-2021 "Arta", Don Cullen "Kyro", Carl Bennett, others
55
* This file is part of BNETDocs.
66
*
77
* BNETDocs is free software: you can redistribute it and/or modify

src/templates/footer.inc.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use \CarlBennett\MVC\Libraries\Common;
99
?>
1010
</main>
1111
<footer class="main-page<?php if (isset($slim_ui) && $slim_ui) { ?> slim<?php } ?>">
12-
<p><?php if ( VersionInfo::$version->bnetdocs ) { ?><a href="https://github.com/BNETDocs/bnetdocs-web/tree/<?php echo VersionInfo::$version->bnetdocs[1]; ?>" rel="external" title="Contribute to the BNETDocs source code!">BNETDocs <?php echo VersionInfo::$version->bnetdocs[0]; ?></a><?php } else { ?>(Development)<?php } ?> &copy; 2003-2020 BNETDocs | <a href="<?php echo Common::relativeUrlToAbsolute("/legal"); ?>" rel="external" title="BNETDocs Legal Policies">Legal page</a></p>
12+
<p><?php if ( VersionInfo::$version->bnetdocs ) { ?><a href="https://github.com/BNETDocs/bnetdocs-web/tree/<?php echo VersionInfo::$version->bnetdocs[1]; ?>" rel="external" title="Contribute to the BNETDocs source code!">BNETDocs <?php echo VersionInfo::$version->bnetdocs[0]; ?></a><?php } else { ?>(Development)<?php } ?> &copy; 2003-2021 BNETDocs | <a href="<?php echo Common::relativeUrlToAbsolute("/legal"); ?>" rel="external" title="BNETDocs Legal Policies">Legal page</a></p>
1313
<p style="font-size:smaller;">
1414
BNETDocs is a documentation and discussion website for Blizzard Entertainment's
1515
Battle.net&trade; and in-game protocols. You hereby acknowledge that BNETDocs

0 commit comments

Comments
 (0)