This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildr.git
The following commit(s) were added to refs/heads/master by this push:
new cb59851 (doc) Copyright year set to 2020 in footer
new e86def0 Merge pull request #47 from
olleolleolle/a-copyright-year-update
cb59851 is described below
commit cb59851e50fc320b0e1e57d2c1a1721f5c532ae6
Author: Olle Jonsson <[email protected]>
AuthorDate: Fri Apr 3 16:51:18 2020 +0200
(doc) Copyright year set to 2020 in footer
---
doc/_layouts/default.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/_layouts/default.html b/doc/_layouts/default.html
index 212ec7f..ebcaffa 100644
--- a/doc/_layouts/default.html
+++ b/doc/_layouts/default.html
@@ -76,7 +76,7 @@
{{ content | toc }}
{{ content }}
</div>
- <div id='footer'>Copyright © 2007-2016 The Apache Software
Foundation</div>
+ <div id='footer'>Copyright © 2007-2020 The Apache Software
Foundation</div>
</div>
</body>
</html>