This is an automated email from the ASF dual-hosted git repository.
symat pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/website by this push:
new 20a1912 update credits; update footer with 2020 copyright
20a1912 is described below
commit 20a1912d01954c2742a52d96dbfc3966f9b6beff
Author: Mate Szalay-Beko <symat@apache.org>
AuthorDate: Mon May 4 13:21:44 2020 +0200
update credits; update footer with 2020 copyright
---
src/main/resources/markdown/credits.md | 1 +
src/main/resources/markdown/html/footer.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/markdown/credits.md b/src/main/resources/markdown/credits.md
index d7083ea..3495da9 100644
--- a/src/main/resources/markdown/credits.md
+++ b/src/main/resources/markdown/credits.md
@@ -70,6 +70,7 @@ ZooKeeper's active committers are
|eolivelli|Enrico Olivelli|Diennea|+1|
|nkalmar|Norbert Kalmar|Cloudera|+1|
|enixon|Brian Nixon|Facebook|-8|
+|symat|Mate Szalay-Beko|Cloudera Inc.|+1|
<a name="contributors"></a>
## Contributors
diff --git a/src/main/resources/markdown/html/footer.html b/src/main/resources/markdown/html/footer.html
index a88b0fa..0a6cc90 100644
--- a/src/main/resources/markdown/html/footer.html
+++ b/src/main/resources/markdown/html/footer.html
@@ -2,7 +2,7 @@
<footer>
<div class="row">
- <div class="col">Copyright © 2010-2019
+ <div class="col">Copyright © 2010-2020
<a href="https://www.apache.org/">The Apache Software Foundation</a>,
Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a>.<br>
Apache ZooKeeper, ZooKeeper, Apache, the Apache feather logo, and the Apache
ZooKeeper project logo are trademarks of The Apache Software Foundation.
</div>
|