This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch merlimat-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
commit 2583357880d57081316da904b549e1ade249e914 Author: Matteo Merli <[email protected]> AuthorDate: Thu Jun 21 11:52:48 2018 -0700 Add trademark for "Apache Pulsar" on website footer --- site/_includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_includes/footer.html b/site/_includes/footer.html index 21a54f5..d7554ca 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -21,6 +21,6 @@ <footer class="footer"> <div class="container"> <p class="text-center">Copyright {{'now' | date: '%Y'}} The Apache Software Foundation. All Rights Reserved.</p> - <p class="text-center">Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p> + <p class="text-center">Apache, Apache Pulsar and the Apache feather logo are trademarks of The Apache Software Foundation.</p> </div> </footer>
