Browse Source

Update copyright year.

pull/24/head
Ben Kurtovic 9 years ago
parent
commit
eb980dc27a
2 changed files with 6 additions and 3 deletions
  1. +1
    -1
      LICENSE
  2. +5
    -2
      templates/support/footer.mako

+ 1
- 1
LICENSE View File

@@ -1,4 +1,4 @@
Copyright (c) 2009-2014 Ben Kurtovic <ben.kurtovic@gmail.com>
Copyright (c) 2009-2015 Ben Kurtovic <ben.kurtovic@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal


+ 5
- 2
templates/support/footer.mako View File

@@ -1,7 +1,10 @@
<%! from flask import g, request %>\
<%!
from datetime import datetime
from flask import g, request
%>\
</div>
<div id="footer">
<p>Copyright &copy; 2009&ndash;2014 <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
<p>Copyright &copy; 2009&ndash;${datetime.now().year} <a href="//en.wikipedia.org/wiki/User:The_Earwig">Ben Kurtovic</a> &bull; \
<a href="${request.script_root}/api">API</a> &bull; \
<a href="https://github.com/earwig/copyvios">Source Code</a> &bull; \
% if ("CopyviosBackground" in g.cookies and g.cookies["CopyviosBackground"].value in ["potd", "list"]) or "CopyviosBackground" not in g.cookies:


Loading…
Cancel
Save