This is an automated email from the ASF dual-hosted git repository. knaufk pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 52db297da2769a30776542533835fbdd2fe11e03 Author: martijnvisser <[email protected]> AuthorDate: Fri Jan 28 11:12:53 2022 +0100 [hotfix] Add 2022 to copyright notice --- _layouts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/base.html b/_layouts/base.html index a153c5d..1979f8c 100755 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -68,7 +68,7 @@ <div class="row"> <div class="footer text-center col-sm-12"> - <p>Copyright © 2014-2021 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p> + <p>Copyright © 2014-2022 <a href="http://apache.org">The Apache Software Foundation</a>. All Rights Reserved.</p> <p>Apache Flink, Flink®, Apache®, the squirrel logo, and the Apache feather logo are either registered trademarks or trademarks of The Apache Software Foundation.</p> <p><a href="{{ site.baseurl }}/privacy-policy.html">Privacy Policy</a> · <a href="{{ site.baseurl }}/blog/feed.xml">RSS feed</a></p> </div>
