This is an automated email from the ASF dual-hosted git repository.

mmarshall pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 9944f9ad1a3 Fix Website Trademark Attribution (#139)
9944f9ad1a3 is described below

commit 9944f9ad1a3ae8c57ccae6e1a3b1638d4b53ea53
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Jul 6 20:45:56 2022 -0700

    Fix Website Trademark Attribution (#139)
    
    We need to make clear that Pulsar is a trademark of the ASF.
---
 site2/website-next/docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site2/website-next/docusaurus.config.js 
b/site2/website-next/docusaurus.config.js
index 7d89b133135..57bc584ffd0 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -338,7 +338,7 @@ module.exports = {
         },
       ],
       copyright: `<p>Apache Pulsar is available under the Apache License, 
version 2.0.</p>
-      <p>Copyright © ${new Date().getFullYear()} The Apache Software 
Foundation. All Rights Reserved. Apache, Apache Pulsar and the Apache feather 
logo are trademarks of The Apache Software Foundation.</p>`,
+      <p>Copyright © ${new Date().getFullYear()} The Apache Software 
Foundation. All Rights Reserved. Apache, Pulsar, Apache Pulsar, and the Apache 
feather logo are trademarks or registered trademarks of The Apache Software 
Foundation.</p>`,
     },
     prism: {
       // theme: lightCodeTheme,

Reply via email to