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/03/05 20:11:53 UTC

[pulsar-site] branch dave2wave-patch-2 created (now 828c844)

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 828c844  Fix Copyright Footer

This branch includes the following new commits:

     new 828c844  Fix Copyright Footer

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 Copyright Footer

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 828c844347540b8076f690f0d617ea1b0e9b62eb
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Sat Mar 5 12:11:47 2022 -0800

    Fix Copyright Footer
---
 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 de7b362..84fcc9e 100644
--- a/site2/website-next/docusaurus.config.js
+++ b/site2/website-next/docusaurus.config.js
@@ -334,7 +334,7 @@ module.exports = {
         },
       ],
       copyright: `<p>Apache Pulsar is available under the Apache License, version 2.0.</p>
-      <p>Inc.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, Apache Pulsar and the Apache feather logo are trademarks of The Apache Software Foundation.</p>`,
     },
     prism: {
       // theme: lightCodeTheme,