This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2a477ce ARROW-8836: [Website] Update copyright end year automatically
2a477ce is described below
commit 2a477ce9b97ca60cdaaa20df70519094f7dc4351
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon May 18 06:15:42 2020 +0900
ARROW-8836: [Website] Update copyright end year automatically
Closes #58 from kou/update-copyright-year-automatically and squashes the
following commits:
1d2cf16c <Sutou Kouhei> ARROW-8836: Update copyright end year automatically
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
_includes/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/footer.html b/_includes/footer.html
index 25dfac4..f57f409 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,6 +1,6 @@
<hr/>
<footer class="footer">
<p>Apache Arrow, Arrow, Apache, the Apache feather logo, and the Apache
Arrow project logo are either registered trademarks or trademarks of The Apache
Software Foundation in the United States and other countries.</p>
- <p>© 2016-2019 The Apache Software Foundation</p>
+ <p>© 2016-{{ site.time | date: "%Y" }} The Apache Software
Foundation</p>
{% asset main.js %}
</footer>