This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new d02ea01 Add trademark for "Apache Pulsar" on website footer (#2015)
d02ea01 is described below
commit d02ea0100d5bab1c3654e4154c08fb751c52ceea
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Jun 21 14:42:45 2018 -0700
Add trademark for "Apache Pulsar" on website footer (#2015)
---
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>