This is an automated email from the ASF dual-hosted git repository. mayanks pushed a commit to branch trademark-fix in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
commit 72d603d1d472f7667094a5e4524eae0c71bba273 Author: Mayank Shrivastava <[email protected]> AuthorDate: Wed Apr 28 16:48:34 2021 -0700 Try 2: Fixing Trademark checks on ASF. Apparently, the "Copyright © 2020 The Apache Software Foundation" should be a separate line from the line that contains the trademark keyword. --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 9abdbce..fd2a515 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -188,7 +188,7 @@ module.exports = { src: 'img/logo.svg', href: 'https://pinot.apache.org/', }, - copyright: `Disclaimer: Apache Pinot is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it do [...] + copyright: `Disclaimer: Apache Pinot is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it do [...] }, googleAnalytics: { trackingID: 'UA-157446650-1', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
