This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemml-website.git
The following commit(s) were added to refs/heads/master by this push:
new 28a486a [MINOR] Update copyright year in the footer
28a486a is described below
commit 28a486a8ea4703ea6f4e8e2841ac0de7f90601c4
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Wed May 6 14:33:41 2020 +0530
[MINOR] Update copyright year in the footer
---
_src/_includes/themes/apache/partials/_footer.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/_src/_includes/themes/apache/partials/_footer.html
b/_src/_includes/themes/apache/partials/_footer.html
index a64d220..f504a98 100644
--- a/_src/_includes/themes/apache/partials/_footer.html
+++ b/_src/_includes/themes/apache/partials/_footer.html
@@ -22,8 +22,10 @@ limitations under the License.
<div style="margin-top: 20px; margin-bottom: 20px;">
<a href="http://www.apache.org"><img
src="/assets/img/apache-foundation-logo.png" alt="Apache Incubator"/></a>
</div>
+ <!--Footer copyright year update credit: http://updateyourfooter.com/-->
<div>
- Copyright © 2015-2018 <a href="http://www.apache.org">The Apache
Software Foundation</a>.
+ Copyright © 2015<script>new
Date().getFullYear()>2015&&document.write("-"+new
Date().getFullYear());</script>
+ <a href="http://www.apache.org">The Apache Software Foundation</a>.
Licensed under the <a
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.
<br>
Apache and the Apache Feather logo are trademarks of The Apache Software
Foundation.