This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new bf03751c9 Site: Adds the copyright message to all site pages (#3661)
bf03751c9 is described below
commit bf03751c9b5c98dffd785775d3e6a77dbbcfaa12
Author: Russell Spitzer <[email protected]>
AuthorDate: Tue Feb 3 23:08:37 2026 -0600
Site: Adds the copyright message to all site pages (#3661)
---
site/content/_index.adoc | 3 +--
site/hugo.yaml | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/content/_index.adoc b/site/content/_index.adoc
index 2f6c8c210..e7ac5aa18 100644
--- a/site/content/_index.adoc
+++ b/site/content/_index.adoc
@@ -54,7 +54,6 @@ For announcement and discussions about the project.
Apache Polaris™ 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 does indicate that the projec [...]
</p>
<p>
-Copyright © 2026 The Apache Software Foundation, Licensed under the Apache
License, Version 2.0.
-Apache®, Apache Polaris™, Apache Iceberg™, Apache Spark™, Apache, the Apache
logo, and the Apache Polaris project logo are either registered trademarks or
trademarks of the Apache Software Foundation in the United States and/or other
countries.
+Apache®, Apache Polaris™, Apache Iceberg™, Apache Spark™ are either registered
trademarks or trademarks of the Apache Software Foundation in the United States
and/or other countries.
</p>
{{< /blocks/section >}}
diff --git a/site/hugo.yaml b/site/hugo.yaml
index 6e51e70f7..df168015d 100644
--- a/site/hugo.yaml
+++ b/site/hugo.yaml
@@ -21,6 +21,7 @@ baseURL: 'https://polaris.apache.org/'
languageCode: 'en-us'
title: 'Apache Polaris'
enableRobotsTXT: true
+copyright: '<a href="https://www.apache.org/">Copyright © 2026 The Apache
Software Foundation</a>.<br>Licensed under the <a
href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version
2.0</a>.'
permalinks:
blog: "/:section/:year/:month/:day/:slug/"