1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 21:46:39 +02:00
Files
anope/modules/webcpanel/templates/default/footer.html
T
Robby 8656b65e39 Update copyright to 2017.
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;

Added missing copyright headers to files that didn't have it yet.
2017-01-16 03:13:25 +01:00

15 lines
295 B
HTML

<br>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="footer text-center">
Anope IRC Services - &copy; 2013-2017 Anope Team - <a href="http://anope.org">http://anope.org</a>
</div>
</div>
</div>
</div>
</body>
</html>