You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by wa...@apache.org on 2022/07/06 20:44:25 UTC

[pulsar-site] branch dave2wave-patch-2 created (now 0459a250bbc)

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

wave pushed a change to branch dave2wave-patch-2
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


      at 0459a250bbc Fix Website Trademark Attribution

This branch includes the following new commits:

     new 0459a250bbc Fix Website Trademark Attribution

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar-site] 01/01: Fix Website Trademark Attribution

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch dave2wave-patch-2
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git

commit 0459a250bbcd32b860e7c6fa4dd518bf69945836
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Wed Jul 6 13:44:22 2022 -0700

    Fix Website Trademark Attribution
---
 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,